Ignore:
Timestamp:
May 22, 2018 10:30:53 AM (6 years ago)
Author:
schwenkel
Message:

Changed the name specific humidity to mixing ratio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/diagnostic_quantities_mod.f90

    r2839 r3026  
    2323!
    2424! Former revisions:
    25 ! -----------------!
     25! -----------------
    2626! $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
    2731! Bugfix for Kessler microphysics
    2832!
     
    9498       e_s = magnus( t_l )
    9599!
    96 !--    Computation of saturation humidity:
     100!--    Computation of saturation mixing ratio:
    97101       q_s   = 0.622_wp * e_s / ( hyp(k) - e_s )
    98102!
Note: See TracChangeset for help on using the changeset viewer.