Merge pull request #22 from wirc-sjsu/develop-w21
[WRF-Fire-merge.git] / test / em_fire / namelist.input_two_fires
blob5a3cb3dd0bf8ec75269dec03a9d6db8b65610c21
1  &time_control
2  run_days                            = 0,
3  run_hours                           = 0,
4  run_minutes                         = 60,
5  run_seconds                         = 0,
6  start_year                          = 2006, 0001, 0001,
7  start_month                         = 01,   01,   01,
8  start_day                           = 01,   01,   01,
9  start_hour                          = 09,   01,   00,
10  start_minute                        = 00,   01,   01,
11  start_second                        = 00,   00,   00,
12  end_year                            = 2006, 0001, 0001,
13  end_month                           = 01,   01,   01,
14  end_day                             = 01,   01,   01,
15  end_hour                            = 10,   00,   00,
16  end_minute                          = 00,   00,   00,
17  end_second                          = 00,   00,   00,
18  history_interval_s                  = 120,  30,   30,
19  frames_per_outfile                  = 1,     1,    1,
20  restart                             = .false.,
21  restart_interval                    = 120  
22  io_form_history                     = 2
23  io_form_restart                     = 2
24  io_form_input                       = 2
25  io_form_boundary                    = 2
28  &domains
29  time_step                           = 0,
30  time_step_fract_num                 = 1,
31  time_step_fract_den                 = 2,
32  max_dom                             = 1,
33  s_we                                = 1,     1,     1,
34  e_we                                = 43,    43,    43,
35  s_sn                                = 1,     1,     1,
36  e_sn                                = 43,    43,    43,
37  s_vert                              = 1,     1,     1,
38  e_vert                              = 41,    41,    41,
39  dx                                  = 50,
40  dy                                  = 50,
41  ztop                                = 4500, 1500, 1500,
42  grid_id                             = 1,     2,     3,
43  parent_id                           = 0,     1,     2,
44  i_parent_start                      = 0,     1,    1,
45  j_parent_start                      = 0,     1,    1,
46  parent_grid_ratio                   = 1,     2,     3,
47  parent_time_step_ratio              = 1,     2,     3,
48  feedback                            = 1,
49  smooth_option                       = 0
50  sr_x                                = 10,     0,     0
51  sr_y                                = 10,     0,     0
54  &physics
55  mp_physics                          = 0,     0,     0,
56  ra_lw_physics                       = 0,     0,     0,
57  ra_sw_physics                       = 0,     0,     0,
58  radt                                = 30,    30,    30,
59  sf_sfclay_physics                   = 0,     0,     0,
60  sf_surface_physics                  = 0,     0,     0,
61  bl_pbl_physics                      = 0,     0,     0,
62  bldt                                = 0,     0,     0,
63  cu_physics                          = 0,     0,     0,
64  cudt                                = 0,     0,     0,
65  isfflx                              = 1,
66  ifsnow                              = 0,
67  icloud                              = 0,
68  mp_zero_out                         = 0,
69  /
71  &fdda
72  /
74  &dynamics
75  hybrid_opt                          = 0, 
76  rk_ord                              = 3,
77  diff_opt                            = 2,      2,      2,
78  km_opt                              = 2,      2,      2,
79  damp_opt                            = 2 ,
80  zdamp                               = 800.,  5000.,  5000.,
81  dampcoef                            = 0.2,    0.2,    0.2
82  khdif                               = 0.05,   0.05,   0.05,
83  kvdif                               = 0.05,   0.05,   0.05,
84  smdiv                               = 0.1,    0.1,    0.1,
85  emdiv                               = 0.01,   0.01,   0.01,
86  epssm                               = 0.1,    0.1,    0.1
87  mix_full_fields                     = .true., .true., .true.,
88  non_hydrostatic                     = .true., .true., .true.,
89  h_mom_adv_order                     = 5,      5,      5,
90  v_mom_adv_order                     = 3,      3,      3,
91  h_sca_adv_order                     = 5,      5,      5,
92  v_sca_adv_order                     = 3,      3,      3,
93  time_step_sound                     = 20,     20,     20,
94  moist_adv_opt                       = 1,      1,      1,
95  scalar_adv_opt                      = 1,      1,      1,
96  tracer_opt                          = 3,      3,      3,
97  /
99  &bdy_control
100  periodic_x                          = .false.,
101  symmetric_xs                        = .false.,
102  symmetric_xe                        = .false.,
103  open_xs                             = .true., 
104  open_xe                             = .true., 
105  periodic_y                          = .false.,
106  symmetric_ys                        = .false.,
107  symmetric_ye                        = .false.,
108  open_ys                             = .true., 
109  open_ye                             = .true., 
112  &grib2
115  &namelist_quilt
116  nio_tasks_per_group = 0,
117  nio_groups = 1,
120  &fire ! be sure to set sr_x,sr_y in domains-namelist (to set refinement in x,y)
121  ifire              = 2,               ! integer, = 0: no fire, 2=turn on fire model
122  fire_fuel_read     = 0,               ! integer, -1: from WPS, 0= use fire_fuel_cat, 1= by altitude, 2=from file input_fc
123  fire_fuel_cat      = 3,               ! integer, fuel category if constant
124 ! ignition 
125  fire_num_ignitions = 2,               ! integer, only the first fire_num_ignition used, up to 5 allowed
126  fire_ignition_ros1 =   0.05,          ! rate of spread during ignition, m/s  
127  fire_ignition_start_x1 = 1075,        ! start points of ignition lines, in m from lower left corner
128  fire_ignition_start_y1 =  900,        ! start points of ignition lines, in m from lower left corner
129  fire_ignition_end_x1 =   1075,        ! end points of ignition lines, in m from lower left corner
130  fire_ignition_end_y1 =   1100,        ! end points of ignition lines, in m from lower left corner
131  fire_ignition_radius1 =    20,        ! all within this radius will ignite, > fire mesh step
132  fire_ignition_start_time1 = 180,      ! sec for ignition from the start
133  fire_ignition_end_time1  = 190,       ! sec for ignition from the start
134  fire_ignition_ros2 =   0.05,          ! rate of spread during ignition, m/s  
135  fire_ignition_start_x2 =  800,        ! start points of ignition lines, in m from lower left corner
136  fire_ignition_start_y2 = 1500,        ! start points of ignition lines, in m from lower left corner
137  fire_ignition_end_x2 =    800,        ! end points of ignition lines, in m from lower left corner
138  fire_ignition_end_y2 =   1500,        ! end points of ignition lines, in m from lower left corner
139  fire_ignition_radius2 =    20,        ! all within this radius will ignite, > fire mesh step
140  fire_ignition_start_time2 =600,       ! sec for ignition from the start! end ignition for sfire
141  fire_ignition_end_time2  = 720,       ! sec for ignition from the start! end ignition for sfire
142  fire_wind_height = 1.,                ! height to interpolate winds to for calculating fire spread rate 
144 ! verbosity
145  fire_print_msg     = 1,        ! 1 print fire debugging messages
146  fire_print_file    = 0,        ! 1 write files for matlab
148 ! experiments
150  fire_const_time = -1.,         ! (s) if >0, time from start to stop fire evolution and keep heat output constant
151  fire_const_grnhfx = -1,        ! (W/s) if both >=0, use this flux (meant to be used when fire_const_time=ignition time) 
152  fire_const_grnqfx = -1,        ! (W/s) if both >=0, use this flux (meant to be used when fire_const_time=ignition time) 
153  fire_test_steps=0,             ! >0 = on first call, do specified number of steps and terminate (testing only)
154  fire_mountain_type=0,          ! in ideal: 0=none, 1= hill, 2=EW ridge, 3=NS ridge
155  fire_mountain_height=500.,     ! (m) ideal mountain height
156  fire_mountain_start_x=1000.,   ! (m) coord of start of the mountain from lower left corder (just like ignition)
157  fire_mountain_start_y=1100.,   ! (m) coord of start of the mountain from lower left corder (just like ignition)
158  fire_mountain_end_x=1500.,     ! (m) coord of end of the mountain from lower left corder (just like ignition)
159  fire_mountain_end_y=1400.,     ! (m) coord of end of the mountain from lower left corder (just like ignition)
160  fire_topo_from_atm=1,          ! 0 = fire mesh topo set from fine-res data, 1 = populate by interpolating from atmosphere
161  delt_perturbation = 0.0,       ! Temperature perturbation for creating cold (negative) / warm (positive) bubble [K], 0 turns it off
162  !xrad_perturbation = 10000.0,   ! Horizontal radius of the bubble in E-W direction [m]
163  !yrad_perturbation = 10000.0,   ! Horizontal radius of the bubble in N-S direction [m]
164  !zrad_perturbation = 1500.0,    ! Vertical radius of the bubble [m]
165  !hght_perturbation = 1500.0,    ! Perturbation height - height at which the warm/cold bubble will be suspended [m]
167 ! stretched grid variables
169  stretch_grd = .true.,
170  stretch_hyp = .true.,
171  z_grd_scale = 2.35
173 ! method switches for developers only, do not change!
175  fire_fuel_left_irl=2,          ! refinement to integrate fuel_left, must be even
176  fire_fuel_left_jrl=2,          ! refinement to integrate fuel_left, must be even
177  fire_atm_feedback=1.0,         ! real, multiplier for heat fluxes, 1.=normal, 0.=turn off two-way coupling 
178  fire_grows_only=1,             ! if >0 level set function cannot increase = fire can only grow
179  fire_viscosity=0.4,              ! artificial viscosity in level set method (max 1, needed with fire_upwinding=0)
180  fire_upwinding=9,              ! 0=none, 1=standard, 2=godunov, 3=eno, 4=sethian
181  fire_fuel_left_method=1,        ! for now, use 1 only
182  fire_lfn_ext_up=1.0,           ! 0.=extend level set function at boundary by reflection, 1.=always up