source: lmdz_wrf/WRFV3/test/em_real/examples.namelist @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

  • Property svn:executable set to *
File size: 12.0 KB
Line 
1Note, this is not a namelist.input file. Find what interests you, and cut and paste them
2      to your own namelist.input file. For more information on these namelist parameters,
3      please see run/README.namelist or Chapter 5 of the User's Guide.
4
5** More options for real in namelist record &domains:
6
7 p_top_requested                     = 5000
8 interp_type                         = 2
9 extrap_type                         = 2
10 t_extrap_type                       = 2
11 lowest_lev_from_sfc                 = .false.
12 use_levels_below_ground             = .true.
13 use_surface                         = .true.
14 lagrange_order                      = 1
15 force_sfc_in_vinterp                = 1
16 zap_close_levels                    = 500
17 sfcp_to_sfcp                        = .false.
18 adjust_heights                      = .false.
19 smooth_cg_topo                      = .false.
20 eta_levels                          = 1.000, 0.990, 0.978, 0.964, 0.946,
21                                       0.922, 0.894, 0.860, 0.817, 0.766,
22                                       0.707, 0.644, 0.576, 0.507, 0.444,
23                                       0.380, 0.324, 0.273, 0.228, 0.188,
24                                       0.152, 0.121, 0.093, 0.069, 0.048,
25                                       0.029, 0.014, 0.000,
26
27** Using sst_update option (add these to namelist records &time_control and
28   &physics respectively):
29
30 &time_control
31 auxinput4_inname                    = "wrflowinp_d<domain>"
32 auxinput4_interval                  = 360, 360, 360,
33 io_form_auxinput4                   = 2
34
35 &physics
36 sst_update                          = 1,
37
38
39** Using stochastic backscatter scheme
40
41&physics
42 stoch_force_opt                      = 1,      1,      1,
43 stoch_vertstruc_opt                  = 0,      0,      0,
44 tot_backscat_t                       = 2.0E-6, 2.0E-6, 2.0E-6
45 tot_backscat_psi                     = 2.0,    2.0,    2.0
46 nens                                 = 1,
47
48
49** Using DFI options (note this is a separate namelist record):
50
51 &dfi_control
52 dfi_opt                             = 3,
53 dfi_nfilter                         = 7,
54 dfi_cutoff_seconds                  = 3600,
55 dfi_write_filtered_input            = .true.
56 dfi_write_dfi_history               = .false.
57 dfi_bckstop_year                    = 2000,
58 dfi_bckstop_month                   = 01,
59 dfi_bckstop_day                     = 24,
60 dfi_bckstop_hour                    = 10,
61 dfi_bckstop_minute                  = 00,
62 dfi_bckstop_second                  = 00,
63 dfi_fwdstop_year                    = 2000,
64 dfi_fwdstop_month                   = 01,
65 dfi_fwdstop_day                     = 24,
66 dfi_fwdstop_hour                    = 13,
67 dfi_fwdstop_minute                  = 00,
68 dfi_fwdstop_second                  = 00,
69 /
70
71 &domains
72 time_step_dfi                       = 60.
73
74** Using gridded nudging option (note this is a separate namelist record) for
75   upperair nudging
76
77** Upper air gridded nudging requires an file generated by the real
78   program.  Activating grid_fdda for the real program is adequate.
79
80 &fdda
81 grid_fdda                           = 1,     1,     1,
82 gfdda_inname                        = "wrffdda_d<domain>",
83 gfdda_end_h                         = 24,    24,    24,
84 gfdda_interval_m                    = 360,   360,   360,
85 fgdt                                = 0,     0,     0,
86 if_no_pbl_nudging_uv                = 0,     0,     0,
87 if_no_pbl_nudging_t                 = 1,     1,     1,
88 if_no_pbl_nudging_q                 = 1,     1,     1,
89 if_zfac_uv                          = 0,     0,     0,
90  k_zfac_uv                          = 10,   10,    10,
91 if_zfac_t                           = 0,     0,     0,
92  k_zfac_t                           = 10,   10,    10,
93 if_zfac_q                           = 0,     0,     0,
94  k_zfac_q                           = 10,   10,    10,
95 guv                                 = 0.0003,     0.0003,     0.0003,
96 gt                                  = 0.0003,     0.0003,     0.0003,
97 gq                                  = 0.0003,     0.0003,     0.0003,
98 if_ramping                          = 1,
99 dtramp_min                          = 60.0,
100 io_form_gfdda                       = 2,
101
102** Using gridded surface nudging option (note this is a separate namelist
103   record)
104
105** Note that upper-air and surface gridded nudging may be used together
106   or separately.  Surface nudging requires an input file generated by the
107   obsgrid program.
108
109 &fdda
110 grid_sfdda                          = 1,     1,     1,
111 sgfdda_inname                       = "wrfsfdda_d<domain>",
112 sgfdda_end_h                        = 24,    24,    24,
113 sgfdda_interval_m                   = 360,   360,   360,
114 io_form_sgfdda                      = 2,
115 guv_sfc                             = 0.0003,     0.0003,     0.0003,
116 gt_sfc                              = 0.0003,     0.0003,     0.0003,
117 gq_sfc                              = 0.0003,     0.0003,     0.0003,
118 rinblw                              = 250.,
119
120** Using observation nudging option (note &fdda is a separate namelist record):
121
122 &time_control
123 auxinput11_interval_s               = 180 , 180 , 180
124 auxinput11_end_h                    = 6   , 6   , 6
125
126 &fdda
127 obs_nudge_opt                       = 1,1,1,
128 max_obs                             = 150000,
129 fdda_start                          = 0.,  0.,  0.,
130 fdda_end                            = 720.,720.,720.,
131 obs_nudge_wind                      = 1,1,1,
132 obs_coef_wind                       = 6.E-4,6.E-4,6.E-4,
133 obs_nudge_temp                      = 1,1,1,
134 obs_coef_temp                       = 6.E-4,6.E-4,6.E-4,
135 obs_nudge_mois                      = 1,1,1,
136 obs_coef_mois                       = 6.E-4,6.E-4,6.E-4,
137 obs_rinxy                           = 240.,240.,180.,
138 obs_rinsig                          = 0.1,
139 obs_twindo                          = 0.6666667,0.6666667,0.6666667,
140 obs_npfi                            = 10,
141 obs_ionf                            = 2, 2, 2,
142 obs_idynin                          = 0,
143 obs_dtramp                          = 40.,
144 obs_prt_freq                        = 10, 10, 10,
145 obs_prt_max                         = 10
146 obs_ipf_errob                       = .true.
147 obs_ipf_nudob                       = .true.
148 obs_ipf_in4dob                      = .true
149 obs_no_pbl_nudge_uv                 = 0
150 obs_no_pbl_nudge_t                  = 0
151 obs_no_pbl_nudge_q                  = 0
152 obs_sfc_scheme_horiz                = 0
153 obs_sfc_scheme_vert                 = 0
154 obs_max_sndng_gap                   = 20
155 obs_nudgezfullr1_uv                 = 50
156 obs_nudgezrampr1_uv                 = 50
157 obs_nudgezfullr2_uv                 = 50
158 obs_nudgezrampr2_uv                 = 50
159 obs_nudgezfullr4_uv                 = -5000
160 obs_nudgezrampr4_uv                 = 50 
161 obs_nudgezfullr1_t                  = 50
162 obs_nudgezrampr1_t                  = 50
163 obs_nudgezfullr2_t                  = 50
164 obs_nudgezrampr2_t                  = 50
165 obs_nudgezfullr4_t                  = -5000
166 obs_nudgezrampr4_t                  = 50 
167 obs_nudgezfullr1_q                  = 50
168 obs_nudgezrampr1_q                  = 50
169 obs_nudgezfullr2_q                  = 50
170 obs_nudgezrampr2_q                  = 50
171 obs_nudgezfullr4_q                  = -5000
172 obs_nudgezrampr4_q                  = 50
173 obs_nudgezfullmin                   = 50
174 obs_nudgezrampmin                   = 50
175 obs_nudgezmax                       = 3000
176 obs_sfcfact                         = 1.0
177 obs_sfcfacr                         = 1.0
178 obs_dpsmx                           = 7.5
179 /
180
181** Using spectral nudging option
182
183 &fdda
184 grid_fdda                           = 2,     2,     2,
185 gfdda_inname                        = "wrffdda_d<domain>",
186 gfdda_end_h                         = 24,    24,    24,
187 gfdda_interval_m                    = 360,   360,   360,
188 fgdt                                = 0,     0,     0,
189 fgdtzero                            = 0,     0,     0,
190 if_no_pbl_nudging_uv                = 0,     0,     0,
191 if_no_pbl_nudging_t                 = 0,     0,     0,
192 if_no_pbl_nudging_ph                = 0,     0,     0,
193 if_zfac_uv                          = 0,     0,     0,
194  k_zfac_uv                          = 10,   10,    10,
195 if_zfac_t                           = 0,     0,     0,
196  k_zfac_t                           = 10,   10,    10,
197 if_zfac_ph                          = 0,     0,     0,
198  k_zfac_ph                          = 10,   10,    10,
199 dk_zfac_uv                          = 1,     1,     1,
200 dk_zfac_t                           = 1,     1,     1,
201 dk_zfac_ph                          = 1,     1,     1,
202 guv                                 = 0.0003,     0.0003,     0.0003,
203 gt                                  = 0.0003,     0.0003,     0.0003,
204 gph                                 = 0.0003,     0.0003,     0.0003,
205 xwavenum                            = 3
206 ywavenum                            = 3
207 if_ramping                          = 1,
208 dtramp_min                          = 60.0,
209 io_form_gfdda                       = 2,
210
211** Using adaptive time step option (add these in namelist record &domains):
212
213 use_adaptive_time_step              = .true.,
214 step_to_output_time                 = .true.,
215 target_cfl                          = 1.2, 1.2, 1.2,
216 target_hcfl                         = .84, .84, .84,
217 max_step_increase_pct               = 5,   51,  51,
218 starting_time_step                  = -1,  -1,  -1,
219 max_time_step                       = 360, 120, 40,
220 min_time_step                       =  90,  30, 10,
221 adaptation_domain                   =  1,
222
223** Using automatic vortex-following option (tropical storm tracking only;
224   add these in namelist record &domains):
225
226 vortex_interval                     = 15, 15, 15,
227 max_vortex_speed                    = 40, 40, 40,
228 corral_dist                         =  8, 15, 15,
229 track_level                         = 50000,
230
231** Using different flux formulation for tropical storm simulations
232   (more effective when grid sizes are smaller than 2 km), and simple
233   1-D ocean mixed layer (add these in namelist record &physics):
234
235 isftcflx                            = 1,
236 omlcall                             = 1,
237 oml_hml0                            = 50,
238 oml_gamma                           = 0.14
239
240** Miscellaneous physics options for namelist record &physics:
241
242Topographic shading (only effective when grid sizes are a few kilometers)
243
244 slope_rad                           = 1,     1,     1,
245 topo_shading                        = 1,     1,     1,
246 shadlen                             = 25000,
247
248Setting threashold value for defining seaice if seaice is not in the input file:
249
250 seaice_threshold                    = 271,
251
252Switching off latent heating from a microphysics scheme (must also set cu_physics = 0):
253
254 no_mp_heating                       = 0,
255
256** Using precipiatiion bucket in a time interval (minutes):
257
258 prec_acc_dt                         = 60.
259
260** Using bucket accumulations for multi-year simulations (guideline: mean monthly accumulation)
261
262 bucket_mm                           = 100.
263 bucket_J                            = 1.e9
264
265** Optional gravitational settling of fog/cloud droplets (MYNN PBL only)
266
267 grav_settling                       = 1,       ; default 0
268
269** Using implicit gravity-wave damping option (add these in namelist record &dynamics):
270
271 damp_opt                            = 3,
272 zdamp                               = 5000.,  5000.,  5000.,
273 dampcoef                            = 0.2,    0.2,    0.2
274
275** Using expanded boundary zone and exponential decay option (add or modify these in
276    namelist record &bdy_control):
277
278 spec_bdy_width                      = 10,
279 spec_zone                           = 1,
280 relax_zone                          = 9,
281 specified                           = .true., .false.,.false.,
282 spec_exp                            = 0.33
283
284For a tropical channel configuration, set the following:
285
286 specified                           = .true., .false.,.false.,
287 periodic_x                          = .true., .false.,.false.,
288
289** using io quilting option to improve output efficiency for large domain runs
290    (note that this is a separate namelist record):
291
292 &namelist_quilt
293 nio_tasks_per_group = 2,
294 nio_groups = 1,
295 /
Note: See TracBrowser for help on using the repository browser.