Changeset 12896
- Timestamp:
- 2020-05-11T12:09:19+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/releases/release-4.0.1/src/OCE/SBC/sbcblk.F90
r11536 r12896 78 78 REAL(wp), PARAMETER :: R_vap = 461.495_wp !: Specific gas constant for water vapor [J/K/kg] 79 79 REAL(wp), PARAMETER :: reps0 = R_dry/R_vap !: ratio of gas constant for dry air and water vapor => ~ 0.622 80 REAL(wp), PARAMETER :: rctv0 = R_vap/R_dry 80 REAL(wp), PARAMETER :: rctv0 = R_vap/R_dry-1._wp !: for virtual temperature (== (1-eps)/eps) => ~ 0.608 81 81 82 82 INTEGER , PARAMETER :: jpfld =10 ! maximum number of files to read
Note: See TracChangeset
for help on using the changeset viewer.