source: trunk/WRF.COMMON/WRFV3/test/nmm_real/namelist.input.chem_nmm

Last change on this file was 2759, checked in by aslmd, 2 years ago

adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size

File size: 4.7 KB
Line 
1 &time_control
2 run_days                            = 1,
3 run_hours                           = 0,   
4 run_minutes                         = 0,
5 run_seconds                         = 0,
6 start_year                          = 2005,
7 start_month                         = 01,
8 start_day                           = 23,
9 start_hour                          = 00,
10 start_minute                        = 00,
11 start_second                        = 00,
12 tstart                              = 00,
13 end_year                            = 2005,
14 end_month                           = 01,
15 end_day                             = 24,
16 end_hour                            = 00,
17 end_minute                          = 00,
18 end_second                          = 00,
19 interval_seconds                    = 10800,
20 history_interval                    = 60
21 frames_per_outfile                  = 1,
22 restart                             = .false.,
23 restart_interval                    = 6000,
24 reset_simulation_start              = F,
25 io_form_input                       = 2
26 io_form_history                     = 2
27 io_form_restart                     = 2
28 io_form_boundary                    = 2
29 io_form_auxinput1                   = 2
30 auxinput1_inname                    = "met_nmm.d<domain>.<date>"
31 debug_level                         = 1
32 /
33
34 &domains
35 time_step                           = 30,
36 time_step_fract_num                 = 2,
37 time_step_fract_den                 = 7,
38 max_dom                             = 1,
39 s_we                                = 1,
40 e_we                                = 56,
41 s_sn                                = 1,
42 e_sn                                = 92,
43 s_vert                              = 1,
44 e_vert                              = 38,
45 num_metgrid_levels                  = 40,
46 dx                                  = .096,
47 dy                                  = .095,
48 grid_id                             = 1,
49 p_top_requested                     = 5000.
50 ptsgm                               = 42000.,
51 eta_levels   =   1.000, 0.994, 0.983, 0.968, 0.950, 0.930, 0.908, 0.882, 0.853, 0.821,
52                  0.788, 0.752, 0.715, 0.677, 0.637, 0.597, 0.557, 0.517, 0.477,
53                  0.438, 0.401, 0.365, 0.332, 0.302, 0.274, 0.248, 0.224, 0.201,
54                  0.179, 0.158, 0.138, 0.118, 0.098, 0.078, 0.058, 0.038, 0.018, 0.000
55 tile_sz_x                           = 0,
56 tile_sz_y                           = 0,
57 numtiles                            = 1
58/
59 &physics
60 mp_physics                          = 5,
61 ra_lw_physics                       = 99,
62 ra_sw_physics                       = 99,
63 nrads                               = 105,
64 nradl                               = 105,
65 co2tf                               = 1,
66 sf_sfclay_physics                   = 2,
67 sf_surface_physics                  = 99,
68 bl_pbl_physics                      = 2,
69 nphs                                = 6,
70 cu_physics                          = 2,
71 ncnvc                               = 6,
72 tprec                               = 3,
73 theat                               = 6,
74 tclod                               = 6,
75 trdsw                               = 6,
76 trdlw                               = 6,
77 tsrfc                               = 6,
78 pcpflg                              = .false.,
79 isfflx                              = 0,
80 ifsnow                              = 0,
81 icloud                              = 0,
82 num_soil_layers                     = 4,
83 mp_zero_out                         = 0
84 cu_rad_feedback                     = .false.,
85 /
86
87 &dynamics
88 /
89
90 &bdy_control
91 spec_bdy_width                      = 1,
92 specified                           = .true.,
93 nested                              = .false.
94 /
95
96 &grib2
97/
98
99 &namelist_quilt
100 nio_tasks_per_group = 0,
101 nio_groups = 1
102 /
103
104 &chem
105 kemit                               = 10,
106 chem_opt                            = 2,
107 bioemdt                             = 30,
108 photdt                              = 30,
109 chemdt                              = 0.5,
110 frames_per_emissfile                = 12
111 io_style_emissions                  = 1
112 emiss_inpt_opt                      = 1,
113 chem_in_opt                         = 0,
114 phot_opt                            = 1,
115 drydep_opt                          = 1,
116 bio_emiss_opt                       = 1,
117 gas_bc_opt                          = 1,
118 gas_ic_opt                          = 1,
119 aer_bc_opt                          = 1,
120 aer_ic_opt                          = 1,
121 gaschem_onoff                       = 1,
122 aerchem_onoff                       = 1,
123 aer_ra_feedback                     = 0,
124 wetscav_onoff                       = 0,
125 cldchem_onoff                       = 0,
126 vertmix_onoff                       = 1,
127 chem_conv_tr                        = 1,
128 aer_ra_feedback                     = 0,
129 have_bcs_chem                       = .false.,
130 /
131
Note: See TracBrowser for help on using the repository browser.