Ignore:
Timestamp:
Oct 23, 2019 10:46:20 AM (5 years ago)
Author:
monakurppa
Message:

Updates for the aerosol module salsa

  • Reformat the emission data for the pre-processed mode (lod=2) to limit the size of the input file. Now, the emission is given as total number emission per emission category (ncat) and the number size distribution is given in variable emission_number_fracs(ncat,nbins).
  • Implement offline nesting for salsa. Additionally, offline nesting can be turn off specifically for salsa using the switch nesting_offline_salsa.
  • Remove init_aerosol_type and init_gases_type from salsa_parin and define them based on the initializing_actions
  • parameter definition removed from "season" and "season_z01" is added to parin
  • bugfix in application of index_hh after implementing the new palm_date_time_mod
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TESTS/cases/urban_environment_salsa/MONITORING/urban_environment_salsa_rc

    r4256 r4270  
    11
    22 ******************************    --------------------------------------------
    3  * PALM 6.0  Rev: 4250M       *    atmosphere - run without 1D - prerun
     3 * PALM 6.0  Rev: 4269M       *    atmosphere - run without 1D - prerun
    44 ******************************    --------------------------------------------
    55
    6  Date:               2019-10-07    Run:       urban_environment_salsa           
    7  Time:                 12:41:32    Run-No.:   00
    8  Run on host:             salsa
     6 Date:               2019-10-23    Run:       urban_environment_salsa           
     7 Time:                 13:00:08    Run-No.:   00
     8 Run on host:           default
    99 Number of PEs:               4    Processor grid (x,y): (   2,   2) calculated
    1010 ------------------------------------------------------------------------------
     
    268268    Aerosol dynamic processes included:
    269269
    270        coagulation
    271 
    272        condensation (of precursor gases = T and water vapour = F)
    273 
    274270       dry deposition (on vegetation = T and on topography = T)
    275271
     
    277273    Number of size bins for each aerosol subrange:   1  7
    278274    Aerosol bin limits (in metres):  0.00E+000 0.00E+000 0.00E+000 0.00E+000 0.00E+000 0.00E+000 0.00E+000 0.00E+000
    279     Initial number concentration in bins at the lowest level (#/m**3): 1.19E+008 9.63E+008 5.30E+008 1.96E+008 6.13E+007 6.01E+006 1.95E+005 1.25E+004
    280275
    281276    Number of chemical components used: 3
     
    294289
    295290   Initialising concentrations:
    296       Aerosol size distribution: init_aerosol_type = 0
    297       Gas concentrations: init_gases_type = 0
    298       Mode diametres: dpg(nmod) =   0.000  0.000  0.000  0.000  0.000  0.000  0.000 (m)
    299       Standard deviation: sigmag(nmod) =    1.80   2.16   2.21   2.00   2.00   2.00   2.00
    300       Number concentration: n_lognorm(nmod) =  1.4300E+009 4.4500E+008 7.0000E+004 0.0000E+000 0.0000E+000 0.0000E+000 0.0000E+000 (#/m3)
     291      Aerosol size distribution: init_aerosol_type = 1
     292      Gas concentrations: init_gases_type = 1
     293
     294      Size distribution read from a file.
    301295
    302296   Emissions: salsa_emission_mode = read_from_file     
Note: See TracChangeset for help on using the changeset viewer.