source: LMDZ6/trunk/libf/phylmd/radepsi_mod_h.f90 @ 5327

Last change on this file since 5327 was 5314, checked in by abarral, 10 days ago

Turn raddimlw.h radepsi.h radopt.h into modules
Move unused raddim.*.h to obsolete

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 581 bytes
Line 
1MODULE radepsi_mod_h
2  IMPLICIT NONE; PRIVATE
3  PUBLIC zeelog, zepsc, zepsco, zepscq, zepsct, zepscw, zepsec, zepscr, repsct
4
5  REAL(KIND = 8) ZEELOG, ZEPSC, ZEPSCO, ZEPSCQ, ZEPSCT, ZEPSCW
6  REAL(KIND = 8) ZEPSEC, ZEPSCR
7  PARAMETER (ZEELOG = 1.E-07) !1.e-10 (not good for 32-bit machines)
8  PARAMETER (ZEPSC = 1.E-20)
9  PARAMETER (ZEPSCO = 1.E-10)
10  PARAMETER (ZEPSCQ = 1.E-10)
11  PARAMETER (ZEPSCT = 1.E-20)
12  PARAMETER (ZEPSCW = 1.E-20)
13  PARAMETER (ZEPSEC = 1.0E-12)
14  PARAMETER (ZEPSCR = 1.0E-10)
15
16  REAL(KIND = 8) REPSCT
17  PARAMETER (REPSCT = 1.0E-10)
18END MODULE radepsi_mod_h
Note: See TracBrowser for help on using the repository browser.