Skip to content
Snippets Groups Projects
Commit 9e3a5c97 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

doc: Update readme and env-sample

parent 23a4bc6c
Branches
No related tags found
No related merge requests found
Pipeline #5986 passed
...@@ -59,11 +59,14 @@ MAPSERVER_LOG_FILE=/foo/mapserver/log/ADASMELISAE.log ...@@ -59,11 +59,14 @@ MAPSERVER_LOG_FILE=/foo/mapserver/log/ADASMELISAE.log
MAPSERVER_IMAGE_PATH=/foo/mapserver/image/ MAPSERVER_IMAGE_PATH=/foo/mapserver/image/
# The value of the EXTENT parameter in Mapserver's mapfile. Units are DD (Decimal degrees) # 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" MAPSERVER_EXTENT="-23.5 29.5 62.5 70.5"
# Path to optional CSV file with polygons for masking result. # OPTIONAL Path to CSV file with polygons for masking result. Default: no masking performed
MASK_FILE=europe_coastline.csv MASK_FILE=europe_coastline.csv
# OPTIONAL If model should run for a previous year. Default: current year
YEAR=2024
``` ```
...this is the contents of the `env-sample` file ...this is the contents of the `env-sample` file.
```bash ```bash
$ ./run_ADASMELIAE.sh $ ./run_ADASMELIAE.sh
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
# Default value is False # Default value is False
DEBUG=False DEBUG=False
# If not given, the model is run for current year
YEAR=2024
# This is used to auto generate some variables and file names # This is used to auto generate some variables and file names
MODEL_ID="ADASMELIAE" MODEL_ID="ADASMELIAE"
# The start date MM-DD of the model # The start date MM-DD of the model
...@@ -32,5 +30,7 @@ MAPSERVER_LOG_FILE=/foo/mapserver/log/ADASMELISAE.log ...@@ -32,5 +30,7 @@ MAPSERVER_LOG_FILE=/foo/mapserver/log/ADASMELISAE.log
MAPSERVER_IMAGE_PATH=/foo/mapserver/image/ MAPSERVER_IMAGE_PATH=/foo/mapserver/image/
# The value of the EXTENT parameter in Mapserver's mapfile. Units are DD (Decimal degrees) # 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" MAPSERVER_EXTENT="-23.5 29.5 62.5 70.5"
# Path to optional CSV file with polygons for masking result. # OPTIONAL Path to CSV file with polygons for masking result. Default: no masking performed
MASK_FILE=europe_coastline.csv MASK_FILE=europe_coastline.csv
# OPTIONAL If model should run for a previous year. Default: current year
YEAR=2024
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment