Ignore:
Timestamp:
Jun 21, 2022, 11:05:45 AM (2 years ago)
Author:
aslmd
Message:

new routine generic_rain integrated in physiq_mod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/generic_cloud_common_h.F90

    r2718 r2721  
    206206
    207207        if (psat .gt. p) then
    208             qsat = 1.
     208            qsat = 1. ! is the maximum amount of vapor that a parcel can hold without condensation, in specific concentration.
    209209        else
    210210            qsat = epsi *psat/(p-(1-epsi)*psat)
Note: See TracChangeset for help on using the changeset viewer.