Last change
on this file since 5305 was
3526,
checked in by Laurent Fairhead, 5 years ago
|
Olivier's modifications + addition of Id keyword
|
-
Property svn:keywords set to
Id
|
File size:
1.4 KB
|
Line | |
---|
1 | ! $Id: aerophys.F90 3526 2019-05-28 13:00:44Z abarral $ |
---|
2 | ! |
---|
3 | MODULE aerophys |
---|
4 | ! |
---|
5 | IMPLICIT NONE |
---|
6 | ! |
---|
7 | REAL,PARAMETER :: ropx=1500.0 ! default aerosol particle mass density [kg/m3] |
---|
8 | REAL,PARAMETER :: dens_aer_dry=1848.682308 ! dry aerosol particle mass density at T_0=293K[kg/m3] |
---|
9 | REAL,PARAMETER :: dens_aer_ref=1483.905336 ! aerosol particle mass density with 75% H2SO4 at T_0=293K[kg/m3] |
---|
10 | REAL,PARAMETER :: mdwmin=0.002e-6 ! dry diameter of smallest aerosol particles [m] |
---|
11 | REAL,PARAMETER :: V_rat=2.0 ! volume ratio of neighboring size bins |
---|
12 | REAL,PARAMETER :: mfrac_H2SO4=0.75 ! default mass fraction of H2SO4 in the aerosol |
---|
13 | REAL, PARAMETER :: mAIRmol=28.949*1.66E-27 ! Average mass of an air molecule [kg] |
---|
14 | REAL, PARAMETER :: mH2Omol=18.016*1.66E-27 ! Mass of an H2O molecule [kg] |
---|
15 | REAL, PARAMETER :: mH2SO4mol=98.082*1.66E-27! Mass of an H2SO4 molecule [kg] |
---|
16 | REAL, PARAMETER :: mSO2mol=64.06*1.66E-27 ! Mass of an SO2 molecule [kg] |
---|
17 | REAL, PARAMETER :: mSatom=32.06*1.66E-27 ! Mass of a S atom [kg] |
---|
18 | REAL, PARAMETER :: mOCSmol=60.07*1.66E-27 ! Mass of an OCS molecule [kg] |
---|
19 | ! |
---|
20 | END MODULE aerophys |
---|
Note: See
TracBrowser
for help on using the repository browser.