Changeset 2964 for LMDZ5


Ignore:
Timestamp:
Jul 24, 2017, 4:50:14 PM (7 years ago)
Author:
oboucher
Message:

Correcting the diameter of the first aerosol bin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/StratAer/aerophys.F90

    r2752 r2964  
    66  REAL,PARAMETER                         :: dens_aer_dry=1848.682308 ! dry aerosol particle mass density at T_0=293K[kg/m3]
    77  REAL,PARAMETER                         :: dens_aer_ref=1483.905336 ! aerosol particle mass density with 75% H2SO4 at T_0=293K[kg/m3]
    8 !  REAL,PARAMETER                         :: mdwmin=0.002e-6          ! dry diameter of smallest aerosol particles [m]
    9   REAL,PARAMETER                         :: mdwmin=0.2e-6          ! dry diameter of smallest aerosol particles [m]  !--testing
     8  REAL,PARAMETER                         :: mdwmin=0.002e-6          ! dry diameter of smallest aerosol particles [m]
    109  REAL,PARAMETER                         :: V_rat=2.0                ! volume ratio of neighboring size bins
    1110  REAL,PARAMETER                         :: mfrac_H2SO4=0.75         ! default mass fraction of H2SO4 in the aerosol
Note: See TracChangeset for help on using the changeset viewer.