radepsi_mod_h.f90 Source File


Files dependent on this one

sourcefile~~radepsi_mod_h.f90~~AfferentGraph sourcefile~radepsi_mod_h.f90 radepsi_mod_h.f90 sourcefile~physiq_mod.f90 physiq_mod.F90 sourcefile~physiq_mod.f90->sourcefile~radepsi_mod_h.f90 sourcefile~radiation_ar4.f90~2 radiation_AR4.f90 sourcefile~radiation_ar4.f90~2->sourcefile~radepsi_mod_h.f90 sourcefile~radiation_ar4.f90 radiation_AR4.f90 sourcefile~radiation_ar4.f90->sourcefile~radepsi_mod_h.f90 sourcefile~physiq_mod.f90~2 physiq_mod.F90 sourcefile~physiq_mod.f90~2->sourcefile~radepsi_mod_h.f90 sourcefile~old_lmdz1d.f90 old_lmdz1d.f90 sourcefile~old_lmdz1d.f90->sourcefile~physiq_mod.f90 sourcefile~scm.f90 scm.f90 sourcefile~scm.f90->sourcefile~physiq_mod.f90 sourcefile~callphysiq_mod.f90 callphysiq_mod.f90 sourcefile~callphysiq_mod.f90->sourcefile~physiq_mod.f90 sourcefile~callphysiq_mod.f90~2 callphysiq_mod.f90 sourcefile~callphysiq_mod.f90~2->sourcefile~physiq_mod.f90 sourcefile~calfis.f90 calfis.f90 sourcefile~calfis.f90->sourcefile~callphysiq_mod.f90

Contents

Source Code


Source Code

MODULE radepsi_mod_h
  IMPLICIT NONE; PRIVATE
  PUBLIC zeelog, zepsc, zepsco, zepscq, zepsct, zepscw, zepsec, zepscr, repsct

  REAL(KIND = 8) ZEELOG, ZEPSC, ZEPSCO, ZEPSCQ, ZEPSCT, ZEPSCW
  REAL(KIND = 8) ZEPSEC, ZEPSCR
  PARAMETER (ZEELOG = 1.E-07) !1.e-10 (not good for 32-bit machines)
  PARAMETER (ZEPSC = 1.E-20)
  PARAMETER (ZEPSCO = 1.E-10)
  PARAMETER (ZEPSCQ = 1.E-10)
  PARAMETER (ZEPSCT = 1.E-20)
  PARAMETER (ZEPSCW = 1.E-20)
  PARAMETER (ZEPSEC = 1.0E-12)
  PARAMETER (ZEPSCR = 1.0E-10)

  REAL(KIND = 8) REPSCT
  PARAMETER (REPSCT = 1.0E-10)
END MODULE radepsi_mod_h