source: trunk/WRF.COMMON/WRFV2/test/nmm_real/namelist.input @ 3602

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

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

File size: 4.3 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 io_form_history                     = 2
25 io_form_restart                     = 2
26 io_form_input                       = 2
27 io_form_auxinput1                   = 2
28 io_form_boundary                    = 2
29 debug_level                         = 1
30 /
31
32 &fdda
33 /
34
35 &domains
36 time_step                           = 45,
37 time_step_fract_num                 = 0,
38 time_step_fract_den                 = 1,
39 max_dom                             = 1,
40 s_we                                = 1,
41 e_we                                = 56,
42 s_sn                                = 1,
43 e_sn                                = 92,
44 s_vert                              = 1,
45 e_vert                              = 38,
46 dx                                  = .097500,
47 dy                                  = .090600,
48 grid_id                             = 1,
49 tile_sz_x                           = 0,
50 tile_sz_y                           = 0,
51 numtiles                            = 1,
52 /
53
54 &physics
55 mp_physics                          = 5,
56 ra_lw_physics                       = 99,
57 ra_sw_physics                       = 99,
58 radt                                = 60,
59 nrads                               = 200,
60 nradl                               = 200,
61 co2tf                               = 1,
62 sf_sfclay_physics                   = 2,
63 sf_surface_physics                  = 99,
64 bl_pbl_physics                      = 2,
65 bldt                                = 3,
66 nphs                                = 10,
67 cu_physics                          = 2,
68 cudt                                = 3,
69 ncnvc                               = 10,
70 tprec                               = 3,
71 theat                               = 6,
72 tclod                               = 6,
73 trdsw                               = 6,
74 trdlw                               = 6,
75 tsrfc                               = 6,
76 pcpflg                              = .false.,
77 isfflx                              = 0,
78 ifsnow                              = 0,
79 icloud                              = 0,
80 num_soil_layers                     = 4,
81 mp_zero_out                         = 0,
82 /
83
84 &dynamics
85 dyn_opt                             = 4,
86 rk_ord                              = 3,
87 diff_opt                            = 0,
88 km_opt                              = 1,
89 damp_opt                            = 1,
90 zdamp                               = 5000.,
91 dampcoef                            = 0.01,
92 khdif                               = 0,
93 kvdif                               = 0,
94 mix_cr_len                          = 200.,
95 smdiv                               = 0.1,
96 emdiv                               = 0.01,
97 epssm                               = 0.1,
98 time_step_sound                     = 4,
99 /
100
101 &bdy_control
102 spec_bdy_width                      = 1,
103 spec_zone                           = 1,
104 relax_zone                          = 4,
105 specified                           = .true.,
106 periodic_x                          = .false.,
107 symmetric_xs                        = .false.,
108 symmetric_xe                        = .false.,
109 open_xs                             = .false.,
110 open_xe                             = .false.,
111 periodic_y                          = .false.,
112 symmetric_ys                        = .false.,
113 symmetric_ye                        = .false.,
114 open_ys                             = .false.,
115 open_ye                             = .false.,
116 nested                              = .false.,
117 /
118
119 &grib2
120 /
121
122 &namelist_quilt
123 nio_tasks_per_group = 0,
124 nio_groups = 1,
125 /
Note: See TracBrowser for help on using the repository browser.