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