source: lmdz_wrf/WRFV3/test/exp_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:

  • Property svn:executable set to *
File size: 4.1 KB
Line 
1 &namelist_01
2 time_step                       = 450,
3 time_step_fract_num                    = 0,
4 time_step_fract_den                    = 1,
5 restart                             = .false.,
6 max_dom                             = 1,
7 rk_ord                              = 3,
8 diff_opt                            = 0,
9 km_opt                              = 1,
10 damp_opt                            = 0,
11 isfflx                              = 1,
12 ifsnow                              = 0,
13 icloud                              = 1,
14 num_soil_layers                     = 5,
15 spec_bdy_width                      = 5,
16 spec_zone                           = 1,
17 relax_zone                          = 4,
18 tile_sz_x                           = 0,
19 tile_sz_y                           = 0,
20 numtiles                            = 1,
21 debug_level                         = 0 /
22
23 &namelist_02
24 run_days                            = 0,
25 run_hours                           = 2,
26 run_minutes                         = 0,
27 run_seconds                         = 0,
28 start_year                          = 1993
29 start_month                         = 03
30 start_day                           = 13
31 start_hour                          = 00
32 start_minute                        = 00,
33 start_second                        = 00,
34 end_year                            = 1993
35 end_month                           = 03
36 end_day                             = 13
37 end_hour                            = 12
38 end_minute                          = 00,
39 end_second                          = 00,
40 interval_seconds                    = 21600
41 grid_id                             = 1,
42 s_we                                = 1,
43 e_we                                = 41,
44 s_sn                                = 1,
45 e_sn                                = 35,
46 s_vert                              = 1,
47 e_vert                              = 28,
48 history_interval                       = 5,
49 restart_interval                       = 244,
50 frames_per_outfile                     = 1,
51 time_step_sound                        = 4 /
52
53
54 &namelist_03
55 dx                                  = 90000,
56 dy                                  = 90000,
57 ztop                                = 17558.2
58 zdamp                               = 5000.,
59 dampcoef                            = 0.01,
60 non_hydrostatic                     = .true.,
61 smdiv                               = 0.1,
62 emdiv                               = 0.01,
63 epssm                               = .1,
64 khdif                               = 0,
65 kvdif                               = 0,
66 radt                                = 30,
67 bldt                                = 0,
68 cudt                                = 5,
69 julyr                               = 0,
70 julday                              = 1,
71 gmt                                 = 0. /
72
73 &namelist_04
74 periodic_x                          = .false.,
75 symmetric_xs                        = .false.,
76 symmetric_xe                        = .false.,
77 open_xs                             = .true.,
78 open_xe                             = .true.,
79 periodic_y                          = .false.,
80 symmetric_ys                        = .false.,
81 symmetric_ye                        = .false.,
82 open_ys                             = .true.,
83 open_ye                             = .true.,
84 nested                              = .false.,
85 specified                           = .false.,
86 top_radiation                       = .false.,
87 chem_opt                            = 0,
88 mp_physics                          = 3,
89 ra_lw_physics                       = 1,
90 ra_sw_physics                       = 1,
91 sf_sfclay_physics                   = 1,
92 sf_surface_physics                  = 1,
93 bl_pbl_physics                      = 1,
94 cu_physics                          = 1,
95 h_mom_adv_order                     = 5,
96 v_mom_adv_order                     = 3,
97 h_sca_adv_order                     = 5,
98 v_sca_adv_order                     = 3,
99 io_form_history                     = 2,
100 io_form_restart                     = 2,
101 io_form_input                       = 2,
102 io_form_boundary                    = 2 /
103
104 &namelist_05
105 real_data_init_type                 = 1 /
106
107 &grib2
108 /
109
110 &namelist_quilt
111 nio_tasks_per_group = 0,
112 nio_groups = 1,
113 /
114
Note: See TracBrowser for help on using the repository browser.