source: lmdz_wrf/trunk/WRFV3/test/em_seabreeze2d_x/namelist.input.ideal

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.1 KB
Line 
1 &time_control
2 run_days                            = 0,
3 run_hours                           = 0,
4 run_minutes                         = 360,
5 run_seconds                         = 0,
6 start_year                          = 0001,
7 start_month                         = 01,
8 start_day                           = 01,
9 start_hour                          = 00,
10 start_minute                        = 00,
11 start_second                        = 00,
12 end_year                            = 0001,
13 end_month                           = 01,
14 end_day                             = 16,
15 end_hour                            = 00,
16 end_minute                          = 00,
17 end_second                          = 00,
18 history_interval                    = 30,
19 frames_per_outfile                  = 1,
20 restart                             = .false.,
21 restart_interval                    = 360,
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                           = 3,
31 time_step_fract_num                 = 0,
32 time_step_fract_den                 = 1,
33 max_dom                             = 1,
34 s_we                                = 1,
35 e_we                                = 101,
36 s_sn                                = 1,
37 e_sn                                = 101,
38 s_vert                              = 1,
39 e_vert                              = 81,
40 dx                                  = 1000,
41 dy                                  = 1000,
42 ztop                                = 20000.,
43 /
44
45 &physics
46 mp_physics                          = 0,
47 ra_lw_physics                       = 0,
48 ra_sw_physics                       = 0,
49 radt                                = 0,
50 sf_sfclay_physics                   = 5,
51 sf_surface_physics                  = 0,
52 bl_pbl_physics                      = 5,
53 bldt                                = 0,
54 cu_physics                          = 0,
55 cudt                                = 0,
56 isfflx                              = 0,
57 ifsnow                              = 0,
58 icloud                              = 0,
59 num_soil_layers                     = 5,
60 mp_zero_out                         = 0,
61 windturbines_spec = "ideal"
62 td_turbgridid   =      1,
63 td_hubheight    =   100.,
64 td_diameter     =   100.,
65 td_stdthrcoef   =   .158,
66 td_cutinspeed   =    3.5,
67 td_cutoutspeed  =    30.,
68 td_power        =    5.0,
69 td_turbpercell  =    1.0,
70 td_ewfx         =     10,
71 td_ewfy         =     10,
72 td_pwfx         =     45,
73 td_pwfy         =     45,
74 /
75
76 &fdda
77 /
78
79 &dynamics
80 rk_ord                              = 3,
81 diff_opt                            = 1,
82 km_opt                              = 4,
83 diff_6th_opt                        = 2,
84 diff_6th_factor                     = 0.12,
85 damp_opt                            = 2,
86 dampcoef                            = .003,
87 zdamp                               = 5000.,
88 khdif                               = 100,
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 mix_full_fields                     = .true.,
99 non_hydrostatic                     = .true.,
100 pert_coriolis = .true.
101 /
102
103 &bdy_control
104 periodic_x                          = .false.,
105 symmetric_xs                        = .false.,
106 symmetric_xe                        = .false.,
107 open_xs                             = .true.,
108 open_xe                             = .true.,
109 periodic_y                          = .false.,
110 symmetric_ys                        = .false.,
111 symmetric_ye                        = .false.,
112 open_ys                             = .true.,
113 open_ye                             = .true.,
114 /
115
116 &grib2
117 /
118
119 &namelist_quilt
120 nio_tasks_per_group = 0,
121 nio_groups = 1,
122 /
123
124
Note: See TracBrowser for help on using the repository browser.