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

  • Property svn:executable set to *
File size: 4.9 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 interval_seconds                    = 21600
20 input_from_file                     = .true.,.true.,.true.,
21 frames_per_outfile                  = 200,  100,  100,
22 restart                             = .false.,
23 restart_interval_h                  = 1120,
24 io_form_history                     = 2
25 io_form_restart                     = 2
26 io_form_input                       = 2
27 io_form_boundary                    = 2
28 debug_level                         = 0
29 /
30
31 &domains
32 time_step                           = 600
33 time_step_fract_num                 = 00
34 time_step_fract_den                 = 112
35 max_dom                             = 1,
36 e_we                                = 257,    41,    41,
37 e_sn                                = 129,    81,    81,
38 e_vert                              = 41,    41,    41,
39 p_top_requested                     = 5000,
40 num_metgrid_levels                  = 27,
41 num_metgrid_soil_levels             = 4,
42 dx                                  = 156343.322,20000, 4000,
43 dy                                  = 156343.322,20000, 4000,
44 p_top_requested                     = 5000
45 grid_id                             = 1,     2,     3,
46 parent_id                           = 0,     1,     2,
47 i_parent_start                      = 1,     17,    17,
48 j_parent_start                      = 1,     33,    33,
49 parent_grid_ratio                   = 1,     5,     5,
50 parent_time_step_ratio              = 1,     5,     5,
51 feedback                            = 1,
52 smooth_option                       = 00
53 /
54
55 &physics
56 mp_physics                          = 3,     3,     3,
57 ra_lw_physics                       = 1,     1,     1,
58 ra_sw_physics                       = 1,     1,     1,
59 radt                                = 30,    30,    30,
60 sf_sfclay_physics                   = 1,     1,     1,
61 sf_surface_physics                  = 1,     1,     1,
62 bl_pbl_physics                      = 1,     1,     1,
63 bldt                                = 0,     0,     0,
64 cu_physics                          = 1,     1,     0,
65 cudt                                = 5,     5,     5,
66 isfflx                              = 1,
67 ifsnow                              = 0,
68 icloud                              = 1,
69 surface_input_source                = 1,
70 num_soil_layers                     = 5,
71 mp_zero_out                         = 0,
72 /
73
74 &fdda
75 /
76
77 &dynamics
78 diff_opt                            = 0,
79 km_opt                              = 0,
80 damp_opt                            = 3,
81 base_temp                           = 290.
82 zdamp                               = 5000.,  5000.,  5000.,
83 dampcoef                            = 0.2,    0.2,    0.2
84 khdif                               = 0,      0,      0,
85 kvdif                               = 0,      0,      0,
86 non_hydrostatic                     = .true.,.true., .true.,
87 moist_adv_opt                       = 0,      0,      0,     
88 scalar_adv_opt                      = 0,      0,      0,     
89 chem_adv_opt                        = 0,      0,      0,     
90 tke_adv_opt                         = 0,      0,      0,     
91 fft_filter_lat                      = 45.,
92 w_damping                           = 1,
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.