Ignore:
Timestamp:
Oct 30, 2018 7:05:21 PM (5 years ago)
Author:
suehring
Message:

Branch salsa @3446 re-integrated into trunk

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE

  • palm/trunk/SOURCE/surface_mod.f90

    r3444 r3467  
    175175! 2547 2017-10-16 12:41:56Z schwenkel
    176176! extended by cloud_droplets option
     177!
     178! 2526 2017-10-10 11:29:14Z monakurppa
     179! Implementation of a new aerosol module salsa: new surface fluxes for aerosols
     180! and gases.
    177181!
    178182! 2508 2017-10-02 08:57:09Z suehring
     
    322326       REAL(wp), DIMENSION(:), ALLOCATABLE ::  nrsws     !< surface flux nr
    323327       REAL(wp), DIMENSION(:), ALLOCATABLE ::  sasws     !< surface flux salinity
     328!--    Added for SALSA:
     329       REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  answs   !< surface flux aerosol number: dim 1: flux, dim 2: bin
     330       REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  amsws   !< surface flux aerosol mass:   dim 1: flux, dim 2: bin
     331       REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  gtsws   !< surface flux gesous tracers: dim 1: flux, dim 2: gas
    324332       
    325333       REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  cssws   !< surface flux chemical species
     
    522530       REAL(wp), DIMENSION(:), ALLOCATABLE ::  qsws_liq_eb_av       !< average of qsws_liq_eb
    523531       REAL(wp), DIMENSION(:), ALLOCATABLE ::  t_surf_wall_av        !< average of wall surface temperature (K)
     532       REAL(wp), DIMENSION(:), ALLOCATABLE ::  t_surf_av        !< average of wall surface temperature (K)
    524533       REAL(wp), DIMENSION(:), ALLOCATABLE ::  t_surf_window_av !< average of window surface temperature (K)
    525534       REAL(wp), DIMENSION(:), ALLOCATABLE ::  t_surf_green_av  !< average of green wall surface temperature (K)
Note: See TracChangeset for help on using the changeset viewer.