/[lmdze]/trunk/phylmd/CV30_routines/cv_thermo.f
ViewVC logotype

Contents of /trunk/phylmd/CV30_routines/cv_thermo.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 322 - (show annotations)
Thu Jan 24 16:17:39 2019 UTC (5 years, 4 months ago) by guez
File size: 397 byte(s)
Remove unused constants in module cv_thermo.
1 module cv_thermo
2
3 ! From LMDZ4/libf/phylmd/cvthermo.h, version 1.1.1.1 2004/05/19 12:53:09
4 ! Thermodynamical constants for cv_driver
5
6 use SUPHEC_M, only: rd, rg, rcpv, rcw, rv
7
8 implicit none
9
10 real, parameter:: rowl = 1000.
11 real, parameter:: clmcpv = rcw - rcpv
12 real, parameter:: eps = rd / rv
13 real, parameter:: ginv = 1. / rg
14
15 private rd, rg, rcpv, rcw, rv
16
17 end module cv_thermo

  ViewVC Help
Powered by ViewVC 1.1.21