- Timestamp:
- Jun 21, 2022, 11:05:45 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/generic_cloud_common_h.F90
r2718 r2721 206 206 207 207 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. 209 209 else 210 210 qsat = epsi *psat/(p-(1-epsi)*psat)
Note: See TracChangeset
for help on using the changeset viewer.