You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import os
|
|
|
|
# Tools
|
|
from utils.tools import make_dir
|
|
|
|
|
|
# Paths
|
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
|
|
SAVE_DIR = '/tmp/grib/' # don't forget to create it!
|
|
|
|
MAX_FORCAST_HOUR = 5 # 0-384 beware, each file is 500mb
|