source: lmdz_wrf/WRFV3/test/em_les/namelist.input @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 5.2 KB
Line 
1 &time_control
2 run_days                            = 0,
3 run_hours                           = 1,
4 run_minutes                         = 00,
5 run_seconds                         = 00,
6 start_year                          = 0001, 0001, 0001,
7 start_month                         = 01,   01,   01,
8 start_day                           = 01,   01,   01,
9 start_hour                          = 00,   01,   00,
10 start_minute                        = 00,   30,   00,
11 start_second                        = 00,   00,   00,
12 end_year                            = 0001, 0001, 0001,
13 end_month                           = 01,   01,   01,
14 end_day                             = 01,   01,   01,
15 end_hour                            = 01,   02,   00,
16 end_minute                          = 00,   30,   00,
17 end_second                          = 00,   00,   00,
18 history_interval_m                  = 60,   10,   1,
19 history_interval_s                  = 00,   00,   1,
20 frames_per_outfile                  = 1000, 1000, 1000,
21 restart                             = .false.,
22 restart_interval_m                  = 60,
23 io_form_history                     = 2
24 io_form_restart                     = 2
25 io_form_input                       = 2
26 io_form_boundary                    = 2
27 debug_level                         = 0
28 /
29
30 &domains
31 time_step                           = 1,
32 time_step_fract_num                 = 0,
33 time_step_fract_den                 = 1,
34 max_dom                             = 1,
35 s_we                                = 1,     1,     1,
36 e_we                                = 40,   100,    151,
37 s_sn                                = 1,     1,     1,
38 e_sn                                = 40,   100,    151,
39 s_vert                              = 1,     1,     1,
40 e_vert                              = 40,   100,    41,
41 dx                                  = 100,   50,    16.6667,
42 dy                                  = 100,   50,    16.6667,
43 ztop                                = 2000,  2000,  2000,
44 grid_id                             = 1,     2,     3,
45 parent_id                           = 0,     1,     2,
46 i_parent_start                      = 0,     10,    15,
47 j_parent_start                      = 0,     10,    15,
48 parent_grid_ratio                   = 1,     3,     3,
49 parent_time_step_ratio              = 1,     3,     3,
50 feedback                            = 0,
51 smooth_option                       = 0
52 /
53
54 &physics
55 mp_physics                          = 0,     0,     0,
56 ra_lw_physics                       = 0,     0,     0,
57 ra_sw_physics                       = 0,     0,     0,
58 radt                                = 0,     0,     0,
59 sf_sfclay_physics                   = 1,     1,     1,
60 sf_surface_physics                  = 0,     0,     0,
61 bl_pbl_physics                      = 0,     0,     0,
62 bldt                                = 0,     0,     0,
63 cu_physics                          = 0,     0,     0,
64 cudt                                = 0,     0,     0,
65 isfflx                              = 2,
66 ifsnow                              = 0,
67 icloud                              = 0,
68 num_soil_layers                     = 5,
69 mp_zero_out                         = 0,
70 /
71
72 &fdda
73 /
74
75 &dynamics
76 rk_ord                              = 3,
77 diff_opt                            = 2,
78 km_opt                              = 2,
79 damp_opt                            = 0,
80 zdamp                               = 15000.,  5000.,  5000.,
81 dampcoef                            = 0.1,    0.2,    0.2
82 khdif                               = 1.,      1.,    .05,
83 kvdif                               = 1.,      1.,    .05,
84 c_s                                 = 0.18
85 c_k                                 = 0.10
86 mix_isotropic                       = 1
87 smdiv                               = 0.1,    0.1,    0.1,
88 emdiv                               = 0.01,   0.01,   0.01,
89 epssm                               = 0.1,    0.1,    0.1
90 tke_heat_flux                       = 0.24,   0.24,   0.24,
91 time_step_sound                     = 6,      6,      6,
92 h_mom_adv_order                     = 5,      5,      5,
93 v_mom_adv_order                     = 3,      3,      3,
94 h_sca_adv_order                     = 5,      5,      5,
95 v_sca_adv_order                     = 3,      3,      3,
96 mix_full_fields                     = .true., .true., .true.,
97 non_hydrostatic                     = .true., .true., .true.,
98 pert_coriolis                       = .true., .true., .true.,
99 /
100
101 &bdy_control
102 periodic_x                          = .true., .false.,.false.,
103 symmetric_xs                        = .false.,.false.,.false.,
104 symmetric_xe                        = .false.,.false.,.false.,
105 open_xs                             = .false.,.false.,.false.,
106 open_xe                             = .false.,.false.,.false.,
107 periodic_y                          = .true., .false.,.false.,
108 symmetric_ys                        = .false.,.false.,.false.,
109 symmetric_ye                        = .false.,.false.,.false.,
110 open_ys                             = .false.,.false.,.false.,
111 open_ye                             = .false.,.false.,.false.,
112 nested                              = .false., .true., .true.,
113 /
114
115 &grib2
116 /
117
118 &namelist_quilt
119 nio_tasks_per_group = 0,
120 nio_groups = 1,
121 /
Note: See TracBrowser for help on using the repository browser.