source: LMDZ.3.3/tags/IPSL-CM4_IPCC/libf/phylmd/radepsi.h @ 601

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

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

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 455 bytes
Line 
1      REAL*8 ZEELOG, ZEPSC, ZEPSCO, ZEPSCQ, ZEPSCT, ZEPSCW
2      REAL*8 ZEPSEC, ZEPSCR
3      PARAMETER (ZEELOG = 1.E-07) !1.e-10 (not good for 32-bit machines)
4      PARAMETER (ZEPSC  = 1.E-20)
5      PARAMETER (ZEPSCO = 1.E-10)
6      PARAMETER (ZEPSCQ = 1.E-10)
7      PARAMETER (ZEPSCT = 1.E-20)
8      PARAMETER (ZEPSCW = 1.E-20)
9      PARAMETER (ZEPSEC = 1.0E-12)
10      PARAMETER (ZEPSCR = 1.0E-10)
11c
12      REAL*8 REPSCT
13      PARAMETER (REPSCT=1.0E-10)
Note: See TracBrowser for help on using the repository browser.