Changeset 73 for palm/trunk/SOURCE/calc_precipitation.f90
- Timestamp:
- Mar 20, 2007 8:33:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/calc_precipitation.f90
r72 r73 71 71 tend(k,j,i) = tend(k,j,i) - dqdt_precip 72 72 ! 73 !-- Precipitation rate in (kg * 0.001) / m**2 / s (because 1kg 74 !-- gives 1 mm) 73 !-- Precipitation rate in kg / m**2 / s (= mm/s) 75 74 precipitation_rate(j,i) = precipitation_rate(j,i) + & 76 dqdt_precip * dzw(k) * 0.00175 dqdt_precip * dzw(k) 77 76 78 77 ENDDO 79 78 ! 80 !-- Sum up the precipitation amount (unit kg * 0.001 / m**2)79 !-- Sum up the precipitation amount, unit kg / m**2 (= mm) 81 80 IF ( intermediate_timestep_count == & 82 81 intermediate_timestep_count_max .AND. &
Note: See TracChangeset
for help on using the changeset viewer.