source: trunk/WRF.COMMON/WRFV2/test/em_real/namelist.input.chem

Last change on this file was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 5.5 KB
Line 
1 &time_control
2 run_days                            = 0,
3 run_hours                           = 12,
4 run_minutes                         = 0,
5 run_seconds                         = 0,
6 start_year                          = 2001, 2001, 2001,
7 start_month                         = 06,   06,   06,
8 start_day                           = 11,   11,   11,
9 start_hour                          = 12,   12,   12,
10 start_minute                        = 00,   00,   00,
11 start_second                        = 00,   00,   00,
12 end_year                            = 2001, 2001, 2001,
13 end_month                           = 06,   06,   06,
14 end_day                             = 12,   12,   12,
15 end_hour                            = 12,   12,   12,
16 end_minute                          = 00,   00,   00,
17 end_second                          = 00,   00,   00,
18 interval_seconds                    = 10800
19 input_from_file                     = .true.,.false.,.false.,
20 history_interval                    = 180,  60,   60,
21 frames_per_outfile                  = 1000, 1000, 1000,
22 restart                             = .false.,
23 restart_interval                    = 5000,
24 auxinput5_interval_m                = 60, 60, 60
25 frames_per_emissfile                = 36
26 io_style_emissions                  = 1
27 io_form_history                     = 2
28 io_form_restart                     = 2
29 io_form_input                       = 2
30 io_form_boundary                    = 2
31 io_form_auxinput4                   = 2
32 io_form_auxinput5                   = 2
33 debug_level                         = 0
34 /
35
36 &domains
37 time_step                           = 60,
38 time_step_fract_num                 = 0,
39 time_step_fract_den                 = 1,
40 max_dom                             = 1,
41 s_we                                = 1,     1,     1,
42 e_we                                = 91,    112,   94,
43 s_sn                                = 1,     1,     1,
44 e_sn                                = 82,    97,    91,
45 s_vert                              = 1,     1,     1,
46 e_vert                              = 28,    28,    28,
47 num_metgrid_levels                  = 27
48 dx                                  = 10000,  3333,  1111,
49 dy                                  = 10000,  3333,  1111,
50 grid_id                             = 1,     2,     3,
51 parent_id                           = 0,     1,     2,
52 i_parent_start                      = 0,     30,    30,
53 j_parent_start                      = 0,     20,    30,
54 parent_grid_ratio                   = 1,     3,     3,
55 parent_time_step_ratio              = 1,     3,     3,
56 feedback                            = 1,
57 smooth_option                       = 0
58 /
59
60 &physics
61 mp_physics                          = 2,     2,     2,
62 ra_lw_physics                       = 1,     1,     1,
63 ra_sw_physics                       = 1,     1,     1,
64 radt                                = 10,    10,    10,
65 sf_sfclay_physics                   = 1,     1,     1,
66 sf_surface_physics                  = 2,     2,     2,
67 bl_pbl_physics                      = 1,     1,     1,
68 bldt                                = 0,     0,     0,
69 cu_physics                          = 1,     1,     0,
70 cudt                                = 5,     5,     5,
71 isfflx                              = 1,
72 ifsnow                              = 0,
73 icloud                              = 1,
74 surface_input_source                = 1,
75 num_soil_layers                     = 4,
76 ucmcall                             = 0,
77 mp_zero_out                         = 0,
78 maxiens                             = 1,
79 maxens                              = 3,
80 maxens2                             = 3,
81 maxens3                             = 16,
82 ensdim                              = 144,
83 kemit                               = 19,
84 chem_opt                            =  0,    0,     0,
85 bioemdt                             = 30,   30,    30,
86 photdt                              = 30,   30,    30,
87 chemdt                              = 1.0, 0.8333333, 0.3333333
88 cu_rad_feedback                     = .false.,.false.,.false.,
89 /
90
91 &fdda
92 /
93
94 &dynamics
95 w_damping                           = 0,
96 diff_opt                            = 1,
97 km_opt                              = 4,
98 base_temp                           = 290.
99 diff_6th_opt                        = 0,
100 diff_6th_factor                     = 0.12,
101 khdif                               = 0,      0,      0,
102 kvdif                               = 0,      0,      0,
103 chem_in_opt                         = 1,      1,      1,
104 phot_opt                            = 1,      1,      1,
105 drydep_opt                          = 1,      1,      1,
106 bio_emiss_opt                       = 2,      2,      2,
107 gas_bc_opt                          = 1,      1,      1,
108 gas_ic_opt                          = 1,      1,      1,
109 aer_bc_opt                          = 1,      1,      1,
110 aer_ic_opt                          = 1,      1,      1,
111 non_hydrostatic                     = .true., .true., .true.,
112 pd_moist                            = .false., .false., .false.,
113 pd_scalar                           = .false., .false., .false.,
114 pd_chem                             = .false., .false., .false.,
115 /
116
117 &bdy_control
118 spec_bdy_width                      = 5,
119 spec_zone                           = 1,
120 relax_zone                          = 4,
121 specified                           = .true., .false.,.false.,
122 nested                              = .false., .true., .true.,
123 have_bcs_chem                       = .false.,.false.,.false.,
124 /
125
126 &grib2
127 /
128
129 &namelist_quilt
130 nio_tasks_per_group = 0,
131 nio_groups = 1,
132 /
Note: See TracBrowser for help on using the repository browser.