source: LMDZ.3.3/trunk/libf/phylmd/cvthermo.h @ 416

Last change on this file since 416 was 416, checked in by lmdzadmin, 22 years ago

Inclusion initiale

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 403 bytes
Line 
1c Thermodynamical constants for convectL:
2
3      real cpd, cpv, cl, rrv, rrd, lv0, g, rowl, t0
4      real clmcpv, clmcpd, cpdmcp, cpvmcpd, cpvmcl
5      real eps, epsi, epsim1
6      real ginv, hrd
7      real grav
8
9      COMMON /cvthermo/ cpd, cpv, cl, rrv, rrd, lv0, g, rowl, t0
10     :                 ,clmcpv, clmcpd, cpdmcp, cpvmcpd, cpvmcl 
11     :                 ,eps, epsi, epsim1, ginv, hrd, grav
12
Note: See TracBrowser for help on using the repository browser.