My Project
 All Classes Files Functions Variables Macros
cvthermo.h
Go to the documentation of this file.
1 !
2 ! $Header$
3 !
4 c Thermodynamical constants for convectL:
5 
6  real cpd, cpv, cl, rrv, rrd, lv0, g, rowl, t0
9  real ginv, hrd
10  real grav
11 
12  COMMON /cvthermo/ cpd, cpv, cl, rrv, rrd, lv0, g, rowl, t0
14  : ,eps, epsi, epsim1, ginv, hrd, grav
15 
16 c$OMP THREADPRIVATE(/cvthermo/)