Changeset 4782 for palm/trunk/TESTS/cases/urban_environment/INPUT
- Timestamp:
- Nov 12, 2020 5:01:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TESTS/cases/urban_environment/INPUT/urban_environment_p3d
r4671 r4782 23 23 ! 24 24 !-- Mode 25 !------------------------------------------------------------------------------ 25 !------------------------------------------------------------------------------ 26 26 humidity = .T., 27 27 q_surface = 0.001, … … 30 30 !-- Initialization 31 31 !------------------------------------------------------------------------------ 32 initializing_actions = 'inifor set_constant_profiles', !'set_constant_profiles', or 'inifor', 32 initializing_actions = 'inifor set_constant_profiles', !'set_constant_profiles', or 'inifor', 33 33 ! or both (met. from inifor, chem constant profiles) 34 34 … … 41 41 ! 42 42 !-- Wall/soil spinup 43 !------------------------------------------------------------------------------ 43 !------------------------------------------------------------------------------ 44 44 spinup_time = 1200.0, 45 45 spinup_pt_mean = 284.15, … … 50 50 ! 51 51 !-- Topography 52 !------------------------------------------------------------------------------ 52 !------------------------------------------------------------------------------ 53 53 topography = 'read_from_file', 54 54 … … 95 95 'e', 'e*', '#km', '#l', 96 96 '#t_soil', '#m_soil', 'rad_lw_in', 'rad_lw_out', 97 'kc_NO', 'kc_NO2', 'kc_O3', 'kc_PM10', 97 'kc_NO', 'kc_NO2', 'kc_O3', 'kc_PM10', 98 98 ! 99 99 !-- 2D/3D output settings 100 100 !------------------------------------------------------------------------------ 101 do3d_at_begin = .T., 101 do3d_at_begin = .T., 102 102 do2d_at_begin = .T., 103 103 104 dt_data_output = 60.0, 104 dt_data_output = 60.0, 105 105 dt_data_output_av = 60.0, 106 106 averaging_interval = 60.0, … … 128 128 'tsurf*_xy', 'tsurf*_xy_av', 129 129 'pcm_lad', 'pcm_heatrate', 'pcm_heatrate_av', 130 'kc_NO', 'kc_NO2', 'kc_O3', 'kc_PM10', 131 'kc_NO_av', 'kc_NO2_av', 'kc_O3_av', 'kc_PM10_av', 130 'kc_NO', 'kc_NO2', 'kc_O3', 'kc_PM10', 131 'kc_NO_av', 'kc_NO2_av', 'kc_O3_av', 'kc_PM10_av', 132 132 133 133 / ! end of d3par namelist … … 149 149 nrefsteps = 3, 150 150 151 rad_angular_discretization = .F.,152 raytrace_mpi_rma = .F.,153 154 151 / 155 152 … … 158 155 !-- LAND SURFACE MODEL PARAMETER NAMELIST 159 156 ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/lsmpar 160 !------------------------------------------------------------------------------- 161 &land_surface_parameters 157 !------------------------------------------------------------------------------- 158 &land_surface_parameters 162 159 163 160 constant_roughness = .T., … … 169 166 170 167 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, 168 soil_temperature = 277.15, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 172 169 soil_moisture = 0.30, 0.30, 0.30, 0.30, 0.30, 0.30, 0.30, 0.30, 173 170 deep_soil_temperature = 277.0, 174 171 175 172 / ! end of lsm_par namelist 176 173 … … 185 182 186 183 / ! end of urban_surface_par namelist 187 184 188 185 189 186 !------------------------------------------------------------------------------- … … 192 189 !------------------------------------------------------------------------------- 193 190 &plant_canopy_parameters 194 191 195 192 canopy_mode = 'read_from_file', 196 193 canopy_drag_coeff = 0.3, 197 194 198 195 / ! end of canopy_par namelist 199 196 200 197 201 198 !------------------------------------------------------------------------------- … … 208 205 chem_gasphase_on = .T., 209 206 call_chem_at_all_substeps = .FALSE., 210 207 211 208 photolysis_scheme = 'simple', 212 209 213 210 cs_name = 'NO', 'NO2', 'O3', 'PM10', 214 cs_surface = 0.02, 0.03, 0.02, 25.0e-9, ! surface concentration of PM10, PM25 in kg m-3, 215 ! units for gases in ppm 211 cs_surface = 0.02, 0.03, 0.02, 25.0e-9, ! surface concentration of PM10, PM25 in kg m-3, 212 ! units for gases in ppm 216 213 !-- initial profiles (also for lateral boundaries if 'set_constant_profiles' is chosen) 217 214 !-- units for PM: kg m-3, units for gases: ppm … … 219 216 cs_profile(2,:) = 0.030, 0.030, 0.020, 0.020, 0.020, 0.015, 0.015, 0.015, 0.015, 0.015, 0.010, 220 217 cs_profile(3,:) = 0.020, 0.020, 0.050, 0.050, 0.050, 0.050, 0.050, 0.050, 0.050, 0.050, 0.050, 221 cs_profile(1,:) = 25.e-09, 25.e-09, 23.0e-09, 23.e-09, 23.e-09, 23.e-09, 23.e-09, 23.e-09, 22.e-09, 22.e-09, 22.0e-09, 218 cs_profile(1,:) = 25.e-09, 25.e-09, 23.0e-09, 23.e-09, 23.e-09, 23.e-09, 23.e-09, 23.e-09, 22.e-09, 22.e-09, 22.0e-09, 222 219 223 220 cs_heights(1,:) = 0.0, 5.0, 15.0, 25.0, 35.0, 45.0, 55.0, 65.0, 75.0, 85.0, 95.0, … … 228 225 bc_cs_b = 'neumann', 229 226 bc_cs_t = 'neumann', 230 227 231 228 emissions_anthropogenic = .T., 232 mode_emis = 'PARAMETERIZED', ! emission depending on street type from static driver229 emiss_lod = 0, ! emission depending on street type from static driver 233 230 surface_csflux_name = 'NO', 'NO2', 'PM10', !"cs" stands for chemical species 234 surface_csflux = 4745.0, 1326.0, 2700.e-09,! surface emission of PM10, PM25 in kg m-2 d-1, 235 ! for gases in umol m-2 d-1 for PARAMETERIZED 231 surface_csflux = 4745.0, 1326.0, 2700.e-09,! surface emission of PM10, PM25 in kg m-2 d-1, 232 ! for gases in umol m-2 d-1 for PARAMETERIZED 236 233 emiss_factor_main = 1.667, 1.667, 1.667, ! emiss_factor_main*surface_csflux for emission on main streets 237 234 emiss_factor_side = 0.334, 0.334, 0.334, !emiss_factor_side*surface_csflux for emission on side streets … … 240 237 max_street_id = 19, 241 238 242 ! -- KPP solver steering. For details see comments in chem_gasphase_mod.f90, SUBROUTINE rosenbrock 239 ! -- KPP solver steering. For details see comments in chem_gasphase_mod.f90, SUBROUTINE rosenbrock 243 240 ! (or other solver subroutine, if another solver is chosen) 244 241 icntrl(3) = 1, ! solver ros2
Note: See TracChangeset
for help on using the changeset viewer.