forked from Eddy-Stanford/QBO-History-Matching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
input.nml.template
213 lines (180 loc) · 5.26 KB
/
input.nml.template
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
&coupler_nml
days = 360,
dt_atmos =500,
current_date = 0001,1,1,0,0,0
calendar = 'thirty_day' /
# Note: damping_order = 4 specifies del 8'th diffusion
&spectral_dynamics_nml
damping_option = 'resolution_dependent',
damping_order = 4,
do_mass_correction =.true.,
do_energy_correction =.true.,
do_water_correction =.true.,
water_correction_limit = 200.e2,
initial_sphum = 2.e-06,
use_virtual_temperature =.false.,
vert_advect_uv = 'second_centered',
vert_advect_t = 'second_centered',
use_implicit = .true.,
longitude_origin = 0.,
robert_coeff = .03,
alpha_implicit = .5,
reference_sea_level_press=1.e5,
lon_max = 128,
lat_max = 64,
num_levels = 40,
num_fourier = 42,
num_spherical = 43,
fourier_inc = 1,
triang_trunc =.true.,
topography_option = 'interpolated',
ocean_topog_smoothing = 0.995,
vert_coord_option = 'uneven_sigma',
surf_res = 0.1,
scale_heights = 7.9,
exponent = 1.4 /
# Empty namelist causes all values to take on default values.
&spectral_init_cond_nml
initial_temperature = 260. /
---------- physics namelists --------------
&rrtm_radiation_nml
h2o_lower_limit = 2.e-07,
co2ppmv = 390.,
do_read_ozone = .true.,
ozone_file = 'ozone_1990',
dt_rad_avg = 4500,
dt_rad = 4500,
lonstep = 4 /
&astro_nml
solr_cnst = 1370. /
&simple_surface_nml
do_qflux = .true.,
surface_choice = 1,
Tm = 285.,
heat_capacity = 3.e08,
land_capacity = 1.e07,
trop_capacity = 1.e08,
trop_cap_limit = 20.
const_albedo = 0.23,
albedo_choice = 7,
albedo_wdth = 5,
higher_albedo = 0.80,
albedo_cntrNH = 68.,
albedo_cntrSH = 64.,
lat_glacier = -70,
land_option = 'interpolated',
do_warmpool = .true.,
roughness_choice = 4,
mom_roughness_land = 5.e3,
q_roughness_land = 1.e-12 /
&qflux_nml
qflux_amp = 26.,
warmpool_localization_choice = 3,
warmpool_k = 1.66666,
warmpool_amp = 18.,
warmpool_width = 35.,
qflux_width = 16.,
warmpool_phase = 140.,
warmpool_centr = 0.,
gulf_k = 4.0,
gulf_amp = 70.,
kuroshio_amp = 40.,
trop_atlantic_amp = 50.,
gulf_phase = 310.,
Hawaiiextra = 30.0,
Pac_ITCZextra = -0.0,
north_sea_heat =0.0/
&damping_driver_nml
do_rayleigh = .false.,
trayfric = -0.5,
sponge_pbottom= 50.,
do_conserve_energy = .true.,
do_cg_drag = .true.,
do_mg_drag = .false./
&topography_nml
topog_file = 'INPUT/navy_topography.data.nc',
water_file = 'INPUT/navy_pctwater.data.nc' /
&cg_drag_nml
Bt_0 = 0.0043,
Bt_nh = 0.00,
Bt_eq = {{Bt_eq}},
Bt_sh = 0.00,
phi0n = 15.,
phi0s =-15.,
dphin = 10.,
dphis =-10.,
flag=0,
Bw = 0.4,
Bn = 0.0,
cw = 35.0,
cwtropics = {{cwtropics}},
cn = 2.0,
kelvin_kludge = 1.0,
weighttop = 0.7,
weightminus1 = 0.28,
weightminus2 = 0.02,
source_level_pressure = 315.e+02,
damp_level_pressure = 0.85e+02,
cg_drag_freq = 21600 /
&moist_processes_nml
do_bm =.true.,
do_bmmass =.false.,
do_bmomp =.false.,
do_mca =.false.,
do_lsc =.true.,
do_strat =.false.,
do_ras =.false.,
do_diag_clouds =.false.,
do_rh_clouds =.false.,
use_df_stuff = .true. /
&betts_miller_nml
tau_bm = 7200.,
rhbm = .7 ,
do_simp = .false.,
do_shallower = .true.,
do_changeqref = .false.,
do_envsat = .false.,
do_taucape = .false.,
capetaubm = 900.,
tau_min = 2400./
&moist_conv_nml
beta = 0.0,
use_df_stuff = .true./
&monin_obukhov_nml
rich_crit = 2.0,
drag_min = 4.e-05 /
&lscale_cond_nml
do_evap = .true.,
use_df_stuff = .true. /
&vert_diff_driver_nml
do_conserve_energy = .true.,
use_virtual_temp_vert_diff = .false. /
&diffusivity_nml
do_entrain = .false
use_df_stuff = .true. /
&surface_flux_nml
use_virtual_temp = .false.,
use_df_stuff = .true.,
old_dtaudv = .true.,
gust_const = 1.0 /
&vert_turb_driver_nml
use_tau = .false.,
gust_scheme = 'constant',
constant_gust = 0.,
do_mellor_yamada = .false.,
do_shallow_conv = .false.,
use_df_stuff = .true.,
do_diffusivity = .true./
&ocean_rough_nml
rough_scheme = 'beljaars' /
&physics_driver_nml
do_grey_radiation = .false.,
do_rrtm_radiation = .true.,
do_damping = .true. /
# domains_stack_size will vary for different model resolutions,
# domain decompositions, and number of processors used.
&fms_nml
domains_stack_size = 600000 /
&fms_io_nml
threading_write = 'single',
fileset_write = 'single' /