source: palm/trunk/TUTORIALS/cases/lsm_long/INPUT/lsm_long_p3d @ 4765

Last change on this file since 4765 was 4765, checked in by Giersch, 3 years ago

Tutorials updated for r4761

File size: 8.2 KB
Line 
1!-------------------------------------------------------------------------------
2!-- INITIALIZATION PARAMETER NAMELIST
3!   https://palm.muk.uni-hannover.de/trac/wiki/doc/app/initialization_parameters
4!-------------------------------------------------------------------------------
5&initialization_parameters
6!
7!-- grid parameters
8!-------------------------------------------------------------------------------
9    nx                         = 19, ! Number of gridboxes in x-direction (nx+1)
10    ny                         = 19, ! Number of gridboxes in y-direction (ny+1)
11    nz                         = 50, ! Number of gridboxes in z-direction (nz)
12
13    dx                         = 100.0, ! Size of single gridbox in x-direction
14    dy                         = 100.0, ! Size of single gridbox in y-direction
15    dz                         = 25.0,  ! Size of single gridbox in z-direction
16
17    dz_stretch_level           = 100.0,
18    dz_max                     = 50.0,
19!
20!-- initialization
21!------------------------------------------------------------------------------
22    initializing_actions       = 'set_constant_profiles',
23
24    ug_surface                 = 2.5,
25    vg_surface                 = 0.0,
26
27    pt_surface                 = 293.0,
28
29    pt_vertical_gradient       = 0.0, 3.0, 0.0,
30    pt_vertical_gradient_level = 0.0, 800.0, 1600.0,
31 
32    q_surface                  = 0.01,   ! mixing ratio --> rel. hum. = ?
33
34    origin_date_time           = '2019-06-21 12:00:00 +00', ! does the year matter?
35!
36!-- physics
37!------------------------------------------------------------------------------
38    latitude                   = 53.37,
39    longitude                  = 9.73,
40!
41!-- boundary conditions
42!------------------------------------------------------------------------------
43    constant_flux_layer        = .TRUE., ! use a constant flux layer at
44                                         ! the bottom boundary
45
46    bc_pt_b                    = 'dirichlet', ! required when using LSM
47    bc_q_b                     = 'dirichlet', ! required when using LSM
48!
49!-- mode
50!------------------------------------------------------------------------------
51    humidity                   = .TRUE.,  ! use prognostic equation for humidity
52
53    reference_state            = 'horizontal_average', ! set reference state for
54                                                       ! buoyancy term
55!
56!-- numerics
57!------------------------------------------------------------------------------
58    fft_method                 = 'temperton-algorithm', ! build-in fft method
59
60    rayleigh_damping_height    = 1600.0,
61    rayleigh_damping_factor    = 0.01,
62
63/
64
65!-------------------------------------------------------------------------------
66!-- RUNTIME PARAMETER NAMELIST
67!   https://palm.muk.uni-hannover.de/trac/wiki/doc/app/runtime_parameters
68!-------------------------------------------------------------------------------
69&runtime_parameters
70!
71!-- run steering
72!-------------------------------------------------------------------------------
73    end_time                   = 216000.0, ! (2.5 days)
74
75    create_disturbances        = .TRUE.,
76    dt_disturb                 = 120.0,
77    disturbance_energy_limit   = 0.0001,
78!
79!-- data output
80!------------------------------------------------------------------------------
81    netcdf_data_format         = 2, ! use NetCDF3
82
83    dt_run_control             = 900.0,
84    dt_data_output             = 21600.0,
85    dt_data_output_av          = 3600.0,
86
87    averaging_interval         = 1800.0,
88!
89!-- profile output
90!-------------------------------------------------------------------------------
91    data_output_pr             = '#u',
92                                 '#v',
93                                 '#theta',
94                                 '#q',
95                                 '#thetav',
96                                 '#km',
97                                 '#kh',
98                                 '#l',
99                                 'w',
100                                 'e',
101                                 'e*',
102                                 'p',
103                                 'wu',
104                                 'w"u"',
105                                 'w*u*',
106                                 'w"v"',
107                                 'w*v*',
108                                 'w"theta"',
109                                 'w*theta*',
110                                 'w"thetav"',
111                                 'w*thetav*',
112                                 'w"q"',
113                                 'w*q*',
114                                 'w*e*',
115                                 'theta*2',
116                                 'q*2',
117                                 'u*2',
118                                 'v*2',
119                                 'w*2',
120                                 '#t_soil',
121                                 '#m_soil',
122
123    section_xy                 = 0,
124!
125!-- 2d and/or 3d data output
126!-------------------------------------------------------------------------------
127    data_output                = 'theta',
128                                 'theta_av',
129                                 'thetav',
130                                 'thetav_av',
131                                 'q',
132                                 'q_av',
133                                 'u',
134                                 'u_av',
135                                 'v',
136                                 'v_av',
137                                 't_soil',
138                                 't_soil_av',
139                                 'm_soil',
140                                 'm_soil_av',
141                                 'us*_xy',
142                                 'us*_xy_av',
143                                 't*_xy',
144                                 't*_xy_av',
145                                 'r_a*_xy',
146                                 'r_a*_xy_av',
147                                 'r_s*_xy',
148                                 'r_s*_xy_av',
149                                 'tsurf*_xy',
150                                 'tsurf*_xy_av',
151                                 'ghf*_xy',
152                                 'ghf*_xy_av',
153                                 'shf*_xy',
154                                 'shf*_xy_av',
155                                 'qsws_liq*_xy',
156                                 'qsws_liq*_xy_av',
157                                 'qsws_soil*_xy',
158                                 'qsws_soil*_xy_av',
159                                 'qsws_veg*_xy',
160                                 'qsws_veg*_xy_av',
161                                 'c_liq*_xy',
162                                 'c_liq*_xy_av',
163                                 'c_soil*_xy',
164                                 'c_soil*_xy_av',
165                                 'c_veg*_xy',
166                                 'c_veg*_xy_av',
167/
168
169!-------------------------------------------------------------------------------
170!-- LAND-SURFACE PARAMETER NAMELIST
171!   https://palm.muk.uni-hannover.de/trac/wiki/doc/app/land_surface_parameters
172!-------------------------------------------------------------------------------
173&land_surface_parameters
174!
175!-- define soil type and tempature
176!-------------------------------------------------------------------------------
177    soil_type                  = 3,  ! medium-fine
178    soil_moisture              = 0.35,  0.35,  0.35,  0.35, 0.35,  0.35,  0.35,  0.35,
179    soil_temperature           = 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0,
180    deep_soil_temperature      = 293.0,
181
182    surface_type               = 'vegetation',
183    vegetation_type            = 3, ! short grass
184    vegetation_coverage        = 0.95,
185    conserve_water_content     = .TRUE.,  ! closed (T) or open (F) lower boundary
186
187/
188
189!-------------------------------------------------------------------------------
190!-- RADIATION PARAMETER NAMELIST
191!   https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radiation_parameters
192!-------------------------------------------------------------------------------
193&radiation_parameters
194    radiation_scheme           = 'clear-sky', ! Radiation scheme to be used
195    dt_radiation               = 60.0,
196
197/
Note: See TracBrowser for help on using the repository browser.