Last change
on this file since 3380 was
3184,
checked in by afalco, 10 months ago
|
Pluto PCM:
Added LMDZ.PLUTO, a copy of the generic model,
cleaned from some unnecessary modules (water, ...)
AF
|
-
Property svn:executable set to
*
|
File size:
306 bytes
|
Rev | Line | |
---|
[3184] | 1 | module params_h |
---|
| 2 | |
---|
| 3 | ! for use with kcm subroutines |
---|
| 4 | ! RDW 22/09/11 |
---|
| 5 | |
---|
| 6 | implicit none |
---|
| 7 | |
---|
| 8 | double precision rc,cp_n,m_n,m_v,rmn |
---|
| 9 | save cp_n,m_n,m_v,rmn |
---|
| 10 | |
---|
| 11 | logical ideal_v |
---|
| 12 | save ideal_v |
---|
| 13 | |
---|
| 14 | parameter (rc = 8.314462d0) ! ideal gas constant [J mol^-1 K^-1] |
---|
| 15 | |
---|
| 16 | end module params_h |
---|
Note: See
TracBrowser
for help on using the repository browser.