Merge pull request #22 from wirc-sjsu/develop-w21
[WRF-Fire-merge.git] / test / em_real / namelist.input.default
blob31597f5ddced68d5c4dd26143d799ef746e3c301
1  &time_control
2  run_days                            = 0,                       ! Number of simulation days. DO NOT ADD ADDITIONAL COLUMNS.
3  run_hours                           = 36,                      ! Number of simulation hours. DO NOT ADD ADDITIONAL COLUMNS.
4  run_minutes                         = 0,                       ! Number of simulation minutes. DO NOT ADD ADDITIONAL COLUMNS.
5  run_seconds                         = 0,                       ! Number of simulation seconds. DO NOT ADD ADDITIONAL COLUMNS.
6                                                                 ! *NOTE: real.exe does not read run_days/hours/minutes/seconds. Only read by wrf.exe
7                                                                         ! real.exe only reads start_* and end_* parameters.
8  start_year                          = 2019, 2019, 2019,        ! Starting year of the simulation.
9  start_month                         = 09,   09,   09,          ! Starting month of the simulation.
10  start_day                           = 04,   04,   24,          ! Starting day of the simulation.
11  start_hour                          = 12,   12,   12,          ! Starting hour of the simulation.
12  end_year                            = 2019, 2019, 2019,        ! Ending year of the simulation.
13  end_month                           = 09,   09,   09,          ! Ending month of the simulation.
14  end_day                             = 06,   06,   06,          ! Ending day of the simulation.
15  end_hour                            = 00,   00,   00,          ! Ending hour of the simulation.
16  interval_seconds                    = 21600                    ! Time interval (s) between input data. DO NOT ADD ADDITIONAL COLUMNS.
17  input_from_file                     = .true.,.true.,.true.,    ! Logical - whether input files (e.g., met_em*) will be used.
18  history_interval                    = 180,  60,   60,          ! Interval between history output (mins). *Note: to change the units of history_interval, add _s (secs), _h (hours)
19  frames_per_outfile                  = 1000, 1000, 1000,        ! Number of history output times printed to each wrf output (wrfout) file.
20  restart                             = .false.,                 ! Logical - whether the run is a "restart" simulation. DO NOT ADD ADDITIONAL COLUMNS.
21  restart_interval                    = 7200,                    ! Interval between restart (wrfrst) files (min). DO NOT ADD ADDITIONAL COLUMNS.
22  io_form_history                     = 2                        ! File format for history (wrfout) files. See Users' Guide for options. DO NOT ADD ADDITIONAL COLUMNS.
23  io_form_restart                     = 2                        ! File format for restart (wrfrst) files. See Users' Guide for options. DO NOT ADD ADDITIONAL COLUMNS.
24  io_form_input                       = 2                        ! File format for the input (wrfinput) files. See Users' Guide for options. DO NOT ADD ADDITIONAL COLUMNS.
25  io_form_boundary                    = 2                        ! File format for the boundary (wrfbdy) file. See Users' Guide for options. DO NOT ADD ADDITIONAL COLUMNS.
26  /
28  &domains
29  time_step                           = 90,                      ! Time step for model integration (s). Must use 6xDX (or less). DO NOT ADD ADDITIONAL COLUMNS.
30  time_step_fract_num                 = 0,                       ! Numerator if using fractional time step. DO NOT ADD ADDITIONAL COLUMNS.
31  time_step_fract_den                 = 1,                       ! Denomenator if using fractional time step. DO NOT ADD ADDITIONAL COLUMNS.
32  max_dom                             = 1,                       ! Total number of domains for the simulation. DO NOT ADD ADDITIONAL COLUMNS.
33  e_we                                = 150,    220,   200,      ! Number of grid spaces in the x direction (west-east).
34  e_sn                                = 130,    214,   210,      ! Number of grid spaces in the y direction (south-north).
35  e_vert                              = 45,     45,    45,       ! Number of full vertical levels. must be the same for all domains.
36  dzstretch_s                         = 1.1                      ! Surface stretch factor when auto_levels_opt = 2 (which is default). DO NOT ADD ADDITIONAL COLUMNS.
37  p_top_requested                     = 5000,                    ! Pressure top (in Pa) to use for the simulation. The input data must go up to this value. DO NOT ADD ADDITIONAL COLUMNS.
38  num_metgrid_levels                  = 34,                      ! Number of vertical levels in the WPS output. DO NOT ADD ADDITIONAL COLUMNS.
39  num_metgrid_soil_levels             = 4,                       ! Number of soil levels in the WPS output. DO NOT ADD ADDITIONAL COLUMNS.
40  dx                                  = 15000,                   ! Length (m) of each grid in the x (west-east) direction (resolution). DO NOT ADD ADDITIONAL COLUMNS. 
41  dy                                  = 15000,                   ! Length (m) of each grid in the y (south-north) direction (resolution). DO NOT ADD ADDITIONAL COLUMNS.  
42  grid_id                             = 1,     2,     3,         ! Identifier number of each domain.
43  parent_id                           = 0,     1,     2,         ! The ID of the parent of each domain.
44  i_parent_start                      = 1,     53,    30,        ! Starting location of the lower left corner i-indice within the parent domain.
45  j_parent_start                      = 1,     25,    30,        ! Starting location of the lower left corner j-indice within the parent domain.
46  parent_grid_ratio                   = 1,     3,     3,         ! Ratio of the parent to nest grid size (resolution).
47  parent_time_step_ratio              = 1,     3,     3,         ! Time_step ratio of the parent to nest.
48  feedback                            = 1,                       ! Switch for feedback from the nest to it's parent at corresponding grid points (1=on;0=off). DO NOT ADD ADDITIONAL COLUMNS.
49  smooth_option                       = 0                        ! Smoothing option for the boundary between parent and nest domains (when feedback=1). DO NOT ADD ADDITIONAL COLUMNS.
50  /
52  &physics
53  physics_suite                       = 'CONUS'                  ! Physics suite option (CONUS or tropical). See Users' Guide for details. DO NOT ADD ADDITIONAL COLUMNS.
54  mp_physics                          = -1,    -1,    -1,        ! Microphysics scheme. See Users' Guide for options (-1=option from suite). Every domain must be the same.
55  cu_physics                          = -1,    -1,     0,        ! Cumulus scheme. See Users' Guide for options (-1=option from suite).
56  ra_lw_physics                       = -1,    -1,    -1,        ! Longwave radiation scheme. See Users' Guide for options (-1=option from suite). Every domain must be the same.
57  ra_sw_physics                       = -1,    -1,    -1,        ! Shortwave radiation scheme. See Users' Guide for options (-1=option from suite). Every domain must be the same.
58  bl_pbl_physics                      = -1,    -1,    -1,        ! PBL scheme. See Users' Guide for options (-1=option from suite).
59  sf_sfclay_physics                   = -1,    -1,    -1,        ! Surface layer scheme. See Users' Guide for options (-1=option from suite). Every domain must be the same.
60  sf_surface_physics                  = -1,    -1,    -1,        ! LSM scheme. See Users' Guide for options (-1=option from suite). Every domain must be the same.
61  radt                                = 15,    15,    15,        ! Minutes between radiation physics calls (recommended 1 min per km of d01 dx). Every domain must be the same.
62  bldt                                = 0,     0,     0,         ! Minutes between boundary-layer physics calls (recommended 0=every time step). Every domain must be the same.
63  cudt                                = 0,     0,     0,         ! Minutes between cumulus physics calls. Set to 0 (called every time step) for all cumulus schemes except Kain-Fritsch.  Every domain must be the same.
64  icloud                              = 1,                       ! Option to couple subgrid-scale clouds from the PBL scheme to radiation schemes (only works with RRTM/RRTMG rad schemes). See Users' Guide for options. DO NOT ADD ADDITIONAL COLUMNS.
65  num_land_cat                        = 21,                      ! Number of land categories from WPS input data. See Users' Guide for details. DO NOT ADD ADDITIONAL COLUMNS.
66  sf_urban_physics                    = 0,     0,     0,         ! Option for activating urban canopy model (only for Noah LSM). See Users' Guide for details. Use same value for all domains. 
67  /
69  &fdda
70  /
72  &dynamics
73  hybrid_opt                          = 2,                       ! Hybrid coordinate option (2=Klemp cubic form with etac; default beginning V4.0). DO NOT ADD ADDITIONAL COLUMNS. 
74  w_damping                           = 0,                       ! Vertical velocity damping flag (0=off;1=on). DO NOT ADD ADDITIONAL COLUMNS.
75  diff_opt                            = 2,      2,      2,       ! Turbulence and mixing option. See Users' Guide for options. 
76  km_opt                              = 4,      4,      4,       ! Eddy coefficient option. See Users' Guide for options.
77  diff_6th_opt                        = 0,      0,      0,       ! 6th order numerical diffusion option. See Users' Guide for options.
78  diff_6th_factor                     = 0.12,   0.12,   0.12,    ! 6th order numerical diffusion non-dimensional rate (max 1.0 = complete removal of 2dx wave in 1 timestep). 
79  base_temp                           = 290.                     ! Base state temp (K). For real cases only. DO NOT ADD ADDITIONAL COLUMNS.
80  damp_opt                            = 3,                       ! Upper-level damping option. See Users' Guide for options. DO NOT ADD ADDITIONAL COLUMNS.
81  zdamp                               = 5000.,  5000.,  5000.,   ! Damping depth (m) from model top.
82  dampcoef                            = 0.2,    0.2,    0.2,     ! Damping coefficient corresponding to damp_opt. See Users' Guide for details.
83  khdif                               = 0,      0,      0,       ! Horizontal diffusion constant (m^2/s) 
84  kvdif                               = 0,      0,      0,       ! Vertical diffusion constant (m^2/s)
85  non_hydrostatic                     = .true., .true., .true.,  ! Set to false to run the model hydrostatically.
86  moist_adv_opt                       = 1,      1,      1,       ! Advection option for moisture. See Users' Guide for details.
87  scalar_adv_opt                      = 1,      1,      1,       ! Advection option for scalars. See Users' Guide for details.
88  gwd_opt                             = 1,      1,      0,       ! Switch for gravity wave drag option (1=on;0=off)
89  /
91  &bdy_control
92  spec_bdy_width                      = 5,                       ! Total number of rows for specified boundary value nudging for real cases only. DO NOT ADD ADDITIONAL COLUMNS.
93  specified                           = .true.                   ! Specified boundary condition for real cases only. DO NOT ADD ADDITIONAL COLUMNS.
94  /
96  &grib2
97  /
99  &namelist_quilt
100  nio_tasks_per_group = 0,                                       ! Number of I/O tasks per group for quilting. 0=no quilting. DO NOT ADD ADDITIONAL COLUMNS.
101  nio_groups = 1,                                                ! Number of I/O groups for quilting. DO NOT ADD ADDITIONAL COLUMNS.