source: LMDZ.3.3/tags/IPSL-CM4_PSMILE/libf/phylmd/chem.h @ 576

Last change on this file since 576 was 576, checked in by (none), 19 years ago

This commit was manufactured by cvs2svn to create tag
'IPSL-CM4_PSMILE'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 540 bytes
Line 
1      INTEGER idms, iso2, iso4, ih2s, idmso, imsa, ih2o2
2      PARAMETER (idms=1, iso2=2, iso4=3)
3      PARAMETER (ih2s=4, idmso=5, imsa=6, ih2o2=7)
4
5      REAL n_avogadro, masse_s, masse_so4, rho_water, rho_ice
6      PARAMETER (n_avogadro=6.02E23)                  !--molec mol-1
7      PARAMETER (masse_s=32.0)                        !--g mol-1
8      PARAMETER (masse_so4=96.0)                      !--g mol-1
9      PARAMETER (rho_water=1000.0)                    !--kg m-3
10      PARAMETER (rho_ice=500.0)                       !--kg m-3
11
Note: See TracBrowser for help on using the repository browser.