Ignore:
Timestamp:
Nov 12, 2020 5:01:45 PM (4 years ago)
Author:
gronemeier
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TESTS/cases/urban_environment/INPUT/urban_environment_p3d

    r4671 r4782  
    2323!
    2424!-- Mode
    25 !------------------------------------------------------------------------------     
     25!------------------------------------------------------------------------------
    2626    humidity             = .T.,
    2727    q_surface            = 0.001,
     
    3030!-- Initialization
    3131!------------------------------------------------------------------------------
    32     initializing_actions = 'inifor set_constant_profiles',   !'set_constant_profiles', or 'inifor', 
     32    initializing_actions = 'inifor set_constant_profiles',   !'set_constant_profiles', or 'inifor',
    3333                                                             ! or both (met. from inifor, chem constant profiles)
    3434
     
    4141!
    4242!-- Wall/soil spinup
    43 !------------------------------------------------------------------------------   
     43!------------------------------------------------------------------------------
    4444    spinup_time         = 1200.0,
    4545    spinup_pt_mean      = 284.15,
     
    5050!
    5151!-- Topography
    52 !------------------------------------------------------------------------------   
     52!------------------------------------------------------------------------------
    5353    topography           = 'read_from_file',
    5454
     
    9595                            'e', 'e*', '#km', '#l',
    9696                            '#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',
    9898!
    9999!-- 2D/3D output settings
    100100!------------------------------------------------------------------------------
    101     do3d_at_begin      = .T., 
     101    do3d_at_begin      = .T.,
    102102    do2d_at_begin      = .T.,
    103103
    104     dt_data_output     = 60.0, 
     104    dt_data_output     = 60.0,
    105105    dt_data_output_av  = 60.0,
    106106    averaging_interval = 60.0,
     
    128128                  'tsurf*_xy', 'tsurf*_xy_av',
    129129                  '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',
    132132
    133133 / ! end of d3par namelist
     
    149149     nrefsteps = 3,
    150150
    151      rad_angular_discretization = .F.,
    152      raytrace_mpi_rma = .F.,
    153 
    154151  /
    155152
     
    158155!-- LAND SURFACE MODEL PARAMETER NAMELIST
    159156!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/lsmpar
    160 !------------------------------------------------------------------------------- 
    161  &land_surface_parameters 
     157!-------------------------------------------------------------------------------
     158 &land_surface_parameters
    162159
    163160    constant_roughness     = .T.,
     
    169166
    170167    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,
    172169    soil_moisture          = 0.30,   0.30,  0.30,  0.30,  0.30, 0.30,  0.30,  0.30,
    173170    deep_soil_temperature  = 277.0,
    174    
     171
    175172 / ! end of lsm_par namelist
    176173
     
    185182
    186183 / ! end of urban_surface_par namelist
    187  
     184
    188185
    189186!-------------------------------------------------------------------------------
     
    192189!-------------------------------------------------------------------------------
    193190 &plant_canopy_parameters
    194  
     191
    195192    canopy_mode       = 'read_from_file',
    196193    canopy_drag_coeff = 0.3,
    197      
     194
    198195 / ! end of canopy_par namelist
    199  
     196
    200197
    201198!-------------------------------------------------------------------------------
     
    208205    chem_gasphase_on           = .T.,
    209206    call_chem_at_all_substeps  = .FALSE.,
    210    
     207
    211208    photolysis_scheme          = 'simple',
    212209
    213210    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
    216213!-- initial profiles (also for lateral boundaries if 'set_constant_profiles' is chosen)
    217214!-- units for PM: kg m-3, units for gases: ppm
     
    219216    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,
    220217    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,
    222219
    223220    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,
     
    228225    bc_cs_b                    = 'neumann',
    229226    bc_cs_t                    = 'neumann',
    230    
     227
    231228    emissions_anthropogenic    = .T.,
    232     mode_emis                  = 'PARAMETERIZED',  ! emission depending on street type from static driver
     229    emiss_lod                  = 0,  ! emission depending on street type from static driver
    233230    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
    236233    emiss_factor_main          = 1.667,  1.667,  1.667,    ! emiss_factor_main*surface_csflux for emission on main streets
    237234    emiss_factor_side          = 0.334,  0.334,  0.334,    !emiss_factor_side*surface_csflux for emission on side streets
     
    240237    max_street_id  = 19,
    241238
    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
    243240!                         (or other solver subroutine, if another solver is chosen)
    244241    icntrl(3)                  = 1,   ! solver ros2
Note: See TracChangeset for help on using the changeset viewer.