Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Grid ADASMELIAE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
Models
GRID
Grid ADASMELIAE
Commits
9e3a5c97
Commit
9e3a5c97
authored
4 months ago
by
Lene Wasskog
Browse files
Options
Downloads
Patches
Plain Diff
doc: Update readme and env-sample
parent
23a4bc6c
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5986
passed
4 months ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-2
5 additions, 2 deletions
README.md
env-sample
+3
-3
3 additions, 3 deletions
env-sample
with
8 additions
and
5 deletions
README.md
+
5
−
2
View file @
9e3a5c97
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
env-sample
+
3
−
3
View file @
9e3a5c97
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment