source: LMDZ.3.3/tags/IPSL-CM4_CMIP/libf/phylmd/YOETHF.inc @ 575

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

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

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 514 bytes
Line 
1!*    COMMON *YOETHF* DERIVED CONSTANTS SPECIFIC TO ECMWF THERMODYNAMICS
2!
3!     *R__ES*   *CONSTANTS USED FOR COMPUTATION OF SATURATION
4!                MIXING RATIO OVER LIQUID WATER(*R_LES*) OR
5!                ICE(*R_IES*).
6!     *RVTMP2*  *RVTMP2=RCPV/RCPD-1.
7!     *RHOH2O*  *DENSITY OF LIQUID WATER.   (RATM/100.)
8!
9      REAL R2ES, R3LES, R3IES, R4LES, R4IES, R5LES, R5IES
10      REAL RVTMP2, RHOH2O
11      COMMON /YOETHF/R2ES, R3LES, R3IES, R4LES, R4IES, R5LES, R5IES, &
12     &               RVTMP2, RHOH2O
Note: See TracBrowser for help on using the repository browser.