-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathinput_nml.json
More file actions
96 lines (96 loc) · 2.07 KB
/
input_nml.json
File metadata and controls
96 lines (96 loc) · 2.07 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"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
}
}
}