- Timestamp:
- Jan 16, 2012 3:48:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/compute_vpt.f90
r800 r803 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! Bugfix: wrong factor in calculation of vpt in case of cloud droplets 7 7 ! 8 8 ! Former revisions: … … 45 45 ENDDO 46 46 ELSE 47 vpt = pt * ( 1.0 + 0.61 * q - 1.61 *ql )47 vpt = pt * ( 1.0 + 0.61 * q - ql ) 48 48 ENDIF 49 49
Note: See TracChangeset
for help on using the changeset viewer.