# OPTIONAL Path to CSV file with polygons for masking result. Default: no masking performed
# 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.
Run the script with the year as parameter:
```bash
```bash
$ ./run_ADASMELIAE.sh
$ ./run_ADASMELIAE.sh 2024
```
```
This creates a Python virtualenv, installs all the Python dependencies, runs the model and stores output in a log file.
Running the script without the parameter defaults to current year, and is primarily meant for the daily cron job.
The script creates a Python virtualenv, installs all the Python dependencies, runs the model and stores output in a log file.
All intermediary files are stored in the `TMP_DIR` folder, and they are all deleted when the model is done calculating. The GeoTIFF files are stored in the `RESULT_TIF_DIR` folder, and the generated mapfile is stored in the `RESULT_MAPFILE_DIR` folder
All intermediary files are stored in the `TMP_DIR` folder, and they are all deleted when the model is done calculating. The GeoTIFF files are stored in the `RESULT_TIF_DIR` folder, and the generated mapfile is stored in the `RESULT_MAPFILE_DIR` folder