source: lmdz_wrf/trunk/WRFV3/test/em_scm_xy/namelist.input

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

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 4.3 KB
Line 
1 &time_control
2 run_days                            = 0,
3 run_hours                           = 59,
4 run_minutes                         = 0,
5 run_seconds                         = 0,
6 start_year                          = 1999,
7 start_month                         = 10,
8 start_day                           = 22,
9 start_hour                          = 19,
10 start_minute                        = 00,
11 start_second                        = 00,
12 end_year                            = 1999,
13 end_month                           = 10,
14 end_day                             = 25,
15 end_hour                            = 06,
16 end_minute                          = 00,
17 end_second                          = 00,
18 history_interval                    = 60,
19 frames_per_outfile                  = 10000,
20 restart                             = .false.,
21 restart_interval                    = 1440000,
22 io_form_history                     = 2
23 io_form_restart                     = 2
24 io_form_input                       = 2
25 io_form_boundary                    = 2
26 auxinput3_inname                    = "force_ideal.nc"
27 auxinput3_interval_h                = 59
28 io_form_auxinput3                   = 2
29 debug_level                         = 0
30 /
31
32 &domains
33 time_step                           = 60,
34 time_step_fract_num                 = 0,
35 time_step_fract_den                 = 1,
36 max_dom                             = 1,
37 s_we                                = 1,
38 e_we                                = 3,
39 s_sn                                = 1,
40 e_sn                                = 3,
41 s_vert                              = 1,
42 e_vert                              = 60,
43 dx                                  = 4000,
44 dy                                  = 4000,
45 ztop                                = 12000.,
46 /
47
48 &scm
49 scm_force                           = 0
50 scm_force_dx                        = 10000
51 num_force_layers                    = 8
52 scm_lu_index                        = 2
53 scm_isltyp                          = 4
54 scm_vegfra                          = 0.5
55 scm_lat                             = 37.600
56 scm_lon                             = -96.700
57 scm_th_adv                          = .false.
58 scm_wind_adv                        = .false.
59 scm_qv_adv                          = .false.
60 scm_vert_adv                        = .false.
61 /
62
63 &physics
64 mp_physics                          = 2,
65 ra_lw_physics                       = 1,
66 ra_sw_physics                       = 1,
67 radt                                = 0,
68 sf_sfclay_physics                   = 1,
69 sf_surface_physics                  = 2,
70 bl_pbl_physics                      = 1,
71 bldt                                = 0,
72 cu_physics                          = 0,
73 cudt                                = 0,
74 isfflx                              = 1,
75 ifsnow                              = 0,
76 icloud                              = 0,
77 num_soil_layers                     = 4,
78 mp_zero_out                         = 0,
79 /
80
81 &dynamics
82 rk_ord                              = 3,
83 diff_opt                            = 2,
84 km_opt                              = 2,
85 damp_opt                            = 2,
86 dampcoef                            = .003,
87 zdamp                               = 5000.,
88 khdif                               = 300,
89 kvdif                               = 1,
90 smdiv                               = 0.1,
91 emdiv                               = 0.01,
92 epssm                               = 0.1,
93 time_step_sound                     = 6,
94 h_mom_adv_order                     = 5,
95 v_mom_adv_order                     = 3,
96 h_sca_adv_order                     = 5,
97 v_sca_adv_order                     = 3,
98 pert_coriolis                       = .true.,
99 mix_full_fields                     = .true.,
100 non_hydrostatic                     = .true.,
101 /
102
103 &bdy_control
104 periodic_x                          = .true.,
105 symmetric_xs                        = .false.,
106 symmetric_xe                        = .false.,
107 open_xs                             = .false.,
108 open_xe                             = .false.,
109 periodic_y                          = .true.,
110 symmetric_ys                        = .false.,
111 symmetric_ye                        = .false.,
112 open_ys                             = .false.,
113 open_ye                             = .false.,
114 /
115
116 &namelist_quilt
117 nio_tasks_per_group = 0,
118 nio_groups = 1,
119 /
Note: See TracBrowser for help on using the repository browser.