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

Annotation of /trunk/phylmd/CV30_routines/cv_thermo.f90

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.21