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