source: trunk/WRF.COMMON/WRFV3/test/nmm_real/namelist.input

Last change on this file 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.2 KB
Line 
1 &time_control
2 run_days                            = 1,
3 run_hours                           = 0,   
4 run_minutes                         = 0,
5 run_seconds                         = 0,
6 start_year                          = 2005,     2005,
7 start_month                         = 01,       01,
8 start_day                           = 23,       23,
9 start_hour                          = 00,       00,
10 start_minute                        = 00,       00,
11 start_second                        = 00,       00,
12 tstart                              = 00,       
13 end_year                            = 2005,     2005,
14 end_month                           = 01,       01,
15 end_day                             = 24,       24,
16 end_hour                            = 00,       00,
17 end_minute                          = 00,       00,
18 end_second                          = 00,       00,
19 interval_seconds                    = 10800,
20 history_interval                    = 60,       60,
21 frames_per_outfile                  = 1,        1,
22 restart                             = .false.,
23 restart_interval                    = 6000,
24 reset_simulation_start              = F,
25 io_form_input                       = 2
26 io_form_history                     = 2
27 io_form_restart                     = 2
28 io_form_boundary                    = 2
29 io_form_auxinput1                   = 2
30 auxinput1_inname                    = "met_nmm.d<domain>.<date>"
31 debug_level                         = 1
32 /
33
34 &domains
35 time_step                           = 34,
36 time_step_fract_num                 = 2,
37 time_step_fract_den                 = 7,
38 max_dom                             = 1,
39 s_we                                = 1,        1,
40 e_we                                = 56,       58,
41 s_sn                                = 1,        1,
42 e_sn                                = 92,       100,
43 s_vert                              = 1,        1,
44 e_vert                              = 38,       38,
45 num_metgrid_levels                  = 40,
46 dx                                  = .096,     .032,   
47 dy                                  = .095,     .031667,
48 grid_id                             = 1,        2,
49 parent_id                           = 0,        1,   
50 i_parent_start                      = 1,        17,
51 j_parent_start                      = 1,        31,
52 parent_grid_ratio                   = 1,        3,
53 parent_time_step_ratio              = 1,        3,
54 p_top_requested                     = 5000.
55 ptsgm                               = 42000.,
56 eta_levels   =   1.000, 0.994, 0.983, 0.968, 0.950, 0.930, 0.908, 0.882, 0.853, 0.821,
57                  0.788, 0.752, 0.715, 0.677, 0.637, 0.597, 0.557, 0.517, 0.477,
58                  0.438, 0.401, 0.365, 0.332, 0.302, 0.274, 0.248, 0.224, 0.201,
59                  0.179, 0.158, 0.138, 0.118, 0.098, 0.078, 0.058, 0.038, 0.018, 0.000
60 tile_sz_x                           = 0,
61 tile_sz_y                           = 0,
62 numtiles                            = 1
63/
64 &physics
65 mp_physics                          = 5,        5,
66 ra_lw_physics                       = 99,       99,
67 ra_sw_physics                       = 99,       99,
68 nrads                               = 105,      315,
69 nradl                               = 105,      315,
70 co2tf                               = 1,
71 sf_sfclay_physics                   = 2,        2,
72 sf_surface_physics                  = 2,        2,
73 bl_pbl_physics                      = 2,        2,
74 nphs                                = 6,        18,
75 cu_physics                          = 2,
76 ncnvc                               = 6,
77 tprec                               = 3,
78 theat                               = 6,
79 tclod                               = 6,
80 trdsw                               = 6,
81 trdlw                               = 6,
82 tsrfc                               = 6,
83 pcpflg                              = .false.,
84 isfflx                              = 0,
85 ifsnow                              = 0,
86 icloud                              = 0,
87 num_soil_layers                     = 4,
88 mp_zero_out                         = 0
89 /
90
91 &dynamics
92 /
93
94 &bdy_control
95 spec_bdy_width                      = 1,
96 specified                           = .true.,
97 nested                              = .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.