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

Last change on this file since 4782 was 4782, checked in by gronemeier, 3 years ago

switched from deprecated to default radiation method in test cases; update chemistry setup (switch from deprecated namelist parameter mode_emis to standard paramter emiss_lod)

File size: 10.2 KB
RevLine 
[3924]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,
[4256]12    nz                   = 60,
[3924]13
14    dx                   = 2.0,
15    dy                   = 2.0,
16    dz                   = 2.0,
17
18!
19!-- Numerics
20!------------------------------------------------------------------------------
[4012]21    fft_method           = 'fftw',
[4478]22    monotonic_limiter_z  = .T.,
[3924]23!
24!-- Mode
[4478]25!------------------------------------------------------------------------------
[3924]26    humidity             = .T.,
[4012]27    q_surface            = 0.001,
[3924]28
29!
30!-- Initialization
31!------------------------------------------------------------------------------
[4478]32    initializing_actions = 'inifor set_constant_profiles',   !'set_constant_profiles', or 'inifor',
[4256]33                                                             ! or both (met. from inifor, chem constant profiles)
[3924]34
[4012]35    pt_surface           = 277.15,
[3924]36    ug_surface           = 1.0,
37    vg_surface           = 0.0,
38
[4227]39    origin_date_time     = '2019-03-06 10:00:00 +00'
[3924]40
41!
[4012]42!-- Wall/soil spinup
[4478]43!------------------------------------------------------------------------------
[4012]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.,
[3924]49
50!
51!-- Topography
[4478]52!------------------------------------------------------------------------------
[3924]53    topography           = 'read_from_file',
54
55!
56!-- Physics
57!------------------------------------------------------------------------------
[4012]58    longitude            = 13.4,
59    latitude             = 52.5,
60
[3924]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!------------------------------------------------------------------------------
[4256]73    end_time              = 31.0,
[3924]74    create_disturbances   = .T.,
75
76!
[4012]77!-- Run-control/timeseries output settings
[3924]78!------------------------------------------------------------------------------
[4012]79    dt_run_control        =  0.0,
[4256]80    dt_dots               =  5.0,
[3924]81
82!
[4012]83!-- Profile output settings
[3924]84!------------------------------------------------------------------------------
[4012]85    skip_time_dopr        =  0.0,
[4256]86    dt_dopr               = 30.0,
87    averaging_interval_pr = 30.0,
[4012]88    dt_averaging_input_pr =  0.0,
[3924]89
[4012]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"',
[4256]94                            '#q',  'q*2',
95                            'e', 'e*', '#km', '#l',
96                            '#t_soil', '#m_soil', 'rad_lw_in', 'rad_lw_out',
[4478]97                            'salsa_Ntot', 'salsa_N_UFP', 'salsa_LDSA',
98                            'salsa_PM0.1', 'salsa_PM2.5', 'salsa_PM10',
[3924]99!
100!-- 2D/3D output settings
101!------------------------------------------------------------------------------
[4478]102    do3d_at_begin      = .T.,
[4012]103    do2d_at_begin      = .T.,
[3924]104
[4478]105    dt_data_output     = 60.0,
[4256]106    dt_data_output_av  = 60.0,
107    averaging_interval = 60.0,
[4012]108    dt_averaging_input =  0.0,
[3924]109
[4012]110    section_xy         = 0,
[3924]111
[4118]112!     data_output = 'u', 'v', 'w',
[4508]113!                   'salsa_Ntot', 'salsa_PM2.5', 'salsa_LDSA',
114!                   'salsa_s_OC','salsa_g_OCNV','salsa_g_OCSV',
115!                   'salsa_N_bin3', 'salsa_m_bin4',
[3924]116
[4012]117
[3924]118 / ! end of d3par namelist
119
120
121!-------------------------------------------------------------------------------
[4012]122!-- RADIATION MODEL PARAMETER NAMELIST
123!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radpar
124!-------------------------------------------------------------------------------
125  &radiation_parameters
126
[4256]127     radiation_scheme =  'rrtmg',    !'clear-sky' or 'rrtmg',
[4012]128     albedo_type = 5,
129     constant_albedo = .F.,
130
131     dt_radiation = 60.0,
132
133     surface_reflections = .T.,
134     nrefsteps = 3,
135
136  /
137
138
139!-------------------------------------------------------------------------------
140!-- LAND SURFACE MODEL PARAMETER NAMELIST
141!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/lsmpar
[4478]142!-------------------------------------------------------------------------------
143 &land_surface_parameters
[4012]144
145    constant_roughness     = .T.,
146    aero_resist_kray       = .T.,
147
148    vegetation_type        = 2,
149    soil_type              = 3,
150    conserve_water_content = .T.,
151
152    root_fraction          = 0.49, 0.26, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0,
[4478]153    soil_temperature       = 277.15, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0,
[4012]154    soil_moisture          = 0.30,   0.30,  0.30,  0.30,  0.30, 0.30,  0.30,  0.30,
155    deep_soil_temperature  = 277.0,
[4478]156
[4012]157 / ! end of lsm_par namelist
158
159
160!-------------------------------------------------------------------------------
161!-- URBAN SURFACE MODEL PARAMETER NAMELIST
162!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/usmpar
163!-------------------------------------------------------------------------------
164 &urban_surface_parameters
165
166    usm_wall_mod = .T.,
167
168 / ! end of urban_surface_par namelist
169
[4478]170
[4012]171!-------------------------------------------------------------------------------
[3924]172!-- PLANT CANOPY MODEL PARAMETER NAMELIST
173!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/canpar
174!-------------------------------------------------------------------------------
175 &plant_canopy_parameters
[4478]176
[4342]177    canopy_mode       = 'read_from_file',
[4012]178    canopy_drag_coeff = 0.3,
[4478]179
[3924]180 / ! end of canopy_par namelist
181
[4478]182
[3924]183!-------------------------------------------------------------------------------
184!-- SALSA PARAMETER NAMELIST
185!-------------------------------------------------------------------------------
[4478]186 &salsa_parameters
[3924]187
188!
189!-- Time stepping
[4270]190    dt_salsa             =   2.0, ! time step for calculating aerosol processes (s)
191    skip_time_do_salsa   =  10.0, ! starting time of SALSA (s)
[3924]192
193!
[4478]194!-- If initializing_actions includes 'set_constant_profiles' ,
[4270]195!-- define the initial aerosol size distribution by dpg, sigmag and n_lognorm
196    dpg                  = 13.5E-9, 54.0E-9, 864.1E-9, ! mean diameter per mode (in metres)
[4478]197    sigmag               =     1.8,    2.16,     2.21, ! standard deviation per mode
[4270]198    n_lognorm            =  1.43E9,  4.45E8,    7.0E4, ! number concentration per mode (#/m3)
[3924]199
200!
[4478]201!-- If initializing_actions includes 'set_constant_profiles', apply these initial gas concentrations
[4270]202    H2SO4_init           = 5.0E12, ! sulphuric acid (#/m3)
203    HNO3_init            = 3.0E12, ! nitric acid (#/m3)
[4478]204    NH3_init             = 6.0E12, ! ammonia (#/m3)
[4270]205    OCNV_init            = 1.0E12, ! non-volatile organic gases (#/m3)
206    OCSV_init            = 1.0E12, ! non-volatile organic gases (#/m3)
[3924]207
208!
[4478]209!-- List of activated chemical components:
[3924]210!-- NOTE! Chemical species have to be activated here even if they are not initially present!
[4478]211    listspec             = 'OC','NO','NH','','','','',
212    ! listspec             = 'SO4','OC','BC','DU','SS','NO','NH',
[3924]213
214!
215!-- Sectional presentation of the particle size distribution
[4270]216    reglim               = 3.0E-9, 1.0E-8, 2.5E-6, ! limits of the subranges (m)
[4478]217    nbin                 = 1, 7,                   ! number of bins per subrange
[3924]218!-- NOTE! Subrange 1 consists only of H2SO4 and/or OC
[4478]219    nf2a                 = 1.0,                    ! Number fraction allocated to subrange 2a
[3924]220
221!
222!-- Aerosol emissions:
[4270]223    salsa_emission_mode  = 'read_from_file', ! 'no_emission','uniform' or 'read_from_file'
[4478]224!-- NOTE! chemical components of the source have to be activated in 'listspec'
[3924]225!--       and have to be in the same order
226
227!
228!-- If isdtyp = 0, set the chemical composition of the initial particle size distribution
[4270]229    mass_fracs_a         = 0.8, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, ! mass fractions of soluble components
230    mass_fracs_b         = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, ! mass fractions of insoluble components
[3924]231!-- NOTE! Set everyhing to zero in mass_fracs_b if you do not want include insoluble species (default)
232
233!
234!-- Boundary conditions
[4508]235!-- Use Dirichlet boundary conditions (initial profiles) at left and right boundaries
236!-- Use cyclic boundary conditions along y
237    bc_aer_l = 'dirichlet',
238    bc_aer_r = 'dirichlet',
239    bc_aer_s = 'cyclic',
240    bc_aer_n = 'cyclic',
241    bc_aer_b = 'neumann',    ! surface flux requires 'neumann'
242    bc_aer_t = 'dirichlet',  ! top
[4478]243
[3924]244!
245!-- Switches for aerosol processes:
[4270]246    nldistupdate         = .T., ! Update size distribution (default .T.)
247    nldepo               = .T., ! Deposition master switch
248    nldepo_pcm           = .T., ! Deposition on vegetation
249    nldepo_surf          = .T., ! Deposition on walls
250    nlcnd                = .F., ! Condensation master switch
251    nlcndgas             = .F., ! Condensation of precursor gases
252    nlcndh2oae           = .F., ! Condensation of H2O on aerosols
253    nlcoag               = .F., ! Coagulation master switch
254    nsnucl               =  0,  ! Nucleation scheme (0 = off)
[4478]255    nj3                  =  1,  ! J3 parametrization for nucleation
[4270]256
[3924]257!
[4270]258!-- Deposition parametrisations:
259    depo_pcm_par         = 'zhang2001',  ! plant canopy
260    depo_surf_par        = 'zhang2001',  ! ground, roofs and walls
[4478]261    season_z01           = 5             ! Season for zhang2001,
[4270]262                                         ! 1 = summer, 2 = autumn, 3 = late autumn
263                                         ! 4 = winter, 5 = transitional spring
[3924]264!
265!-- Other switches:
[4478]266    advect_particle_water   = .T.,   ! particle water: advect or calculate at each dt_salsa
[3924]267    feedback_to_palm        = .F.,   ! feedback to flow due to condensation of water
[4273]268    nesting_salsa           = .F.,   ! apply self-nesting for salsa variables
[4270]269    nesting_offline_salsa   = .F.,   ! apply offline nesting for salsa
[4478]270
[3924]271 / ! end of salsa_par namelist
Note: See TracBrowser for help on using the repository browser.