source: trunk/WRF.COMMON/WRFV3/test/em_real/namelist.input.global @ 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

  • Property svn:executable set to *
File size: 5.0 KB
Line 
1 &time_control
2 run_days                            = 0,
3 run_hours                           = 1,
4 run_minutes                         = 0,
5 run_seconds                         = 0,
6 start_year                          = 2008, 2008, 2008,
7 start_month                         = 01,   01,   01,
8 start_day                           = 02,   01,   01,
9 start_hour                          = 12,   00,   00,
10 start_minute                        = 00,   00,   00,
11 start_second                        = 00,   00,   00,
12 end_year                            = 2008, 2008, 2008,
13 end_month                           = 01,   01,   01,
14 end_day                             = 02,   01,   01,
15 end_hour                            = 12,   00,   00,
16 end_minute                          = 00,   00,   00,
17 end_second                          = 00,   00,   00,
18 history_interval                    = 60,   30,   30,
19 frames_per_outfile                  = 200,  100,  100,
20 restart                             = .false.,
21 restart_interval_h                  = 1120,
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                 = 00
32 time_step_fract_den                 = 112
33 max_dom                             = 1,
34 s_we                                = 1,     1,     1,
35 e_we                                = 257,    41,    41,
36 s_sn                                = 1,     1,     1,
37 e_sn                                = 129,    81,    81,
38 s_vert                              = 1,     1,     1,
39 e_vert                              = 41,    41,    41,
40 num_metgrid_levels                  = 27
41 dx                                  = 156343.322,20000, 4000,
42 dy                                  = 156343.322,20000, 4000,
43 p_top_requested                     = 5000
44 grid_id                             = 1,     2,     3,
45 parent_id                           = 0,     1,     2,
46 i_parent_start                      = 1,     17,    17,
47 j_parent_start                      = 1,     33,    33,
48 parent_grid_ratio                   = 1,     5,     5,
49 parent_time_step_ratio              = 1,     5,     5,
50 feedback                            = 1,
51 smooth_option                       = 00
52 /
53
54 &physics
55 mp_physics                          = 3,     3,     3,
56 ra_lw_physics                       = 1,     1,     1,
57 ra_sw_physics                       = 1,     1,     1,
58 radt                                = 30,    30,    30,
59 sf_sfclay_physics                   = 1,     1,     1,
60 sf_surface_physics                  = 1,     1,     1,
61 bl_pbl_physics                      = 1,     1,     1,
62 bldt                                = 0,     0,     0,
63 cu_physics                          = 1,     1,     0,
64 cudt                                = 5,     5,     5,
65 isfflx                              = 1,
66 ifsnow                              = 0,
67 icloud                              = 1,
68 surface_input_source                = 1,
69 num_soil_layers                     = 5,
70 mp_zero_out                         = 0,
71 maxiens                             = 1,
72 maxens                              = 3,
73 maxens2                             = 3,
74 maxens3                             = 16,
75 ensdim                              = 144,
76 /
77
78 &fdda
79 /
80
81 &dynamics
82 diff_opt                            = 0,
83 km_opt                              = 0,
84 damp_opt                            = 3,
85 base_temp                           = 290.
86 zdamp                               = 5000.,  5000.,  5000.,
87 dampcoef                            = 0.2,    0.2,    0.2
88 khdif                               = 0,      0,      0,
89 kvdif                               = 0,      0,      0,
90 non_hydrostatic                     = .true.,.true., .true.,
91 pd_moist                            = .false., .false., .false.,
92 pd_scalar                           = .false., .false., .false.,
93 pd_chem                             = .false., .false., .false.,
94 pd_tke                              = .false., .false., .false.,
95 fft_filter_lat                      = 45.,
96 w_damping                           = 1,
97 /
98
99 &bdy_control
100 periodic_x                          = .true., .false.,.false.,
101 symmetric_xs                        = .false.,.false.,.false.,
102 symmetric_xe                        = .false.,.false.,.false.,
103 open_xs                             = .false.,.false.,.false.,
104 open_xe                             = .false.,.false.,.false.,
105 periodic_y                          = .false.,.false.,.false.,
106 symmetric_ys                        = .false.,.false.,.false.,
107 symmetric_ye                        = .false.,.false.,.false.,
108 open_ys                             = .false.,.false.,.false.,
109 open_ye                             = .false.,.false.,.false.,
110 nested                              = .false., .true., .true.,
111 polar                               = .true. ,.false.,.false.,
112 /
113
114 &grib2
115 /
116
117 &namelist_quilt
118 nio_tasks_per_group = 0,
119 nio_groups = 1,
120 /
Note: See TracBrowser for help on using the repository browser.