Skip to content

Commit

Permalink
mod em_real/namelist.input for longer run and some prints
Browse files Browse the repository at this point in the history
  • Loading branch information
janmandel committed Nov 15, 2009
1 parent c0b1611 commit ced9731
Showing 1 changed file with 7 additions and 21 deletions.
28 changes: 7 additions & 21 deletions wrfv2_fire/test/em_real/namelist.input
@@ -1,7 +1,7 @@
&time_control
run_days = 0,
run_hours = 0,
run_minutes = 1,
run_minutes = 20,
run_seconds = 0,
start_year = 2005,
start_month = 08,
Expand All @@ -17,15 +17,15 @@
end_second = 00,
interval_seconds = 21600
input_from_file = .true.,
history_interval = 1,
history_interval_s = 30,
frames_per_outfile = 1000,
restart = .false.,
restart_interval = 100,
restart_interval = 1,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
debug_level = 1
/

&domains
Expand Down Expand Up @@ -105,25 +105,11 @@
/

&fire ! be sure to set sr_x,sr_y in domains-namelist (to set refinement in x,y)
ifire = 2, ! integer, = 0: no fire, = 1: CAWFE 2: SFIRE
ifire = 2, ! integer, = 0: no fire, = 2: SFIRE
!
! CAWFE variables (NOTE: may or may not work. I do not maintain the cawfe path any more. JM)
!
!fire_lat_init = 40., ! real , initial fire latitude (deg)
!fire_lon_init = -105., ! real , initial fire longitude (deg)
fire_lat_init = 6.75e-3, ! real , initial fire latitude (deg)
fire_lon_init = 6.70e-3, ! real , initial fire longitude (deg)
fire_ign_time = 30., ! real , time of fire ignition (s)
fire_shape = 1, ! integer, initial fire shape
fire_sprd_mdl = 1, ! integer, = 0: Macarthur, = 1: BEHAVE
fire_crwn_hgt = 15., ! real , height of canopy crown (m)
fire_ext_grnd = 50., ! real , extinction coeff ground fire
fire_ext_crwn = 50., ! real , extinction coeff crown fire
fire_fuel_read = -1, ! integer, 0= use fire_fuel_cat, 1= by altitude 2= read from file
fire_fuel_cat = 3, ! integer, if specified which fuel category?
!
! SFIRE
!

! ignition
fire_num_ignitions = 3, ! integer, only the first fire_num_ignition used, up to 5 allowed
fire_ignition_start_long1=-107.293664, ! start points of ignition lines, longitude
Expand All @@ -146,7 +132,7 @@
fire_ignition_time3 = 4, ! sec for ignition from the start! end ignition for sfire
!
! verbosity
fire_print_msg = 0, ! 1 to print fire debugging/progress messages (compile with DEBUG OUT in the sf sources)
fire_print_msg = 1, ! 1 to print fire debugging/progress messages (compile with DEBUG OUT in the sf sources)
fire_print_file = 0, ! 1 to write text output files for matlab
!
! method selections for experiments, *do not change*
Expand Down

0 comments on commit ced9731

Please sign in to comment.