source: trunk/WRF.COMMON/WRFV3/test/em_seabreeze2d_x/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: 3.6 KB
Line 
1 &time_control
2 run_days                            = 0,
3 run_hours                           = 12,
4 run_minutes                         = 0,
5 run_seconds                         = 0,
6 start_year                          = 2007,
7 start_month                         = 06,
8 start_day                           = 1,
9 start_hour                          = 5,
10 start_minute                        = 00,
11 start_second                        = 00,
12 end_year                            = 2007,
13 end_month                           = 06,
14 end_day                             = 2,
15 end_hour                            = 5,
16 end_minute                          = 00,
17 end_second                          = 00,
18 history_interval                    = 30,
19 frames_per_outfile                  = 1000,
20 restart                             = .false.,
21 restart_interval                    = 360,
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                           = 15,
31 time_step_fract_num                 = 0,
32 time_step_fract_den                 = 1,
33 max_dom                             = 1,
34 s_we                                = 1,
35 e_we                                = 202,
36 s_sn                                = 1,
37 e_sn                                = 3,
38 s_vert                              = 1,
39 e_vert                              = 35,
40 dx                                  = 2000,
41 dy                                  = 2000,
42 ztop                                = 20000.,
43 /
44
45 &physics
46 mp_physics                          = 2,
47 ra_lw_physics                       = 1,
48 ra_sw_physics                       = 1,
49 radt                                = 5,
50 sf_sfclay_physics                   = 1,
51 sf_surface_physics                  = 1,
52 bl_pbl_physics                      = 1,
53 bldt                                = 0,
54 cu_physics                          = 0,
55 cudt                                = 0,
56 isfflx                              = 1,
57 ifsnow                              = 0,
58 icloud                              = 0,
59 num_soil_layers                     = 5,
60 mp_zero_out                         = 0,
61 /
62
63 &fdda
64 /
65
66 &dynamics
67 rk_ord                              = 3,
68 diff_opt                            = 1,
69 km_opt                              = 4,
70 damp_opt                            = 2,
71 dampcoef                            = .003,
72 zdamp                               = 5000.,
73 khdif                               = 300,
74 kvdif                               = 1,
75 smdiv                               = 0.1,
76 emdiv                               = 0.01,
77 epssm                               = 0.1,
78 time_step_sound                     = 6,
79 h_mom_adv_order                     = 5,
80 v_mom_adv_order                     = 3,
81 h_sca_adv_order                     = 5,
82 v_sca_adv_order                     = 3,
83 mix_full_fields                     = .true.,
84 non_hydrostatic                     = .true.,
85 /
86
87 &bdy_control
88 periodic_x                          = .true.,
89 symmetric_xs                        = .false.,
90 symmetric_xe                        = .false.,
91 open_xs                             = .false.,
92 open_xe                             = .false.,
93 periodic_y                          = .true.,
94 symmetric_ys                        = .false.,
95 symmetric_ye                        = .false.,
96 open_ys                             = .false.,
97 open_ye                             = .false.,
98 /
99
100 &grib2
101 /
102
103 &namelist_quilt
104 nio_tasks_per_group = 0,
105 nio_groups = 1,
106 /
Note: See TracBrowser for help on using the repository browser.