Merge pull request #22 from wirc-sjsu/develop-w21
[WRF-Fire-merge.git] / test / em_scm_xy / namelist.input
blobbb26b3c58f28765495e61da77abaa64d021e2d84
1  &time_control
2  run_days                            = 0,
3  run_hours                           = 59,
4  run_minutes                         = 0,
5  run_seconds                         = 0,
6  start_year                          = 1999,
7  start_month                         = 10,
8  start_day                           = 22,
9  start_hour                          = 19,
10  start_minute                        = 00,
11  start_second                        = 00,
12  end_year                            = 1999,
13  end_month                           = 10,
14  end_day                             = 25,
15  end_hour                            = 06,
16  end_minute                          = 00,
17  end_second                          = 00,
18  history_interval                    = 60,
19  frames_per_outfile                  = 10000,
20  restart                             = .false.,
21  restart_interval                    = 1440000,
22  io_form_history                     = 2
23  io_form_restart                     = 2
24  io_form_input                       = 2
25  io_form_boundary                    = 2
26  auxinput3_inname                    = "force_ideal.nc"
27  auxinput3_interval_h                = 59
28  io_form_auxinput3                   = 2
29  /
31  &domains
32  time_step                           = 60,
33  time_step_fract_num                 = 0,
34  time_step_fract_den                 = 1,
35  max_dom                             = 1,
36  s_we                                = 1,
37  e_we                                = 3,
38  s_sn                                = 1,
39  e_sn                                = 3,
40  s_vert                              = 1,
41  e_vert                              = 60,
42  dx                                  = 4000,
43  dy                                  = 4000,
44  ztop                                = 12000.,
45  /
47  &scm
48  scm_force                           = 0
49  scm_force_dx                        = 10000
50  num_force_layers                    = 8
51  scm_lu_index                        = 2
52  scm_isltyp                          = 4
53  scm_vegfra                          = 50. 
54  scm_lat                             = 37.600
55  scm_lon                             = -96.700
56  scm_th_adv                          = .false.
57  scm_wind_adv                        = .false.
58  scm_qv_adv                          = .false.
59  scm_vert_adv                        = .false.
60  /
62  &physics
63  mp_physics                          = 2,
64  ra_lw_physics                       = 1,
65  ra_sw_physics                       = 1,
66  radt                                = 0,
67  sf_sfclay_physics                   = 1,
68  sf_surface_physics                  = 2,
69  bl_pbl_physics                      = 1,
70  bldt                                = 0,
71  cu_physics                          = 0,
72  cudt                                = 0,
73  /
75  &dynamics
76  hybrid_opt                          = 0, 
77  rk_ord                              = 3,
78  diff_opt                            = 2,      2,      2,
79  km_opt                              = 2,      2,      2,
80  damp_opt                            = 2,
81  dampcoef                            = .003,
82  zdamp                               = 5000.,
83  khdif                               = 300,
84  kvdif                               = 1,
85  smdiv                               = 0.1,
86  emdiv                               = 0.01,
87  epssm                               = 0.1,
88  time_step_sound                     = 6,
89  h_mom_adv_order                     = 5,
90  v_mom_adv_order                     = 3,
91  h_sca_adv_order                     = 5,
92  v_sca_adv_order                     = 3,
93  pert_coriolis                       = .true.,
94  mix_full_fields                     = .true.,
95  non_hydrostatic                     = .true.,
96  /
98  &bdy_control
99  periodic_x                          = .true.,
100  symmetric_xs                        = .false.,
101  symmetric_xe                        = .false.,
102  open_xs                             = .false., 
103  open_xe                             = .false.,
104  periodic_y                          = .true.,
105  symmetric_ys                        = .false.,
106  symmetric_ye                        = .false.,
107  open_ys                             = .false.,
108  open_ye                             = .false.,
111  &namelist_quilt
112  nio_tasks_per_group = 0,
113  nio_groups = 1,