-
Lene Wasskog authoredLene Wasskog authored
env-sample 1.51 KiB
# Use this as an example to create your own .env file
# Default value is False
DEBUG=False
# This is used to auto generate some variables and file names
MODEL_ID="ADASMELIAE"
# The start date MM-DD of the model
START_DATE_MM_DD=03-01
# The end date MM-DD of the model
END_DATE_MM_DD=04-01
# Where your script resides
HOME_DIR=/foo/home/ADASMELIAE/
# Path to folder for intermediary results
TMP_DIR=/foo/home/ADASMELIAE/tmp/
# Path to the weather data
WEATHER_DATA_DIR=/foo/weather/
# Used to construct filename from current year
WEATHER_DATA_FILENAME_DATEFORMAT="%Y_with_forecast.nc"
# Path to the output (GeoTIFF) files as seen from the running model code
RESULT_TIF_DIR=/foo/out/tif/
# Path to the generated mapfile as seen from the running model code
RESULT_MAPFILE_DIR=/foo/out/mapfile/
# The path to the output (GeoTIFF files) as seen from Mapserver
MAPSERVER_RESULT_TIF_DIR=/foo/mapserver/data/ADASMELISAE/
# Where your generated MAPFILE and query templates should be placed
MAPSERVER_RESULT_MAPFILE_DIR=/foo/mapserver/wms/ADASMELISAE/
# Where mapserver logs for this WMS are written
MAPSERVER_LOG_FILE=/foo/mapserver/log/ADASMELISAE.log
# Path to the temporary directory for writing temporary files and images. Must be writable by the user the web server is running as
MAPSERVER_IMAGE_PATH=/foo/mapserver/image/
# The value of the EXTENT parameter in Mapserver's mapfile. Units are DD (Decimal degrees)
MAPSERVER_EXTENT="-23.5 29.5 62.5 70.5"
# Path to optional CSV file with polygons for masking result.
MASK_FILE=europe_coastline.csv