forked from noaa-ocs-modeling/CoastalApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nems.configure.sample
53 lines (46 loc) · 951 Bytes
/
nems.configure.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#############################################
#### NEMS Run-Time Configuration File #####
#############################################
# EARTH #
EARTH_component_list: ATM OCN WAV NWM
EARTH_attributes::
Verbosity = max
::
# ATM #
ATM_model: atmesh
ATM_petlist_bounds: 11 11
ATM_attributes::
Verbosity = max
::
# OCN #
OCN_model: adcirc
OCN_petlist_bounds: 0 10
OCN_attributes::
Verbosity = max
::
# WAV #
WAV_model: ww3data
WAV_petlist_bounds: 12 12
WAV_attributes::
Verbosity = max
::
# HYD #
NWM_model: nwm
NWM_petlist_bounds: 13 781
NWM_attributes::
Verbosity = max
::
# Run Sequence #
runSeq::
@3600
ATM -> OCN :remapMethod=redist
WAV -> OCN :remapMethod=redist
ATM -> NWM :remapMethod=redist
WAV -> NWM :remapMethod=redist
OCN -> NWM : TO DO ........
ATM
WAV
OCN
NWM
@
::