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
31c237e1
Commit
31c237e1
authored
Feb 04, 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
a0373b8b
8496bff0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
app/update_river_model/file/update_river_data.py
app/update_river_model/file/update_river_data.py
+2
-2
rose-suite_ROSA.conf
rose-suite_ROSA.conf
+9
-6
No files found.
app/update_river_model/file/update_river_data.py
View file @
31c237e1
...
...
@@ -21,8 +21,8 @@ start_date = end_date
for
this_river
in
river_dict
.
values
():
if
hasattr
(
this_river
,
'catchment_precipitation'
):
this_river_update
=
np
.
max
(
this_river
.
catchment_precipitation
[
0
])
if
this_river_update
<
start_date
:
start_date
=
this_river_update
if
this_river_update
<
start_date
:
start_date
=
this_river_update
if
start_date
==
end_date
:
...
...
rose-suite_ROSA.conf
View file @
31c237e1
...
...
@@ -9,10 +9,10 @@ FORECAST=True
REMOTE_USER
=
'modop'
MAIL_TO
=
'mbe@pml.ac.uk'
INITIAL_START_DATE
=
'2018-12-
05
T00:00:00Z'
INITIAL_START_DATE
=
'2018-12-
23
T00:00:00Z'
FINAL_CYCLE_POINT
=
'NONE'
RUNDAYS
=
1
ARCHIVE_DIR
=
'
/
data/sthenno1/scratch/modop/Model/FVCOM_rosa/output'
ARCHIVE_DIR
=
'data/sthenno1/scratch/modop/Model/FVCOM_rosa/output'
## Grid properties and files
GRID_NAME
=
'aqua_v16'
...
...
@@ -22,6 +22,10 @@ ARCHIVE_DIR='data/sthenno1/scratch/modop/Model/FVCOM_rosa/'
TEMP_ACTIVE
=
'T'
SALT_ACTIVE
=
'T'
TEMP_ACTIVE
=
'T'
SALT_ACTIVE
=
'T'
## Atmospheric setup
WIND_ON
=
'T'
HEATING_ON
=
'T'
...
...
@@ -30,10 +34,9 @@ AIR_PRESSURE_ON='T'
## WRF suite settings if any of the above are on
WRF_RUN_SUITE
=
'wrf'
WRF_FORECAST_FILE_DIR
=
'/gpfs1/users/modellers/modop/Models/WRF_transfer_dir/'
WRF_ARCHIVE_DIR
=
'
data/sthenno1/backup/pica/models/WRF/wrf-preprocess-gfs
/output'
WRF_ARCHIVE_DIR
=
'
/data/sthenno1/scratch/modop/Model/WRF
/output'
WRF_ARCHIVE_DATEFMT
=
'%Y%m%d'
## River setup
## Between 'NONE', 'NEURAL_NET', and 'CLIMATOLOGY'
RIVER_MODEL
=
'NONE'
...
...
@@ -52,7 +55,7 @@ CMEMS_DATA_DIR='/data/sthenno1/scratch/modop/Data/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)
NEST_INTERVAL
=
'
14
4'
NEST_INTERVAL
=
'
2
4'
## FVCOM namelist settings
EXT_TSTEP
=
'.150'
...
...
@@ -71,5 +74,5 @@ VELOCITY_OUT='T'
SALT_TEMP_OUT
=
'T'
TURBULENCE_OUT
=
'T'
WIND_OUT
=
'F'
SURF_
HEAT_RAIN_OUT
=
'F'
HEAT_RAIN_OUT
=
'F'
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