Guest User

Untitled

a guest
Mar 31st, 2010
1,327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1. &time_control
  2. run_days = 0,
  3. run_hours = 0,
  4. run_minutes = 2,
  5. run_seconds = 0,
  6. start_year = 2005,
  7. start_month = 08,
  8. start_day = 28,
  9. start_hour = 12,
  10. start_minute = 00,
  11. start_second = 00,
  12. end_year = 2005,
  13. end_month = 08,
  14. end_day = 28,
  15. end_hour = 15,
  16. end_minute = 00,
  17. end_second = 00,
  18. interval_seconds = 10800
  19. input_from_file = .true.,
  20. history_interval_s = 30,
  21. frames_per_outfile = 1000,
  22. restart = .false.,
  23. restart_interval = 1,
  24. io_form_history = 2
  25. io_form_restart = 2
  26. io_form_input = 2
  27. io_form_boundary = 2
  28. debug_level = 1
  29. /
  30.  
  31. &domains
  32. time_step = 0,
  33. time_step_fract_num = 5,
  34. time_step_fract_den = 10,
  35. max_dom = 1,
  36. s_we = 1,
  37. e_we = 43,
  38. s_sn = 1,
  39. e_sn = 43,
  40. s_vert = 1,
  41. e_vert = 41,
  42. num_metgrid_levels = 30
  43. dx = 60,
  44. dy = 60,
  45. grid_id = 1,
  46. parent_id = 0,
  47. i_parent_start = 0,
  48. j_parent_start = 0,
  49. parent_grid_ratio = 1,
  50. parent_time_step_ratio = 1,
  51. feedback = 1,
  52. smooth_option = 0
  53. sr_x = 10,
  54. sr_y = 10,
  55. sfcp_to_sfcp = .true.,
  56. p_top_requested = 10000
  57. /
  58.  
  59. &physics
  60. mp_physics = 2,
  61. ra_lw_physics = 1,
  62. ra_sw_physics = 1,
  63. radt = 10,
  64. sf_sfclay_physics = 1,
  65. sf_surface_physics = 1,
  66. bl_pbl_physics = 1,
  67. bldt = 0,
  68. cu_physics = 1,
  69. cudt = 5,
  70. isfflx = 1,
  71. ifsnow = 0,
  72. icloud = 0,
  73. surface_input_source = 1,
  74. num_soil_layers = 5,
  75. maxiens = 1,
  76. maxens = 3,
  77. maxens2 = 3,
  78. maxens3 = 16,
  79. ensdim = 144,
  80. /
  81.  
  82.  
  83. &fdda
  84. /
  85.  
  86. &dynamics
  87. rk_ord = 3,
  88. w_damping = 0,
  89. diff_opt = 2,
  90. km_opt = 2,
  91. damp_opt = 0,
  92. base_temp = 290.
  93. zdamp = 5000.,
  94. dampcoef = 0.2,
  95. khdif = 0.05,
  96. kvdif = 0.05,
  97. smdiv = 0.1,
  98. emdiv = 0.01,
  99. epssm = 0.1,
  100. time_step_sound = 20,
  101. h_mom_adv_order = 5,
  102. v_mom_adv_order = 3,
  103. h_sca_adv_order = 5,
  104. v_sca_adv_order = 3,
  105. non_hydrostatic = .true.,
  106. /
  107.  
  108. &fire ! be sure to set sr_x,sr_y in domains-namelist (to set refinement in x,y)
  109. ifire = 2, ! integer, = 0: no fire, = 2: SFIRE
  110. !
  111. fire_fuel_read = -1, ! integer, 0= use fire_fuel_cat, 1= by altitude 2= read from file
  112. fire_fuel_cat = 3, ! integer, if specified which fuel category?
  113.  
  114. ! ignition
  115. fire_num_ignitions = 3, ! integer, only the first fire_num_ignition used, up to 5 allowed
  116. fire_ignition_start_lon1=-107.293664, ! start points of ignition lines, longitude
  117. fire_ignition_start_lat1 = 39.698696, ! start points of ignition lines,latitude
  118. fire_ignition_end_lon1 = -107.293664, ! end points of ignition lines
  119. fire_ignition_end_lat1 = 39.710990, ! end points of ignition lines
  120. fire_ignition_radius1 = 18, ! all within this radius (m) will ignite, > fire mesh step
  121. fire_ignition_time1 = 2, ! sec for ignition from the start
  122. fire_ignition_start_lon2=-107.287954, ! start points of ignition lines,
  123. fire_ignition_start_lat2 = 39.698696, ! start points of ignition lines,
  124. fire_ignition_end_lon2 = -107.287954,! end points of ignition lines,
  125. fire_ignition_end_lat2 = 39.71099, ! end points of ignition lines,
  126. fire_ignition_radius2 = 18, ! all within this radius (m) will ignite, > fire mesh step
  127. fire_ignition_time2 = 3, ! sec for ignition from the start! end ignition for sfire
  128. fire_ignition_start_lon3=-107.289096, ! start points of ignition lines,
  129. fire_ignition_start_lat3 = 39.706599, ! start points of ignition lines,
  130. fire_ignition_end_lon3 = 0, ! end points of ignition lines, 0 for same as start
  131. fire_ignition_end_lat3 = 0, ! end points of ignition lines, 0 for same as start
  132. fire_ignition_radius3 = 50, ! all within this radius (m) will ignite, > fire mesh step
  133. fire_ignition_time3 = 4, ! sec for ignition from the start! end ignition for sfire
  134. !
  135. ! verbosity
  136. fire_print_msg = 1, ! 1 to print fire debugging/progress messages (compile with DEBUG OUT in the sf sources)
  137. fire_print_file = 0, ! 1 to write text output files for matlab
  138. !
  139. ! method selections for experiments, *do not change*
  140. fire_boundary_guard = -1, ! integer, number of cells to stop when fire close to the domain boundary, -1 turn off
  141. fire_fuel_left_method=1, ! 1=simple algebraic, 2=exact quadrature and least squares
  142. fire_fuel_left_irl=2, ! refinement to integrate fuel_left, must be even
  143. fire_fuel_left_jrl=2, ! refinement to integrate fuel_left, must be even
  144. fire_atm_feedback=1., ! real, multiplier for heat fluxes, 1.=normal, 0.=turn off two-way coupling
  145. fire_grows_only=1, ! if >0 level set function cannot increase = fire can only grow
  146. fire_viscosity=0.4, ! artificial viscosity in level set method (max 1, needed with fire_upwinding=0)
  147. fire_upwinding=3, ! 0=none, 1=standard, 2=godunov, 3=eno, 4=sethian
  148. fire_lfn_ext_up=1.0, ! 0.=extend level set function at boundary by reflection, 1.=always up
  149. fire_test_steps=0, ! >0 = on first call, do specified number of steps and terminate (testing only)
  150. fire_topo_from_atm=1, ! 0 = expect fire mesh topo set correctly on entry, 1 = populate by interpolating from atmosphere
  151. /
  152.  
  153. &bdy_control
  154. spec_bdy_width = 5,
  155. spec_zone = 1,
  156. relax_zone = 4,
  157. specified = .true.,
  158. periodic_x = .false.,
  159. symmetric_xs = .false.,
  160. symmetric_xe = .false.,
  161. open_xs = .false.,
  162. open_xe = .false.,
  163. periodic_y = .false.,
  164. symmetric_ys = .false.,
  165. symmetric_ye = .false.,
  166. open_ys = .false.,
  167. open_ye = .false.,
  168. nested = .false.,
  169. /
  170.  
  171. &grib2
  172. /
  173.  
  174. &namelist_quilt
  175. nio_tasks_per_group = 0,
  176. nio_groups = 1,
  177. /
Advertisement
Add Comment
Please, Sign In to add comment