source: palm/tags/release-6.0/TESTS/cases/urban_environment/INPUT/urban_environment_p3d @ 3862

Last change on this file since 3862 was 3421, checked in by gronemeier, 5 years ago

new surface-data output; renamed output variables (pt to theta, rho_air to rho, rho_ocean to rho_sea_water)

  • Property svn:executable set to *
File size: 7.9 KB
Line 
1!-------------------------------------------------------------------------------
2!-- INITIALIZATION PARAMETER NAMELIST
3!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/inipar
4!-------------------------------------------------------------------------------
5 &initialization_parameters
6
7!
8!-- Grid
9!------------------------------------------------------------------------------
10    nx                   = 19,
11    ny                   = 19,
12    nz                   = 60,
13
14    dx                   = 2.0,
15    dy                   = 2.0,
16    dz                   = 2.0,
17
18!
19!-- Numerics
20!------------------------------------------------------------------------------
21    fft_method           = 'fftw',
22
23!
24!-- Mode
25!------------------------------------------------------------------------------     
26    humidity             = .T.,
27    q_surface            = 0.001,
28
29!
30!-- Initialization
31!------------------------------------------------------------------------------
32    initializing_actions = 'inifor',   !'set_constant_profiles', or 'inifor',
33
34    pt_surface           = 277.15,
35    ug_surface           = 1.0,
36    vg_surface           = 0.0,
37
38    day_of_year_init     = 65,             ! march 06, to avoid extreme temperatures
39    time_utc_init        = 36000.0,        ! (0.0 s = 00 UTC midnight),
40
41!
42!-- Wall/soil spinup
43!------------------------------------------------------------------------------   
44    spinup_time         = 1200.0,
45    spinup_pt_mean      = 284.15,
46    spinup_pt_amplitude = 10.0,             ! give a dirunal cycle from 6 - 16 °C
47    dt_spinup           = 120.0,
48    data_output_during_spinup = .F.,
49
50!
51!-- Topography
52!------------------------------------------------------------------------------   
53    topography           = 'read_from_file',
54
55!
56!-- Physics
57!------------------------------------------------------------------------------
58    longitude            = 13.4,
59    latitude             = 52.5,
60
61 / ! end of inipar namelist
62
63
64!-------------------------------------------------------------------------------
65!-- RUNTIME PARAMETER NAMELIST
66!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/d3par
67!-------------------------------------------------------------------------------
68 &runtime_parameters
69
70!
71!-- Run steering
72!------------------------------------------------------------------------------
73    end_time              = 70.0,
74    create_disturbances   = .T.,
75
76!
77!-- Run-control/timeseries output settings
78!------------------------------------------------------------------------------
79    dt_run_control        =  0.0,
80    dt_dots               =  10.0,
81
82!
83!-- Profile output settings
84!------------------------------------------------------------------------------
85    skip_time_dopr        =  0.0,
86    dt_dopr               = 60.0,
87    averaging_interval_pr = 60.0,
88    dt_averaging_input_pr =  0.0,
89
90    data_output_pr        = '#u',  'u*2',  'wu',  'w*u*',  'w"u"',
91                            '#v',  'v*2',  'wv',  'w*v*',  'w"v"',
92                            'w',   'w*2',
93                            '#theta', 'theta*2', 'wtheta', 'w*theta*', 'w"theta"',
94                            '#q',  'q*2',
95                            'e', 'e*', '#km', '#l',
96                            '#t_soil', '#m_soil', 'rad_lw_in', 'rad_lw_out',
97!
98!-- 2D/3D output settings
99!------------------------------------------------------------------------------
100    do3d_at_begin      = .T.,
101    do2d_at_begin      = .T.,
102
103    dt_data_output     = 60.0,
104    dt_data_output_av  = 60.0,
105    averaging_interval = 60.0,
106    dt_averaging_input =  0.0,
107
108    section_xy         = 0,
109
110    data_output = 'u',  'u_av',
111                  'v',  'v_av',
112                  'w',  'w_av',
113                  'theta', 'theta_av',
114                  'q',  'q_av',
115                  'e',  'e_av',
116                  'p',  'p_av',
117                  'm_soil', 'm_soil_av',
118                  't_soil', 't_soil_av',
119                  'shf*_xy', 'shf*_xy_av',
120                  'ghf*_xy', 'ghf*_xy_av',
121                  'us*_xy', 'z0*_xy',
122                  't*_xy', 'ol*_xy',
123                  'm_liq*_xy',
124                  'r_s*_xy', 'r_a*_xy',
125                  'rad_net*_xy', 'rad_lw_in*_xy', 'rad_lw_out*_xy', 'rad_sw_in*_xy', 'rad_sw_out*_xy',
126                  'qsws*_xy', 'qsws*_xy_av',
127                  'tsurf*_xy', 'tsurf*_xy_av',
128                  'pcm_lad', 'pcm_heatrate',
129                  'kc_PM10', 'kc_PM25', 'kc_PM10_av', 'kc_PM25_av',
130
131
132
133 / ! end of d3par namelist
134
135
136!-------------------------------------------------------------------------------
137!-- RADIATION MODEL PARAMETER NAMELIST
138!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radpar
139!-------------------------------------------------------------------------------
140  &radiation_parameters
141
142     radiation_scheme =  'rrtmg',    !'clear-sky' or 'rrtmg',
143     albedo_type = 5,
144     constant_albedo = .F.,
145
146     dt_radiation = 60.0,
147
148     surface_reflections = .T.,
149     nrefsteps = 3,
150
151     rad_angular_discretization = .F.,
152     raytrace_mpi_rma = .F.,
153
154  /
155
156
157!-------------------------------------------------------------------------------
158!-- LAND SURFACE MODEL PARAMETER NAMELIST
159!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/lsmpar
160!-------------------------------------------------------------------------------
161 &land_surface_parameters
162
163    constant_roughness     = .T.,
164    aero_resist_kray       = .T.,
165
166    vegetation_type        = 2,
167    soil_type              = 3,
168    conserve_water_content = .T.,
169
170    root_fraction          = 0.49, 0.26, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0,
171    soil_temperature       = 277.15, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0,
172    soil_moisture          = 0.30,   0.30,  0.30,  0.30,  0.30, 0.30,  0.30,  0.30,
173    deep_soil_temperature  = 277.0,
174   
175 / ! end of lsm_par namelist
176
177
178!-------------------------------------------------------------------------------
179!-- URBAN SURFACE MODEL PARAMETER NAMELIST
180!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/usmpar
181!-------------------------------------------------------------------------------
182 &urban_surface_parameters
183
184    usm_material_model     = .T.,
185    usm_wall_mod = .T.,
186
187 / ! end of urban_surface_par namelist
188 
189
190!-------------------------------------------------------------------------------
191!-- PLANT CANOPY MODEL PARAMETER NAMELIST
192!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/canpar
193!-------------------------------------------------------------------------------
194 &plant_canopy_parameters
195 
196    canopy_mode       = 'read_from_file_3d',
197    canopy_drag_coeff = 0.3,
198     
199 / ! end of canopy_par namelist
200 
201
202!-------------------------------------------------------------------------------
203!-- CHEMISTRY MODEL PARAMETER NAMELIST
204!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/chempar
205!-------------------------------------------------------------------------------
206 &chemistry_parameters
207
208    chem_gasphase_on           = .F.,
209   
210    do_emis                    = .T.,
211    mode_emis                  = 'PARAMETERIZED',
212    surface_csflux_name        = 'PM10','PM25',  !"cs" stands for chemical species
213    surface_csflux             = 0.75, 0.375,    !surface emission of PM10, PM25 (arbitrary units)
214    cs_name                    = 'PM10','PM25',
215    cs_surface                 = 2.0, 1.0,       !surface concentration of PM10, PM25 (arbitrary units)
216    bc_cs_b                    = 'neumann',
217    bc_cs_t                    = 'neumann',
218   
219!-- for emission depending on street type in static driver
220    emiss_factor_main = 1.667, 1.667,   !emiss_factor_main*surface_csflux for emission on main streets
221    emiss_factor_side = 0.334, 0.334,   !emiss_factor_side*surface_csflux for emission on side streets
222    main_street_id = 12,          !id is for identifying main/side streets (see chem_emissions in chemistry_model_mod.f90)
223    side_street_id =  8,
224    max_street_id = 19,
225
226 / ! end of chemistry_par namelist
Note: See TracBrowser for help on using the repository browser.