Last change
on this file since 223 was
135,
checked in by aslmd, 14 years ago
|
CHANGEMENT ARBORESCENCE ETAPE 2 -- NON COMPLET
|
File size:
484 bytes
|
Rev | Line | |
---|
[135] | 1 | module watercommon_h |
---|
| 2 | |
---|
| 3 | implicit none |
---|
| 4 | |
---|
| 5 | real, parameter :: T_coup = 234.0 |
---|
| 6 | real, parameter :: To = 273.16 |
---|
| 7 | real, parameter :: mH2O = 18.01528 |
---|
| 8 | real, parameter :: RLVTT = 2.5008E+6 ! Latent heat of sublimation (J kg-1) |
---|
| 9 | |
---|
| 10 | ! This was the old Martian latent heat version: |
---|
| 11 | ! lw=(2834.3-0.28*(zt(ig,l)-To)-0.004*(zt(ig,l)-To)**2)*1.e+3 |
---|
| 12 | |
---|
| 13 | real epsi, RCPD, RCPV, RV, RVTMP2 |
---|
| 14 | save epsi, RCPD, RCPV, RV, RVTMP2 |
---|
| 15 | |
---|
| 16 | end module watercommon_h |
---|
Note: See
TracBrowser
for help on using the repository browser.