-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathinput_nml.yaml
More file actions
76 lines (73 loc) · 1.73 KB
/
input_nml.yaml
File metadata and controls
76 lines (73 loc) · 1.73 KB
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
# This file includes the MOM6 parameters used within the CESM framework,
# and is used to generate MOM_input file at compile time.
---
MOM_input_nml:
output_directory:
values: "'./'"
restart_input_dir:
values: "'./'"
restart_output_dir:
values: "'./'"
parameter_filename:
values:
$NINST_OCN > 1:
"'MOM_input_%4E', 'MOM_override_%4E'"
else:
"'MOM_input', 'MOM_override'"
fms_nml:
clock_grain:
values: "'ROUTINE'"
clock_flags:
values: "'NONE'"
domains_stack_size:
values: 5000000
stack_size:
values: 0
diag_manager_nml:
flush_nc_files:
values: .true.
max_input_fields:
values:
$MARBL_CONFIG != "off" and $TEST == True:
1200
else:
900
max_output_fields:
values:
$MARBL_CONFIG != "off" and $TEST != True:
900
$MARBL_CONFIG != "off" and $TEST == True:
1200
else:
300
max_num_axis_sets:
values:
$MARBL_CONFIG != "off": 35
else: 30
max_axes:
values: 90
auto_merge_nc:
values:
$OCN_GRID == "tx2_3v2" and $TEST: .true.
$OCN_GRID == "tx0.25v1": .true.
else: .false.
mpp_io_nml:
cf_compliance:
values: .true.
nam_stochy:
stochini:
values:
$CONTINUE_RUN == True : .true.
$RUN_TYPE == "branch" : .true.
else: .false.
new_lscale:
values: .true.
OCNSKEB:
values: 1.0
OCNSKEB_LSCALE:
values: 200e3
OCNSKEB_TAU:
values: 21600
ISEED_OCNSKEB:
values: 20
...