Ticket #209: namelist.input

File namelist.input, 4.2 KB (added by mitchekc, 5 years ago)
Line 
1 &time_control
2 run_days                            = 10,
3 run_hours                           = 18,
4 run_minutes                         = 0,
5 run_seconds                         = 0,
6 interval_seconds                    = 21600,
7 start_year                          = 2017,
8 start_month                         = 04,
9 start_day                           = 10,
10 start_hour                          = 00,
11 start_minute                        = 00,
12 start_second                        = 00,
13 end_year                            = 2017,
14 end_month                           = 04,
15 end_day                             = 20,
16 end_hour                            = 18,
17 end_minute                          = 00,
18 end_second                          = 00,
19 history_interval_s                  = 10,
20 frames_per_outfile                  = 6000,
21 restart                             = .false.,
22 restart_interval                    = 1440,
23 io_form_history                     = 2,
24 io_form_restart                     = 2,
25 io_form_input                       = 2,
26 io_form_boundary                    = 2,
27 debug_level                         = 300,
28 /
29
30 &domains
31 time_step                           = 6,
32 time_step_fract_num                 = 0,
33 time_step_fract_den                 = 1,
34 max_dom                             = 1,
35 s_we                                = 1,
36 e_we                                = 148,
37 s_sn                                = 1,
38 e_sn                                = 122,
39 num_metgrid_levels                  = 32,
40 s_vert                              = 1,
41 e_vert                              = 35,
42 dx                                  = 1000,
43 dy                                  = 1000,
44 ztop                                = 30000.,
45 eta_levels                          = 1.000, 0.993, 0.983, 0.970, 0.954,
46                                       0.934, 0.909, 0.880, 0.845, 0.807,
47                                       0.765, 0.719, 0.672, 0.622, 0.571,
48                                       0.520, 0.468, 0.420, 0.376, 0.335,
49                                       0.298, 0.263, 0.231, 0.202, 0.175,
50                                       0.150, 0.127, 0.106, 0.088, 0.070,
51                                       0.055, 0.040, 0.026, 0.013, 0.000
52
53 /
54
55 &physics
56 mp_physics                          = 6,
57 ra_lw_physics                       = 4,
58 ra_sw_physics                       = 4,
59 radt                                = 5,
60 sf_sfclay_physics                   = 1,
61 sf_surface_physics                  = 1,
62 bl_pbl_physics                      = 1,
63 bldt                                = 0,
64 cu_physics                          = 0,
65 cudt                                = 0,
66 num_soil_layers                     = 5,
67 bucket_mm                           =10.,
68 bucket_J                            =1.e8,
69 /
70
71 &fdda
72 /
73
74 &dynamics
75 rk_ord                              = 3,
76 diff_opt                            = 1,      1,      1,
77 km_opt                              = 4,      4,      4,
78 damp_opt                            = 3,
79 dampcoef                            = .2,
80 zdamp                               = 5000.,
81 khdif                               = 0,
82 kvdif                               = 0,
83 smdiv                               = 0.1,
84 emdiv                               = 0.01,
85 epssm                               = 0.1,
86 time_step_sound                     = 6,
87 h_mom_adv_order                     = 5,
88 v_mom_adv_order                     = 3,
89 h_sca_adv_order                     = 5,
90 v_sca_adv_order                     = 3,
91 mix_full_fields                     = .true.,
92 non_hydrostatic                     = .true.,
93 pert_coriolis                       = .false.,
94 /
95
96 &bdy_control
97 periodic_x                          = .true.,
98 symmetric_xs                        = .false.,
99 symmetric_xe                        = .false.,
100 open_xs                             = .false.,
101 open_xe                             = .false.,
102 periodic_y                          = .true.,
103 symmetric_ys                        = .false.,
104 symmetric_ye                        = .false.,
105 open_ys                             = .false.,
106 open_ye                             = .false.,
107 /
108
109 &grib2
110 /
111
112 &namelist_quilt
113 nio_tasks_per_group = 0,
114 nio_groups = 1,
115 /
hosted by ZAMG