Ignore:
Timestamp:
Aug 2, 2019 11:06:18 AM (5 years ago)
Author:
monakurppa
Message:

Several changes in the salsa aerosol module:

  • Add "salsa_" before each salsa output variable
  • Add a possibility to output the number (salsa_N_UFP) and mass concentration (salsa_PM0.1) of ultrafine particles, i.e. particles with a diameter smaller than 100 nm
  • Implement aerosol emission mode "parameterized" which is based on the street type (similar to the chemistry module).
  • Remove unnecessary nucleation subroutines.
  • Add the z-dimension for gaseous emissions to correspond the implementation in the chemistry module
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/parin.f90

    r4079 r4131  
    2525! -----------------
    2626! $Id$
     27! Allocate hom and hom_sum to allow profile output for salsa variables.
     28!
     29! 4079 2019-07-09 18:04:41Z suehring
    2730! +monotonic_limiter_z
    2831!
     
    10931096                       ref_state(0:nz+1), sa_init(0:nz+1), ug(0:nz+1),         &
    10941097                       u_init(0:nz+1), v_init(0:nz+1), vg(0:nz+1),             &
    1095                        hom(0:nz+1,2,pr_palm+max_pr_user+max_pr_cs,0:statistic_regions),  &
    1096                        hom_sum(0:nz+1,pr_palm+max_pr_user+max_pr_cs,0:statistic_regions) )
     1098                    hom(0:nz+1,2,pr_palm+max_pr_user+max_pr_cs+max_pr_salsa,0:statistic_regions),  &
     1099                    hom_sum(0:nz+1,pr_palm+max_pr_user+max_pr_cs+max_pr_salsa,0:statistic_regions) )
    10971100
    10981101             hom = 0.0_wp
Note: See TracChangeset for help on using the changeset viewer.