source: lmdz_wrf/WRFV3/test/nmm_real/namelist.input @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 4.0 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                    = 5400,
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 debug_level                         = 1
31 /
32
33 &domains
34 time_step                           = 34,
35 time_step_fract_num                 = 2,
36 time_step_fract_den                 = 7,
37 max_dom                             = 1,
38 e_we                                = 56,       58,
39 e_sn                                = 92,       100,
40 e_vert                              = 38,       38,
41 num_metgrid_levels                  = 40,
42 dx                                  = .096,     .032,   
43 dy                                  = .095,     .031667,
44 p_top_requested                     = 5000.
45 ptsgm                               = 42000.,
46 grid_id                             = 1,        2,
47 parent_id                           = 0,        1,   
48 i_parent_start                      = 1,        17,
49 j_parent_start                      = 1,        31,
50 parent_grid_ratio                   = 1,        3,
51 parent_time_step_ratio              = 1,        3,
52 /
53
54 &physics
55 mp_physics                          = 5,        5,
56 ra_lw_physics                       = 99,       99,
57 ra_sw_physics                       = 99,       99,
58 nrads                               = 105,      315,
59 nradl                               = 105,      315,
60 co2tf                               = 1,
61 sf_sfclay_physics                   = 2,        2,
62 sf_surface_physics                  = 2,        2,
63 bl_pbl_physics                      = 2,        2,
64 nphs                                = 6,        18,
65 cu_physics                          = 2,        2,
66 ncnvc                               = 6,        18,
67 tprec                               = 3,        3,
68 theat                               = 6,        6,
69 tclod                               = 6,        6,
70 trdsw                               = 6,        6,
71 trdlw                               = 6,        6,
72 tsrfc                               = 6,        6,
73 pcpflg                              = .false.,  .false.,
74 isfflx                              = 0,
75 ifsnow                              = 0,
76 icloud                              = 0,
77 num_soil_layers                     = 4,
78 mp_zero_out                         = 0
79 gwd_opt                             = 0
80 /
81
82 &dynamics
83 coac                                = 1.6,
84 codamp                              = 6.4,
85 slophc                              = 0.0064,
86 euler_adv                           = .true.,
87 idtadt                              = 2,
88 idtadc                              = 1
89 /
90
91 &bdy_control
92 spec_bdy_width                      = 1,
93 specified                           = .true.,
94 nested                              = .false.
95 /
96
97 &fdda
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.