source: trunk/WRF.COMMON/WRFV3/test/em_b_wave/namelist.input.backwards @ 2759

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

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

File size: 4.8 KB
Line 
1 &time_control
2 run_days                            = -5,
3 run_hours                           = 0,
4 run_minutes                         = 0,
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                            = 0000, 0001, 0001,
13 end_month                           = 12,   01,   01,
14 end_day                             = 27,   05,   05,
15 end_hour                            = 00,   00,   00,
16 end_minute                          = 00,   00,   00,
17 end_second                          = 00,   00,   00,
18 history_interval                    = 360,  360,  360,
19 frames_per_outfile                  = 1000, 1000, 1000,
20 restart                             = .false.,
21 restart_interval                    = 3600,
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                           = -600,
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                                = 41,    41,    41,
36 s_sn                                = 1,     1,     1,
37 e_sn                                = 81,    81,    81,
38 s_vert                              = 1,     1,     1,
39 e_vert                              = 65,    65,    65,
40 dx                                  = 100000,20000, 4000,
41 dy                                  = 100000,20000, 4000,
42 ztop                                = 16000, 16000, 16000,
43 grid_id                             = 1,     2,     3,
44 parent_id                           = 0,     1,     2,
45 i_parent_start                      = 0,     17,    17,
46 j_parent_start                      = 0,     33,    33,
47 parent_grid_ratio                   = 1,     5,     5,
48 parent_time_step_ratio              = 1,     5,     5,
49 feedback                            = 1,
50 smooth_option                       = 0
51 /
52
53 &physics
54 mp_physics                          = 0,     0,     0,
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 /
69
70 &fdda
71 /
72
73 &dynamics
74 rk_ord                              = 3,
75 diff_opt                            = 1,
76 km_opt                              = 1,
77 damp_opt                            = 0,
78 zdamp                               = 4000.,  4000.,  4000.,
79 dampcoef                            = 0.01,   0.01,   0.01
80 khdif                               = 0,      0,      0,
81 kvdif                               = 0,      0,      0,
82 smdiv                               = 0.1,    0.1,    0.1,
83 emdiv                               = 0.01,   0.01,   0.01,
84 epssm                               = 0.1,    0.1,    0.1
85 time_step_sound                     = 4,      4,      4,
86 h_mom_adv_order                     = 5,      5,      5,
87 v_mom_adv_order                     = 3,      3,      3,
88 h_sca_adv_order                     = 5,      5,      5,
89 v_sca_adv_order                     = 3,      3,      3,
90 non_hydrostatic                     = .true., .true., .true.,
91 /
92
93 &bdy_control
94 periodic_x                          = .true., .false.,.false.,
95 symmetric_xs                        = .false.,.false.,.false.,
96 symmetric_xe                        = .false.,.false.,.false.,
97 open_xs                             = .false.,.false.,.false.,
98 open_xe                             = .false.,.false.,.false.,
99 periodic_y                          = .false.,.false.,.false.,
100 symmetric_ys                        = .true., .false.,.false.,
101 symmetric_ye                        = .true., .false.,.false.,
102 open_ys                             = .false.,.false.,.false.,
103 open_ye                             = .false.,.false.,.false.,
104 nested                              = .false., .true., .true.,
105 /
106
107 &grib2
108 /
109
110 &namelist_quilt
111 nio_tasks_per_group = 0,
112 nio_groups = 1,
113 /
Note: See TracBrowser for help on using the repository browser.