Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rose_fvcom_setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PML-modelling
rose_fvcom_setup
Commits
f366948e
Commit
f366948e
authored
Nov 12, 2018
by
Mike Bedington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extract date and wrf file location setting to config file
parent
88b74143
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
9 deletions
+21
-9
rose-suite_ROSA.conf
rose-suite_ROSA.conf
+10
-4
rose-suite_TAMAR.conf
rose-suite_TAMAR.conf
+6
-0
suite.rc
suite.rc
+5
-5
No files found.
rose-suite_ROSA.conf
View file @
f366948e
...
...
@@ -7,18 +7,24 @@ MIN_NODES=4
MAX_NODES
=
10
FORECAST
=
True
INITIAL_START_DATE
=
'2018-11-08T00:00:00Z'
FINAL_CYCLE_POINT
=
'+P5D'
RUNDAYS
=
1
## Grid properties and files
GRID_NAME
=
'aqua_v16'
COMMON_FILES_PATH
=
'/data/sthenno1/backup/mbe/Code/fvcom-projects/mycoast/run/aqua_v16_common'
## Atmospheric setup
WIND_ON
=
'
F
'
HEATING_ON
=
'
F
'
PRECIPITATION_ON
=
'
F
'
AIR_PRESSURE_ON
=
'
F
'
WIND_ON
=
'
T
'
HEATING_ON
=
'
T
'
PRECIPITATION_ON
=
'
T
'
AIR_PRESSURE_ON
=
'
T
'
## WRF suite settings if any of the above are on
WRF_RUN_SUITE
=
'rose-wrf'
WRF_FORECAST_FILE_DIR
=
'/gpfs1/users/modellers/mbe/rose_run_wrf_temp'
WRF_ARCHIVE_DIR_PICA
=
'/data/sthenno1/backup/pica/models/WRF/wrf-preprocess-gfs/output'
WRF_ARCHIVE_DIR
=
'/data/sthenno1/backup/mbe/Code/fvcom-projects/mycoast/run/rose_output'
## River setup
## Between 'NONE', 'NEURAL_NET', and 'CLIMATOLOGY'
...
...
rose-suite_TAMAR.conf
View file @
f366948e
...
...
@@ -7,6 +7,10 @@ MIN_NODES=4
MAX_NODES
=
10
FORECAST
=
True
INITIAL_START_DATE
=
'2018-11-08T00:00:00Z'
FINAL_CYCLE_POINT
=
'+P5D'
RUNDAYS
=
1
## Grid properties and files
GRID_NAME
=
'tamar_v2'
COMMON_FILES_PATH
=
'/data/sthenno1/backup/mbe/Code/fvcom-projects/mycoast/run/tamar_v2_common'
...
...
@@ -19,6 +23,8 @@ AIR_PRESSURE_ON='T'
## WRF suite settings if any of the above are on
WRF_RUN_SUITE
=
'rose-wrf'
WRF_FORECAST_FILE_DIR
=
'/gpfs1/users/modellers/mbe/rose_run_wrf_temp'
WRF_ARCHIVE_DIR_PICA
=
'/data/sthenno1/backup/pica/models/WRF/wrf-preprocess-gfs/output'
WRF_ARCHIVE_DIR
=
'/data/sthenno1/backup/mbe/Code/fvcom-projects/mycoast/run/rose_output'
## River setup
## Between 'NONE', 'NEURAL_NET', and 'CLIMATOLOGY'
...
...
suite.rc
View file @
f366948e
...
...
@@ -4,8 +4,8 @@
abort if any task fails = False
[scheduling]
initial cycle point =
2018-10-04T00:00:00Z
final cycle point =
+P5D
initial cycle point =
{{INITIAL_START_DATE}}
final cycle point =
{{FINAL_CYCLE_POINT}}
[[special tasks]]
clock-trigger = start_cycle(PT0M)
[[dependencies]]
...
...
@@ -86,9 +86,9 @@
PRECIPITATION_ON={{PRECIPITATION_ON}}
AIR_PRESSURE_ON={{AIR_PRESSURE_ON}}
WRF_FORECAST_FILE_DIR=
/gpfs1/users/modellers/mbe/rose_run_wrf_temp
WRF_ARCHIVE_DIR_PICA=
/data/sthenno1/backup/pica/models/WRF/wrf-preprocess-gfs/output
WRF_ARCHIVE_DIR=
/data/sthenno1/backup/mbe/Code/fvcom-projects/mycoast/run/rose_output
WRF_FORECAST_FILE_DIR=
{{WRF_FORECAST_FILE_DIR}}
WRF_ARCHIVE_DIR_PICA=
{{WRF_ARCHIVE_DIR_PICA}}
WRF_ARCHIVE_DIR=
{{WRF_ARCHIVE_DIR}}
COMMON_FILES_PATH={{COMMON_FILES_PATH}}
{%- if BOUNDARY_FORCING == 'TIDAL' %}
ELEV_FORCE='T'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment