Changeset 3026 for palm/trunk/SOURCE/diagnostic_quantities_mod.f90
- Timestamp:
- May 22, 2018 10:30:53 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diagnostic_quantities_mod.f90
r2839 r3026 23 23 ! 24 24 ! Former revisions: 25 ! ----------------- !25 ! ----------------- 26 26 ! $Id$ 27 ! Changed the name specific humidity to mixing ratio, since we are computing 28 ! mixing ratios. 29 ! 30 ! 2839 2018-02-27 09:49:06Z schwenkel 27 31 ! Bugfix for Kessler microphysics 28 32 ! … … 94 98 e_s = magnus( t_l ) 95 99 ! 96 !-- Computation of saturation humidity:100 !-- Computation of saturation mixing ratio: 97 101 q_s = 0.622_wp * e_s / ( hyp(k) - e_s ) 98 102 !
Note: See TracChangeset
for help on using the changeset viewer.