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
003b8e25
Commit
003b8e25
authored
Nov 29, 2018
by
Modellers Operational
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve merge, update some .conf settings to modop settings
parent
e0ba4c8f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
16 deletions
+17
-16
rose-suite.conf
rose-suite.conf
+1
-1
rose-suite_ROSA.conf
rose-suite_ROSA.conf
+2
-2
rose-suite_TAMAR.conf
rose-suite_TAMAR.conf
+12
-11
suite.rc
suite.rc
+2
-2
No files found.
rose-suite.conf
View file @
003b8e25
rose
-
suite_ROSA
.
conf
\ No newline at end of file
rose
-
suite_TAMAR
.
conf
\ No newline at end of file
rose-suite_ROSA.conf
View file @
003b8e25
...
...
@@ -9,8 +9,8 @@ FORECAST=True
REMOTE_USER
=
'modop'
MAIL_TO
=
'mbe@pml.ac.uk'
INITIAL_START_DATE
=
'2018-11-
0
8T00:00:00Z'
FINAL_CYCLE_POINT
=
'
+P5D
'
INITIAL_START_DATE
=
'2018-11-
2
8T00:00:00Z'
FINAL_CYCLE_POINT
=
'
NONE
'
RUNDAYS
=
1
## Grid properties and files
...
...
rose-suite_TAMAR.conf
View file @
003b8e25
...
...
@@ -6,15 +6,16 @@ USE_CETO=True
MIN_NODES
=
4
MAX_NODES
=
10
FORECAST
=
True
REMOTE_USER
=
'modop'
INITIAL_START_DATE
=
'2018-11-2
2
T00:00:00Z'
FINAL_CYCLE_POINT
=
'
+P2D
'
INITIAL_START_DATE
=
'2018-11-2
8
T00:00:00Z'
FINAL_CYCLE_POINT
=
'
NONE
'
RUNDAYS
=
1
MAIL_TO
=
'mbe@pml.ac.uk'
## Grid properties and files
GRID_NAME
=
'tamar_v2'
COMMON_FILES_PATH
=
'/
data/sthenno1/backup/mbe/Code/fvcom-projects/mycoast/run/tamar_v2_common
'
COMMON_FILES_PATH
=
'/
users/modellers/modop/Models/FVCOM_tamar_common/
'
## Atmospheric setup
WIND_ON
=
'T'
...
...
@@ -22,28 +23,28 @@ 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/m
be/rose_run_wrf_temp
'
WRF_RUN_SUITE
=
'wrf'
WRF_FORECAST_FILE_DIR
=
'/gpfs1/users/modellers/m
odop/Models/WRF_transfer_dir/
'
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_ARCHIVE_DIR
=
'/
pmldata/sthenno1/scratch/modop/Model/output/WRF/
'
## River setup
## Between 'NONE', 'NEURAL_NET', and 'CLIMATOLOGY'
RIVER_MODEL
=
'NEURAL_NET'
## Required if 'NEURAL_NET' or 'CLIMATOLOGY', the files expected depend on the RIVER_MODEL value
RIVER_MODEL_PATH
=
'/
data/sthenno1/backup/mbe/Code/fvcom-projects/mycoast/run/rose_fvcom_prep/river_mod/
'
RIVER_MODEL_PATH
=
'/
users/modellers/modop/Models/FVCOM_tamar_rivermod
'
## Required if 'NEURAL_NET', must omit first slash to allow use on remote and local
REMOTE_TRANSFER_DIR
=
'
data/sthenno1/backup/mbe/rose
_transfer_dir'
REMOTE_TRANSFER_DIR
=
'
users/modellers/modop/Rose_suites/tamar
_transfer_dir'
## Boundary forcing
## Between 'TIDAL', 'CMEMS', and 'NEST_FILE'
BOUNDARY_FORCING
=
'CMEMS'
# Required for TIDAL and CMEMS
HARMONICS_FILE_PATH
=
'/
data/sthenno1/backup/mbe/Data/harmonics_file
s/tamar_2006_harmonics.nc'
HARMONICS_FILE_PATH
=
'/
users/modellers/modop/Models/FVCOM_tamar_harmonic
s/tamar_2006_harmonics.nc'
## Required for CMEMS
CMEMS_DATA_DIR
=
'/data/sthenno1/
backup/mbe
/Data/CMEMS'
CMEMS_DATA_DIR
=
'/data/sthenno1/
scratch/modop
/Data/CMEMS'
## Required for NEST_FILE
NEST_RUN_SUITE
=
'
rose
-rosa'
NEST_RUN_SUITE
=
'
fvcom
-rosa'
# The time resolution of the nest output, as divisions of 1 day (i.e. 24 would be hourly, 48 every half hour)
NEST_INTERVAL
=
'24'
...
...
suite.rc
View file @
003b8e25
...
...
@@ -6,7 +6,7 @@
[scheduling]
initial cycle point = {{INITIAL_START_DATE}}
{% if FINAL_CYCLE_POINT != 'NONE' %}
final cycle point = {{FINAL_CYCLE_POINT}}
final cycle point = {{FINAL_CYCLE_POINT}}
{% endif %}
[[special tasks]]
clock-trigger = start_cycle(PT0M)
...
...
@@ -154,7 +154,7 @@
[[generate_tide_forcing]]
inherit = slurm_job_1
[[CMEMS_download_trigger]]
[[CMEMS_download_trigger]]
script =""
[[[suite state polling]]]
interval = PT1M
...
...
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