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
41bd0387
Commit
41bd0387
authored
Oct 18, 2018
by
Mike Bedington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add min/max node option
parent
8ba95cee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
rose-suite_ROSA.conf
rose-suite_ROSA.conf
+7
-7
rose-suite_TAMAR.conf
rose-suite_TAMAR.conf
+2
-1
suite.rc
suite.rc
+2
-2
No files found.
rose-suite_ROSA.conf
View file @
41bd0387
...
...
@@ -3,7 +3,8 @@
COLD_START
=
True
SEDIMENT
=
False
USE_CETO
=
True
NO_NODES
=
5
MIN_NODES
=
4
MAX_NODES
=
10
FORECAST
=
True
## Grid properties and files
...
...
@@ -20,10 +21,9 @@ WRF_RUN_SUITE='rose-wrf'
WRF_FORECAST_FILE_DIR
=
'/gpfs1/users/modellers/mbe/rose_run_wrf_temp'
## River setup
NO_RIVERS
=
'0'
## Required if NO_RIVERS > 0, either NEURAL_NET or CLIMATOLOGY
RIVER_MODEL
=
'NEURAL_NET'
## Required if NO_RIVERS > 0, the files expected depend on the RIVER_MODEL value
## Between 'NONE', 'NEURAL_NET', and 'CLIMATOLOGY'
RIVER_MODEL
=
'NONE'
## 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/aqua_v16_river_mod'
## Required if 'NEURAL_NET', must omit first slash to allow use on remote and local
REMOTE_TRANSFER_DIR
=
'data/sthenno1/backup/mbe/rose_rosa_transfer_dir'
...
...
@@ -32,9 +32,9 @@ REMOTE_TRANSFER_DIR='data/sthenno1/backup/mbe/rose_rosa_transfer_dir'
## Between 'TIDAL', 'CMEMS', and 'NEST_FILE'
BOUNDARY_FORCING
=
'CMEMS'
## Required for TIDAL and CMEMS
HARMONICS_FILE_PATH
=
'/
pml
data/sthenno1/backup/mbe/Data/harmonics_files/aqua_v16_0001_2006_harmonics.nc'
HARMONICS_FILE_PATH
=
'/data/sthenno1/backup/mbe/Data/harmonics_files/aqua_v16_0001_2006_harmonics.nc'
## Required for CMEMS
CMEMS_DATA_DIR
=
'/
pmldata/euryale1/scratch/pica/d
ata/CMEMS'
CMEMS_DATA_DIR
=
'/
data/sthenno1/backup/mbe/D
ata/CMEMS'
## Required for NEST_FILE
NEST_RUN_SUITE
=
'rose-rosa'
# The time resolution of the nest output, as divisions of 1 day (i.e. 24 would be hourly, 48 every half hour)
...
...
rose-suite_TAMAR.conf
View file @
41bd0387
...
...
@@ -3,7 +3,8 @@
COLD_START
=
True
SEDIMENT
=
False
USE_CETO
=
True
NO_NODES
=
5
MIN_NODES
=
4
MAX_NODES
=
10
FORECAST
=
True
## Grid properties and files
...
...
suite.rc
View file @
41bd0387
...
...
@@ -4,7 +4,7 @@
abort if any task fails = False
[scheduling]
initial cycle point = 2018-10-0
3
T00:00:00Z
initial cycle point = 2018-10-0
4
T00:00:00Z
final cycle point = +P5D
[[special tasks]]
clock-trigger = start_cycle(PT0M)
...
...
@@ -102,7 +102,7 @@
submission polling intervals = PT10S
execution polling intervals = PT10S, PT1M
[[[directives]]]
--nodes = {{
NO
_NODES}}
--nodes = {{
MIN_NODES}}-{{MAX
_NODES}}
--ntasks-per-node=20
--threads-per-core=1
--time=24:00:00
...
...
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