source: trunk/WRF.COMMON/WRFV2/test/exp_real/namelist.input @ 2756

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

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

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1 &namelist_01
2 time_step                       = 450,
3 time_step_fract_num                    = 0,
4 time_step_fract_den                    = 1,
5 restart                             = .false.,
6 max_dom                             = 1,
7 dyn_opt                             = 4,
8 rk_ord                              = 3,
9 diff_opt                            = 0,
10 km_opt                              = 1,
11 damp_opt                            = 0,
12 isfflx                              = 1,
13 ifsnow                              = 0,
14 icloud                              = 1,
15 num_soil_layers                     = 5,
16 spec_bdy_width                      = 5,
17 spec_zone                           = 1,
18 relax_zone                          = 4,
19 tile_sz_x                           = 0,
20 tile_sz_y                           = 0,
21 numtiles                            = 1,
22 debug_level                         = 0 /
23
24 &namelist_02
25 run_days                            = 0,
26 run_hours                           = 2,
27 run_minutes                         = 0,
28 run_seconds                         = 0,
29 start_year                          = 1993
30 start_month                         = 03
31 start_day                           = 13
32 start_hour                          = 00
33 start_minute                        = 00,
34 start_second                        = 00,
35 end_year                            = 1993
36 end_month                           = 03
37 end_day                             = 13
38 end_hour                            = 12
39 end_minute                          = 00,
40 end_second                          = 00,
41 interval_seconds                    = 21600
42 grid_id                             = 1,
43 s_we                                = 1,
44 e_we                                = 41,
45 s_sn                                = 1,
46 e_sn                                = 35,
47 s_vert                              = 1,
48 e_vert                              = 28,
49 history_interval                       = 5,
50 restart_interval                       = 244,
51 frames_per_outfile                     = 1,
52 time_step_sound                        = 4 /
53
54
55 &namelist_03
56 dx                                  = 90000,
57 dy                                  = 90000,
58 ztop                                = 17558.2
59 zdamp                               = 5000.,
60 dampcoef                            = 0.01,
61 non_hydrostatic                     = .true.,
62 smdiv                               = 0.1,
63 emdiv                               = 0.01,
64 epssm                               = .1,
65 khdif                               = 0,
66 kvdif                               = 0,
67 mix_cr_len                          = 200.,
68 radt                                = 30,
69 bldt                                = 0,
70 cudt                                = 5,
71 julyr                               = 0,
72 julday                              = 1,
73 gmt                                 = 0. /
74
75 &namelist_04
76 periodic_x                          = .false.,
77 symmetric_xs                        = .false.,
78 symmetric_xe                        = .false.,
79 open_xs                             = .true.,
80 open_xe                             = .true.,
81 periodic_y                          = .false.,
82 symmetric_ys                        = .false.,
83 symmetric_ye                        = .false.,
84 open_ys                             = .true.,
85 open_ye                             = .true.,
86 nested                              = .false.,
87 specified                           = .false.,
88 top_radiation                       = .false.,
89 chem_opt                            = 0,
90 mp_physics                          = 3,
91 ra_lw_physics                       = 1,
92 ra_sw_physics                       = 1,
93 sf_sfclay_physics                   = 1,
94 sf_surface_physics                  = 1,
95 bl_pbl_physics                      = 1,
96 cu_physics                          = 1,
97 h_mom_adv_order                     = 5,
98 v_mom_adv_order                     = 3,
99 h_sca_adv_order                     = 5,
100 v_sca_adv_order                     = 3,
101 io_form_history                     = 2,
102 io_form_restart                     = 2,
103 io_form_input                       = 2,
104 io_form_boundary                    = 2 /
105
106 &namelist_05
107 real_data_init_type                 = 1 /
108
109 &grib2
110 /
111
112 &namelist_quilt
113 nio_tasks_per_group = 0,
114 nio_groups = 1,
115 /
116
Note: See TracBrowser for help on using the repository browser.