source: trunk/WRF.COMMON/WRFV3/test/em_quarter_ss/namelist.input @ 3026

Last change on this file since 3026 was 2759, checked in by aslmd, 3 years ago

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

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