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/init_3d_model.f90

    r4130 r4131  
    2525! -----------------
    2626! $Id$
     27! Allocate sums and sums_l to allow profile output for salsa variables.
     28!
     29! 4130 2019-08-01 13:04:13Z suehring
    2730! Effectively reduce 3D initialization to 1D initial profiles. This is because
    2831! 3D initialization produces structures in the w-component that are correlated
     
    765768              ngp_2dh_s_inner_l(nzb:nzt+1,0:statistic_regions),                &
    766769              rmask(nysg:nyng,nxlg:nxrg,0:statistic_regions),                  &
    767               sums(nzb:nzt+1,pr_palm+max_pr_user+max_pr_cs),                   &
    768               sums_l(nzb:nzt+1,pr_palm+max_pr_user+max_pr_cs,0:threads_per_task-1),      &
     770              sums(nzb:nzt+1,pr_palm+max_pr_user+max_pr_cs+max_pr_salsa),      &
     771              sums_l(nzb:nzt+1,pr_palm+max_pr_user+max_pr_cs+max_pr_salsa,0:threads_per_task-1),   &
    769772              sums_l_l(nzb:nzt+1,0:statistic_regions,0:threads_per_task-1),    &
    770773              sums_wsts_bc_l(nzb:nzt+1,0:statistic_regions) )
Note: See TracChangeset for help on using the changeset viewer.