Merge remote-tracking branch 'origin/release-v4.6.1'
[WRF.git] / test / em_tropical_cyclone / namelist.input
blobcf3818cabd74273a50f7ede8565f1d981e969192
1  &time_control
2  run_days                            = 6,
3  run_hours                           = 0,
4  run_minutes                         = 0,
5  run_seconds                         = 0,
6  start_year                          = 2007,
7  start_month                         = 09,
8  start_day                           = 1,
9  start_hour                          = 0,
10  start_minute                        = 00,
11  start_second                        = 00,
12  end_year                            = 2007,
13  end_month                           = 09,
14  end_day                             = 7,
15  end_hour                            = 0,
16  end_minute                          = 00,
17  end_second                          = 00,
18  history_interval                    = 1440,
19  frames_per_outfile                  = 1000,
20  restart                             = .false.,
21  restart_interval                    = 8640,
22  io_form_history                     = 2
23  io_form_restart                     = 2
24  io_form_input                       = 2
25  io_form_boundary                    = 2
26  /
28  &domains
29  time_step                           = 60,
30  time_step_fract_num                 = 0,
31  time_step_fract_den                 = 1,
32  max_dom                             = 1,
33  s_we                                = 1,
34  e_we                                = 201,
35  s_sn                                = 1,
36  e_sn                                = 201,
37  s_vert                              = 1,
38  e_vert                              = 21,
39  dx                                  = 15000,
40  dy                                  = 15000,
41  ztop                                = 25000.,
42  /
44  &physics
45  mp_physics                          = 1,
46  ra_lw_physics                       = 0,
47  ra_sw_physics                       = 0,
48  radt                                = 5,
49  sf_sfclay_physics                   = 1,
50  sf_surface_physics                  = 1,
51  bl_pbl_physics                      = 1,
52  bldt                                = 0,
53  cu_physics                          = 0,
54  cudt                                = 0,
55  isftcflx                            = 1,
56  /
58  &fdda
59  /
61  &dynamics
62  hybrid_opt                          = 0, 
63  rk_ord                              = 3,
64  diff_opt                            = 2,      2,      2,
65  km_opt                              = 4,      4,      4,
66  damp_opt                            = 2,
67  dampcoef                            = .003,
68  zdamp                               = 5000.,
69  rad_nudge                           = 1,
70  khdif                               = 300,
71  kvdif                               = 1,
72  smdiv                               = 0.1,
73  emdiv                               = 0.01,
74  epssm                               = 0.1,
75  time_step_sound                     = 6,
76  h_mom_adv_order                     = 5,
77  v_mom_adv_order                     = 3,
78  h_sca_adv_order                     = 5,
79  v_sca_adv_order                     = 3,
80  mix_full_fields                     = .true.,
81  non_hydrostatic                     = .true.,
82  /
84  &bdy_control
85  periodic_x                          = .true.,
86  symmetric_xs                        = .false.,
87  symmetric_xe                        = .false.,
88  open_xs                             = .false., 
89  open_xe                             = .false.,
90  periodic_y                          = .true.,
91  symmetric_ys                        = .false.,
92  symmetric_ye                        = .false.,
93  open_ys                             = .false.,
94  open_ye                             = .false.,
95  /
97  &grib2
98  /
100  &namelist_quilt
101  nio_tasks_per_group = 0,
102  nio_groups = 1,