Skip to content

Commit

Permalink
set fire_ignition_ros in namelists
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Mandel committed Nov 3, 2010
1 parent 7aa5a11 commit c28da1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
9 changes: 2 additions & 7 deletions wrfv2_fire/test/em_fire/fireflux_small/namelist.input
Expand Up @@ -126,27 +126,22 @@
fire_fuel_cat = 3, ! integer, fuel category if constant
! ignition
fire_num_ignitions = 2, ! integer, only the first fire_num_ignition used, up to 5 allowed
fire_ignition_ros1 = 0.005, ! start points of ignition lines, in m from lower left corner
fire_ignition_start_x1 = 475, ! start points of ignition lines, in m from lower left corner
fire_ignition_start_y1 = 1075, ! start points of ignition lines, in m from lower left corner
fire_ignition_end_x1 = 305, ! end points of ignition lines, in m from lower left corner
fire_ignition_end_y1 = 1075, ! end points of ignition lines, in m from lower left corner
fire_ignition_radius1 = 20, ! all within this radius will ignite, > fire mesh step
fire_ignition_start_time1 = 30, ! sec for ignition from the start
fire_ignition_end_time1 = 184, ! sec for ignition from the start
fire_ignition_ros2 = 0.005, ! start points of ignition lines, in m from lower left corner
fire_ignition_start_x2 = 475, ! start points of ignition lines, in m from lower left corner
fire_ignition_start_y2 = 1075, ! start points of ignition lines, in m from lower left corner
fire_ignition_end_x2 = 690, ! end points of ignition lines, in m from lower left corner
fire_ignition_end_y2 = 1075, ! end points of ignition lines, in m from lower left corner
fire_ignition_radius2 = 20, ! all within this radius will ignite, > fire mesh step
fire_ignition_start_time2 = 30, ! sec for ignition from the start! end ignition for sfire
fire_ignition_end_time2 = 194, ! sec for ignition from the start! end ignition for sfire
fire_ignition_start_x3 = 1400, ! start points of ignition lines, in m from lower left corner
fire_ignition_start_y3 = 1400, ! start points of ignition lines, in m from lower left corner
fire_ignition_end_x3 = 1400, ! end points of ignition lines, in m from lower left corner
fire_ignition_end_y3 = 1400, ! end points of ignition lines, in m from lower left corner
fire_ignition_radius3 = 50, ! all within this radius will ignite, > fire mesh step
fire_ignition_start_time3 = 4, ! sec for ignition from the start! end ignition for sfire
fire_ignition_end_time3 = 4, ! sec for ignition from the start! end ignition for sfire
!
! verbosity
fire_print_msg = 2, ! 1 print fire debugging messages
Expand Down
5 changes: 4 additions & 1 deletion wrfv2_fire/test/em_fire/hill/namelist.input
Expand Up @@ -124,21 +124,24 @@
fire_fuel_read = 0, ! integer, -1: from WPS, 0= use fire_fuel_cat, 1= by altitude
fire_fuel_cat = 3, ! integer, if specified which fuel category?
! ignition
fire_num_ignitions = 2, ! integer, only the first fire_num_ignition used, up to 5 allowed
fire_num_ignitions = 2, ! integer, only the first fire_num_ignition used, up to 5 allowed
fire_ignition_ros1 = 0.01, ! ignition rate of spread, m/s
fire_ignition_start_x1 = 1005, ! start points of ignition lines, in m from lower left corner
fire_ignition_start_y1 = 500, ! start points of ignition lines, in m from lower left corner
fire_ignition_end_x1 = 1005, ! end points of ignition lines, in m from lower left corner
fire_ignition_end_y1 = 1900, ! end points of ignition lines, in m from lower left corner
fire_ignition_radius1 = 18, ! all within this radius will ignite, > fire mesh step
fire_ignition_start_time1 = 2, ! sec for ignition from the start
fire_ignition_end_time1 =502, ! sec for ignition from the start
fire_ignition_ros2 = 0.01, ! ignition rate of spread, m/s
fire_ignition_start_x2 = 1503, ! start points of ignition lines, in m from lower left corner
fire_ignition_start_y2 = 500, ! start points of ignition lines, in m from lower left corner
fire_ignition_end_x2 = 1503, ! end points of ignition lines, in m from lower left corner
fire_ignition_end_y2 = 1900, ! end points of ignition lines, in m from lower left corner
fire_ignition_radius2 = 18, ! all within this radius will ignite, > fire mesh step
fire_ignition_start_time2 = 3, ! sec for ignition from the start! end ignition for sfire
fire_ignition_end_time2 =503, ! sec for ignition from the start! end ignition for sfire
fire_ignition_ros3 = 0.01, ! ignition rate of spread, m/s
!fire_ignition_start_x3 = 1400, ! start points of ignition lines, in m from lower left corner
!fire_ignition_start_y3 = 1400, ! start points of ignition lines, in m from lower left corner
!fire_ignition_end_x3 = 1400, ! end points of ignition lines, in m from lower left corner
Expand Down
6 changes: 3 additions & 3 deletions wrfv2_fire/test/em_fire/small/namelist.input
Expand Up @@ -125,23 +125,23 @@
fire_fuel_cat = 3, ! integer, if specified which fuel category?
! ignition
fire_num_ignitions = 3, ! integer, only the first fire_num_ignition used, up to 5 allowed
fire_ignition_ros1 = 0.01, ! rate of spread during ignition, m/s
fire_ignition_ros1 = 0.1, ! rate of spread during ignition, m/s
fire_ignition_start_x1 = 1000, ! start points of ignition lines, in m from lower left corner
fire_ignition_start_y1 = 500, ! start points of ignition lines, in m from lower left corner
fire_ignition_end_x1 = 1000, ! end points of ignition lines, in m from lower left corner
fire_ignition_end_y1 = 1900, ! end points of ignition lines, in m from lower left corner
fire_ignition_radius1 = 18, ! all within this radius will ignite, > fire mesh step
fire_ignition_start_time1 = 2, ! sec for ignition from the start
fire_ignition_end_time1 =502, ! sec for ignition from the start
fire_ignition_ros2 = 0.01, ! rate of spread during ignition, m/s
fire_ignition_ros2 = 0.1, ! rate of spread during ignition, m/s
fire_ignition_start_x2 = 1500, ! start points of ignition lines, in m from lower left corner
fire_ignition_start_y2 = 500, ! start points of ignition lines, in m from lower left corner
fire_ignition_end_x2 = 1500, ! end points of ignition lines, in m from lower left corner
fire_ignition_end_y2 = 1900, ! end points of ignition lines, in m from lower left corner
fire_ignition_radius2 = 18, ! all within this radius will ignite, > fire mesh step
fire_ignition_start_time2 = 3, ! sec for ignition from the start! end ignition for sfire
fire_ignition_end_time2 =503, ! sec for ignition from the start! end ignition for sfire
fire_ignition_ros3 0.01, ! rate of spread during ignition, m/s
fire_ignition_ros3 0.1, ! rate of spread during ignition, m/s
fire_ignition_start_x3 = 1400, ! start points of ignition lines, in m from lower left corner
fire_ignition_start_y3 = 1400, ! start points of ignition lines, in m from lower left corner
fire_ignition_end_x3 = 1400, ! end points of ignition lines, in m from lower left corner
Expand Down

0 comments on commit c28da1a

Please sign in to comment.