source: palm/trunk/TESTS/cases/urban_environment_salsa/INPUT/urban_environment_salsa_p3d @ 4256

Last change on this file since 4256 was 4256, checked in by monakurppa, 5 years ago

update test case urban_environment_salsa

File size: 10.5 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    monotonic_limiter_z  = .T.,
23!
24!-- Mode
25!------------------------------------------------------------------------------     
26    humidity             = .T.,
27    q_surface            = 0.001,
28
29!
30!-- Initialization
31!------------------------------------------------------------------------------
32    initializing_actions = 'inifor set_constant_profiles',   !'set_constant_profiles', or 'inifor',
33                                                             ! or both (met. from inifor, chem constant profiles)
34
35    pt_surface           = 277.15,
36    ug_surface           = 1.0,
37    vg_surface           = 0.0,
38
39    origin_date_time     = '2019-03-06 10:00:00 +00'
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              = 31.0,
74    create_disturbances   = .T.,
75
76!
77!-- Run-control/timeseries output settings
78!------------------------------------------------------------------------------
79    dt_run_control        =  0.0,
80    dt_dots               =  5.0,
81
82!
83!-- Profile output settings
84!------------------------------------------------------------------------------
85    skip_time_dopr        =  0.0,
86    dt_dopr               = 30.0,
87    averaging_interval_pr = 30.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                            'salsa_Ntot', 'salsa_N_UFP', 'salsa_LDSA',
98                            'salsa_PM0.1', 'salsa_PM2.5', 'salsa_PM10',
99!
100!-- 2D/3D output settings
101!------------------------------------------------------------------------------
102    do3d_at_begin      = .T.,
103    do2d_at_begin      = .T.,
104
105    dt_data_output     = 60.0,
106    dt_data_output_av  = 60.0,
107    averaging_interval = 60.0,
108    dt_averaging_input =  0.0,
109
110    section_xy         = 0,
111
112!     data_output = 'u', 'v', 'w',
113!                   'Ntot', 'PM2.5', 'LDSA',
114!                   's_OC','g_OCNV','g_OCSV',
115!                   'N_bin3', 'm_bin4',
116
117
118 / ! end of d3par namelist
119
120
121!-------------------------------------------------------------------------------
122!-- RADIATION MODEL PARAMETER NAMELIST
123!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radpar
124!-------------------------------------------------------------------------------
125  &radiation_parameters
126
127     radiation_scheme =  'rrtmg',    !'clear-sky' or 'rrtmg',
128     albedo_type = 5,
129     constant_albedo = .F.,
130
131     dt_radiation = 60.0,
132
133     surface_reflections = .T.,
134     nrefsteps = 3,
135
136     rad_angular_discretization = .F.,
137     raytrace_mpi_rma = .F.,
138
139  /
140
141
142!-------------------------------------------------------------------------------
143!-- LAND SURFACE MODEL PARAMETER NAMELIST
144!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/lsmpar
145!-------------------------------------------------------------------------------
146 &land_surface_parameters
147
148    constant_roughness     = .T.,
149    aero_resist_kray       = .T.,
150
151    vegetation_type        = 2,
152    soil_type              = 3,
153    conserve_water_content = .T.,
154
155    root_fraction          = 0.49, 0.26, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0,
156    soil_temperature       = 277.15, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0,
157    soil_moisture          = 0.30,   0.30,  0.30,  0.30,  0.30, 0.30,  0.30,  0.30,
158    deep_soil_temperature  = 277.0,
159   
160 / ! end of lsm_par namelist
161
162
163!-------------------------------------------------------------------------------
164!-- URBAN SURFACE MODEL PARAMETER NAMELIST
165!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/usmpar
166!-------------------------------------------------------------------------------
167 &urban_surface_parameters
168
169    usm_material_model     = .T.,
170    usm_wall_mod = .T.,
171
172 / ! end of urban_surface_par namelist
173 
174
175!-------------------------------------------------------------------------------
176!-- PLANT CANOPY MODEL PARAMETER NAMELIST
177!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/canpar
178!-------------------------------------------------------------------------------
179 &plant_canopy_parameters
180 
181    canopy_mode       = 'read_from_file_3d',
182    canopy_drag_coeff = 0.3,
183     
184 / ! end of canopy_par namelist
185 
186
187!-------------------------------------------------------------------------------
188!-- SALSA PARAMETER NAMELIST
189!-------------------------------------------------------------------------------
190 &salsa_parameters 
191
192!
193!-- Time stepping
194    dt_salsa           =   2.0, ! time step for calculating aerosol processes (s)
195    skip_time_do_salsa =  10.0, ! starting time of SALSA (s)
196
197!
198!-- Concentration initial types: 0 = based on the parameter file, 1 = read from a NetCDF file
199    init_aerosol_type  = 0, ! size distribution
200    init_gases_type    = 0, ! gases
201
202!
203!-- If isdtyp = 0, define the initial aerosol size distribution by dpg, sigmag and n_lognorm
204    dpg       = 13.5E-9, 54.0E-9, 864.1E-9, ! mean diameter per mode (in metres)
205    sigmag    =     1.8,    2.16,     2.21, ! standard deviation per mode
206    n_lognorm =  1.43E9,  4.45E8,    7.0E4, ! number concentration per mode (#/m3)
207
208!
209!-- If igctyp = 0, apply these initial gas concentrations                       
210    H2SO4_init = 5.0E12, ! sulphuric acid (#/m3)
211    HNO3_init  = 3.0E12, ! nitric acid (#/m3)
212    NH3_init   = 6.0E12, ! ammonia (#/m3)       
213    OCNV_init  = 1.0E12, ! non-volatile organic gases (#/m3)
214    OCSV_init  = 1.0E12, ! non-volatile organic gases (#/m3)
215
216!
217!-- List of activated chemical components:
218!-- NOTE! Chemical species have to be activated here even if they are not initially present!
219    listspec = 'OC','NO','NH','','','','',  ! List of actived aerosols       
220    ! listspec = 'SO4','OC','BC','DU','SS','NO','NH',
221
222!
223!-- Sectional presentation of the particle size distribution
224    reglim = 3.0E-9, 1.0E-8, 2.5E-6, ! limits of the subranges (m)
225    nbin   = 1, 7,                   ! number of bins per subrange
226!-- NOTE! Subrange 1 consists only of H2SO4 and/or OC
227    nf2a   = 1.0,                    ! Number fraction allocated to subrange 2a (b-bins will get 1-nf2a)
228
229!
230!-- Aerosol emissions:
231    salsa_emission_mode = 'read_from_file', ! 'no_emission','uniform' or 'read_from_file'
232!-- NOTE! chemical components of the source have to be activated in 'listspec'
233!--       and have to be in the same order
234
235!
236!-- If isdtyp = 0, set the chemical composition of the initial particle size distribution
237    mass_fracs_a = 0.8, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, ! mass fractions of chemical components: soluble
238    mass_fracs_b = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, ! mass fractions of chemical components: insoluble
239!-- NOTE! Set everyhing to zero in mass_fracs_b if you do not want include insoluble species (default)
240
241!
242!-- Boundary conditions
243!-- Decycle at the left & right boundaries: initial concentration 
244!--   is copied to ghost and first three layers at both boundaries at the left boundary
245!--   and a zero gradient is set at the right boundary
246!-- Decycle at the north & south boundaries: initial concentration 
247!--   is copied to ghost and first three layers at both boundaries
248    decycle_salsa_lr     = .T.,         
249    decycle_salsa_ns     = .F.,
250    decycle_method_salsa = 'dirichlet','dirichlet','dirichlet','dirichlet', 
251    bc_salsa_b     = 'neumann', !'dirichlet',  ! surface flux requires 'neumann'
252    bc_salsa_t     = 'dirichlet',  ! top
253                                                                                           
254!
255!-- Switches for aerosol processes:
256    nldistupdate = .T., ! update aerosol size distribution
257    nldepo       = .T., ! Deposition master switch
258    nldepo_pcm   = .T., ! Deposition on vegetation
259    nldepo_surf  = .T., ! Deposition on walls
260    nlcnd        = .T., ! Condensation master switch
261    nlcndgas     = .T., ! Condensation of precursor gases
262    nlcndh2oae   = .F., ! Condensation of H2O on aerosols                         
263    nlcoag       = .T., ! Coagulation master switch
264    nsnucl       =  0,  ! Nucleation scheme (0 = off)
265    nj3          =  1,  ! J3 parametrization for nucleation
266!
267!-- Deposition on vegetation (pcm = plant canopy model)
268    depo_pcm_par = 'zhang2001',  ! or 'petroff2010'
269!
270!-- Deposition on on ground, walls and roofs
271    depo_surf_par = 'zhang2001', ! or 'petroff2010'
272
273!
274!-- Other switches:
275    advect_particle_water   = .T.,   ! particle water: advect or calculate at each dt_salsa
276    feedback_to_palm        = .F.,   ! feedback to flow due to condensation of water
277    nest_salsa              = .F.,   ! apply nesting for salsa
278    read_restart_data_salsa = .F.,   ! skip reading restart data even if it's done for the flow
279    write_binary_salsa      = .F.,   ! skip writing restart data even if it's done for the flow
280         
281 / ! end of salsa_par namelist
282
283 
Note: See TracBrowser for help on using the repository browser.