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

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

Bug corrected in salsa_mod, salsa test case introduced and test_salsa input files updated.

File size: 8.1 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                   = 22,
13
14    dx                   = 2.0,
15    dy                   = 2.0,
16    dz                   = 2.0,
17
18!
19!-- Numerics
20!------------------------------------------------------------------------------
21    psolver              = 'multigrid',
22    momentum_advec       = 'ws-scheme',  ! default advection scheme
23    scalar_advec         = 'ws-scheme',
24    conserve_volume_flow = .T.,
25
26!
27!-- Mode
28!------------------------------------------------------------------------------     
29    humidity             = .T.,
30    q_surface            = 0.008,
31
32!
33!-- Initialization
34!------------------------------------------------------------------------------
35    initializing_actions = 'set_constant_profiles',
36
37    pt_surface           = 293.15,
38    ug_surface           = 1.0,
39    vg_surface           = 0.0,
40
41    roughness_length     = 0.05,
42    neutral              = .T.,
43   
44    day_of_year_init     =  65,          ! March 06, to avoid extreme temperatures
45    time_utc_init        = 71700.0,      !(19:55, UTC in seconds)
46
47!
48!-- Boundary conditions
49!------------------------------------------------------------------------------
50    bc_lr                = 'cyclic',
51    bc_ns                = 'cyclic',
52    bc_uv_t              = 'dirichlet',  ! channel flow boundary condition
53
54!
55!-- Topography
56!------------------------------------------------------------------------------   
57    topography           = 'read_from_file',
58
59!
60!-- Physics
61!------------------------------------------------------------------------------
62    longitude            = 13.4,         ! Berlin longitude
63    latitude             = 52.5,         ! Berlin latitude
64     
65 / ! end of inipar namelist
66
67
68!-------------------------------------------------------------------------------
69!-- RUNTIME PARAMETER NAMELIST
70!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/d3par
71!-------------------------------------------------------------------------------
72 &runtime_parameters
73
74!
75!-- Run steering
76!------------------------------------------------------------------------------
77    end_time              = 70.0,
78    create_disturbances   = .T.,
79
80!
81!-- General output settings
82!------------------------------------------------------------------------------
83    netcdf_data_format    = 4,           ! use NetCDF4
84
85!
86!-- Run-control/timeseries output settings
87!------------------------------------------------------------------------------
88    dt_run_control        =  0.0,
89    dt_dots               =  0.0,
90
91!
92!-- 2D/3D output settings
93!------------------------------------------------------------------------------
94    do3d_at_begin      = .T.,
95
96    dt_data_output     = 10.0,
97
98
99    data_output = 'u', 'v', 'w',
100                  'Ntot', 'LDSA', 'PM2.5', 's_OC', 's_NH', 's_NO',
101                  'g_H2SO4','g_HNO3','g_NH3','g_OCNV','g_OCSV',
102                  'N_bin3', 'm_bin4',
103
104 / ! end of d3par namelist
105
106
107!-------------------------------------------------------------------------------
108!-- PLANT CANOPY MODEL PARAMETER NAMELIST
109!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/canpar
110!-------------------------------------------------------------------------------
111 &plant_canopy_parameters
112 
113    canopy_mode       = 'read_from_file_3d',
114    canopy_drag_coeff = 0.5,
115     
116 / ! end of canopy_par namelist
117
118
119!-------------------------------------------------------------------------------
120!-- SALSA PARAMETER NAMELIST
121!-------------------------------------------------------------------------------
122 &salsa_parameters 
123
124!
125!-- Time stepping
126    dt_salsa           =   2.0, ! time step for calculating aerosol processes (s)
127    skip_time_do_salsa =  10.0, ! starting time of SALSA (s)
128
129!
130!-- Concentration initial types: 0 = based on the parameter file, 1 = read from a NetCDF file
131    init_aerosol_type  = 0, ! size distribution
132    init_gases_type    = 0, ! gases
133
134!
135!-- If isdtyp = 0, define the initial aerosol size distribution by dpg, sigmag and n_lognorm
136    dpg       = 13.5E-9, 54.0E-9, 864.1E-9, ! mean diameter per mode (in metres)
137    sigmag    =     1.8,    2.16,     2.21, ! standard deviation per mode
138    n_lognorm =  1.43E9,  4.45E8,    7.0E4, ! number concentration per mode (#/m3)
139
140!
141!-- If igctyp = 0, apply these initial gas concentrations                       
142    H2SO4_init = 5.0E12, ! sulphuric acid (#/m3)
143    HNO3_init  = 3.0E12, ! nitric acid (#/m3)
144    NH3_init   = 6.0E12, ! ammonia (#/m3)       
145    OCNV_init  = 1.0E12, ! non-volatile organic gases (#/m3)
146    OCSV_init  = 1.0E12, ! non-volatile organic gases (#/m3)
147
148!
149!-- List of activated chemical components:
150!-- NOTE! Chemical species have to be activated here even if they are not initially present!
151    listspec = 'OC','NO','NH','','','','',  ! List of actived aerosols       
152    ! listspec = 'SO4','OC','BC','DU','SS','NO','NH',
153
154!
155!-- Sectional presentation of the particle size distribution
156    reglim = 3.0E-9, 1.0E-8, 2.5E-6, ! limits of the subranges (m)
157    nbin   = 1, 7,                   ! number of bins per subrange
158!-- NOTE! Subrange 1 consists only of H2SO4 and/or OC
159    nf2a   = 1.0,                    ! Number fraction allocated to subrange 2a (b-bins will get 1-nf2a)
160
161!
162!-- Aerosol emissions:
163    salsa_emission_mode = 'read_from_file', ! 'no_emission','uniform' or 'read_from_file'
164!-- NOTE! chemical components of the source have to be activated in 'listspec'
165!--       and have to be in the same order
166
167!
168!-- If isdtyp = 0, set the chemical composition of the initial particle size distribution
169    mass_fracs_a = 0.8, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, ! mass fractions of chemical components: soluble
170    mass_fracs_b = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, ! mass fractions of chemical components: insoluble
171!-- NOTE! Set everyhing to zero in mass_fracs_b if you do not want include insoluble species (default)
172
173!
174!-- Boundary conditions
175!-- Decycle at the left & right boundaries: initial concentration 
176!--   is copied to ghost and first three layers at both boundaries at the left boundary
177!--   and a zero gradient is set at the right boundary
178!-- Decycle at the north & south boundaries: initial concentration 
179!--   is copied to ghost and first three layers at both boundaries
180    decycle_lr     = .T.,         
181    decycle_ns     = .F.,
182    decycle_method = 'dirichlet','dirichlet','dirichlet','dirichlet', 
183    bc_salsa_b     = 'neumann', !'dirichlet',  ! surface flux requires 'neumann'
184    bc_salsa_t     = 'dirichlet',  ! top
185                                                                                           
186!
187!-- Switches for aerosol processes:
188    nldistupdate = .T., ! update aerosol size distribution
189    nldepo       = .T., ! Deposition master switch
190    nldepo_pcm   = .T., ! Deposition on vegetation
191    nldepo_surf  = .T., ! Deposition on walls
192    nlcnd        = .T., ! Condensation master switch
193    nlcndgas     = .T., ! Condensation of precursor gases
194    nlcndh2oae   = .F., ! Condensation of H2O on aerosols                         
195    nlcoag       = .T., ! Coagulation master switch
196    nsnucl       =  0,  ! Nucleation scheme (0 = off)
197    nj3          =  1,  ! J3 parametrization for nucleation
198!
199!-- Deposition on vegetation (pcm = plant canopy model)
200    depo_pcm_par = 'zhang2001',  ! or 'petroff2010'
201!
202!-- Deposition on on ground, walls and roofs
203    depo_surf_par = 'zhang2001', ! or 'petroff2010'
204
205!
206!-- Other switches:
207    advect_particle_water   = .T.,   ! particle water: advect or calculate at each dt_salsa
208    feedback_to_palm        = .F.,   ! feedback to flow due to condensation of water
209    nest_salsa              = .F.,   ! apply nesting for salsa
210    read_restart_data_salsa = .F.,   ! skip reading restart data even if it's done for the flow
211    write_binary_salsa      = .F.,   ! skip writing restart data even if it's done for the flow
212         
213 / ! end of salsa_par namelist
214
215 
Note: See TracBrowser for help on using the repository browser.