Skip to content
Snippets Groups Projects
env-sample 1.15 KiB
# Use this example to create your own .env file
# Path to this code (HOME_DIR + NAERSTADMO)
HOME_DIR=/foobar/gridmodels/
# Path to the weather data files. Expecting hourly values in files named met_1_0km_nordic-[YYYY-MM-DD].nc
WEATHER_DATA_DIR=/foobar/met_1_0km_nordic/2024/
# Start date for the model 
START_DATE=2024-05-15
# Use this file to crop the output of the grid
MASK_FILE=Norge_landomrader.csv
# Where the GeoTIFF files will be output
DATA_DIR=/foobar/mapserver/data/NAERSTADMO/
# Where the mapfile will be output
MAPFILE_DIR=/foobar/mapserver/wms/NAERSTADMO/
# Path to the GeoTIFF files used by mapserver (written to mapfile)
MAPSERVER_DATA_DIR=/foobar2/mapserver/data/NAERSTADMO/
# Path to the mapfile used by mapserver (written to mapfile)
MAPSERVER_MAPFILE_DIR=/foobar2/mapserver/wms/NAERSTADMO/
# Path to the mapserver log file for this WMS (written to mapfile)
MAPSERVER_LOG_FILE=/foobar2/mapserver/log/NAERSTADMO.log
# Path for mapserver to store tmp images (written to mapfile)
MAPSERVER_IMAGE_PATH=/foobar2/mapserver/tmp/
# Extent of map  (written to mapfile)
MAPSERVER_EXTENT="-1.5831861262936526 52.4465003983706595 39.2608060398730458 71.7683216082912736"