Last change
on this file since 537 was
253,
checked in by emillour, 13 years ago
|
Generic GCM
- Massive update to version 0.7
EM+RW
|
File size:
941 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 | |
---|
[253] | 9 | ! benjamin additions |
---|
| 10 | real, parameter :: RLVTT = 2.257E+6 ! Latent heat of sublimation (J kg-1) |
---|
| 11 | real, parameter :: RLSTT = 2.257E+6 ! 2.591E+6 in reality ! Latent heat of sublimation (J kg-1) |
---|
| 12 | !real, parameter :: RLVTT = 0.0 |
---|
| 13 | !real, parameter :: RLSTT = 0.0 |
---|
| 14 | |
---|
| 15 | real, parameter :: RLFTT = 3.334E+5 ! Latent heat of fusion (J kg-1) |
---|
| 16 | !real, parameter :: RLFTT = 0.0 |
---|
| 17 | real, parameter :: rhowater = 1.0E+3 ! mass of water (kg/m^3) |
---|
| 18 | real, parameter :: mx_eau_sol = 150 ! mass of water (kg/m^2) |
---|
| 19 | |
---|
[135] | 20 | ! This was the old Martian latent heat version: |
---|
| 21 | ! lw=(2834.3-0.28*(zt(ig,l)-To)-0.004*(zt(ig,l)-To)**2)*1.e+3 |
---|
| 22 | |
---|
| 23 | real epsi, RCPD, RCPV, RV, RVTMP2 |
---|
| 24 | save epsi, RCPD, RCPV, RV, RVTMP2 |
---|
| 25 | |
---|
| 26 | end module watercommon_h |
---|
Note: See
TracBrowser
for help on using the repository browser.