-
Notifications
You must be signed in to change notification settings - Fork 22
/
control-parameters-template.yaml
79 lines (79 loc) · 2.18 KB
/
control-parameters-template.yaml
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
adcirc_version: "%ADCIRCVER%"
solver_time_integration: "%IM_ETC%"
initialization_length: %HINDCASTLENGTH%
time_weighting_coefficients: "%A00B00C00%"
lateral_turbulence: "%lateral_turbulence%"
eddy_viscosity_coefficient: %ESLM%
smagorinsky_coefficient: %ESLM_Smagorinsky%
nfover: "%NFOVER%"
log_level: "%NABOUT%"
h0: %H0%
velmin: %VELMIN%
bottom_friction_limit: %FFACTOR%
advection: "%advection%"
meteorology:
wtiminc: %WTIMINC%
tropical_cyclone:
storm_name: "%storm_name%"
owi_win_pre:
nwset: %NWSET%
nwbs: %NWBS%
dwm: %DWM%
startdatetime: %startdatetime%
enddatetime: %enddatetime%
tides:
tidal_forcing: "%tidal_forcing%"
tidefac_file: "%tidefac_file%"
tidal_potential_comment: "%tidal_potential_comment%"
tidal_boundary_comment: "%tidal_boundary_comment%"
flux:
periodicity: "%periodicity%"
file: "%periodic_flux_file%"
metControl:
DragLawString: "%DragLawString%"
WindDragLimit: %WindDragLimit%
outputWindDrag: "%outputWindDrag%"
invertedBarometerOnElevationBoundary: "%invertedBarometerOnElevationBoundary%"
wetDryControl:
outputNodeCode: "%outputNodeCode%"
outputNOFF: "%outputNOFF%"
noffActive: "%noffActive%"
slim: %slim%
windlim: "%windlim%"
directvelWD: "%directvelWD%"
useHF: "%useHF%"
inundationOutputControl:
inundationOutput: "%inundationOutput%"
inunThresh: %inunThresh%
netcdf_metadata:
ncproj: "%NCPROJ%"
ncinst: "%NCINST%"
ncsour: "%NCSOUR%"
nchist: "%NCHIST%"
ncref: "%NCREF%"
nccom: "%NCCOM%"
nchost: "%NCHOST%"
ncconv: "%NCCONV%"
nccont: "%NCCONT%"
ncdate: "%NCDATE%"
wave_coupling:
waves: "%WAVES%"
wave_model: "%wave_model%"
rstiminc: %RSTIMINC%
swan:
mxitns: %MXITNS%
npnts: %NPNTS%
SWANOutputControl:
SWAN_OutputTPS: "%SWAN_OutputTPS%"
SWAN_OutputTM01: "%SWAN_OutputTM01%"
SWAN_OutputHS: "%SWAN_OutputHS%"
SWAN_OutputDIR: "%SWAN_OutputDIR%"
SWAN_OutputTMM10: "%SWAN_OutputTMM10%"
SWAN_OutputTM02: "%SWAN_OutputTM02%"
nodal_attributes:
template: "%nodal_attributes_template_file%"
activate: %nodal_attribute_activate_list%
default_values: %nodal_attribute_default_values_hash%
output:
inventory: "%inventory%"