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
2ae02f7c
Commit
2ae02f7c
authored
Feb 26, 2019
by
Modellers Operational
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.ecosystem-modelling.pml.ac.uk:pml-modelling/rose_fvcom_setup
parents
e181656a
4a4cf291
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
115364 deletions
+6
-115364
app/generate_CMEMS_nest/file/tamar_v2_grd.dat
app/generate_CMEMS_nest/file/tamar_v2_grd.dat
+0
-115312
app/generate_CMEMS_nest/file/tamar_v2_obc.dat
app/generate_CMEMS_nest/file/tamar_v2_obc.dat
+0
-46
app/generate_rivers/file/river_make.py
app/generate_rivers/file/river_make.py
+3
-1
rose-suite_ROSA.conf
rose-suite_ROSA.conf
+1
-2
rose-suite_TAMAR.conf
rose-suite_TAMAR.conf
+1
-2
suite.rc
suite.rc
+1
-1
No files found.
app/generate_CMEMS_nest/file/tamar_v2_grd.dat
deleted
100644 → 0
View file @
e181656a
This diff is collapsed.
Click to expand it.
app/generate_CMEMS_nest/file/tamar_v2_obc.dat
deleted
100644 → 0
View file @
e181656a
OBC Node Number = 45
1 1 1
2 2 1
3 3 1
4 4 1
5 5 1
6 6 1
7 7 1
8 8 1
9 9 1
10 10 1
11 11 1
12 12 1
13 13 1
14 14 1
15 15 1
16 16 1
17 17 1
18 18 1
19 19 1
20 20 1
21 21 1
22 22 1
23 23 1
24 24 1
25 25 1
26 26 1
27 27 1
28 28 1
29 29 1
30 30 1
31 31 1
32 32 1
33 33 1
34 34 1
35 35 1
36 36 1
37 37 1
38 38 1
39 39 1
40 40 1
41 41 1
42 42 1
43 43 1
44 44 1
45 45 1
app/generate_rivers/file/river_make.py
View file @
2ae02f7c
...
...
@@ -52,7 +52,7 @@ for this_river in river_list:
try
:
this_river
.
_expandDateSeries
(
start_date
,
end_date
)
except
:
pass
this_river
.
use_ltls_temp
=
False
# Get and write out the forecast predictions
grid
=
common_dir
+
'/'
+
grid_name
+
'_grd.dat'
...
...
@@ -72,3 +72,5 @@ aqua_prep.add_rivers(positions, names, times, flux_array, temperature, salinity,
aqua_prep
.
check_rivers
(
max_discharge
=
400
,
min_depth
=
None
,
open_boundary_proximity
=
None
,
noisy
=
False
)
aqua_prep
.
write_river_forcing
(
output_file
,
ersem
=
False
)
aqua_prep
.
write_river_namelist
(
output_file_nml
,
output_file
,
vertical_distribution
=
'uniform'
)
rose-suite_ROSA.conf
View file @
2ae02f7c
...
...
@@ -3,8 +3,7 @@
COLD_START
=
True
SEDIMENT
=
False
USE_CETO
=
True
MIN_NODES
=
4
MAX_NODES
=
10
NODES
=
10
FORECAST
=
True
REMOTE_USER
=
'modop'
MAIL_TO
=
'mbe@pml.ac.uk'
...
...
rose-suite_TAMAR.conf
View file @
2ae02f7c
...
...
@@ -3,9 +3,8 @@
COLD_START
=
True
SEDIMENT
=
False
USE_CETO
=
True
MIN_NODES
=
4
MAX_NODES
=
10
FORECAST
=
True
NODES
=
10
REMOTE_USER
=
'modop'
INITIAL_START_DATE
=
'2019-02-05T00:00:00Z'
...
...
suite.rc
View file @
2ae02f7c
...
...
@@ -174,7 +174,7 @@
submission polling intervals = PT10S
execution polling intervals = PT10S, PT1M
[[[directives]]]
--nodes = {{
MIN_NODES}}-{{MAX_
NODES}}
--nodes = {{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