|
Last change
on this file since 544 was
416,
checked in by lmdzadmin, 23 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 | |
|---|
| 1 | c 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.