Changeset 5642 for LMDZ6/branches/contrails/libf
- Timestamp:
- May 2, 2025, 2:59:21 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails/libf/phylmd/lmdz_lscp_condensation.f90
r5641 r5642 1228 1228 IF ( qvapinclr_lim .LT. 0. ) THEN 1229 1229 !--Whatever we do, the cloud will increase in size 1230 dcf l_mix(i) = clrfra_mix1231 dqt l_mix(i) = clrfra_mix * qclr(i) / clrfra(i)1230 dcfc_mix(i) = clrfra_mix 1231 dqtc_mix(i) = clrfra_mix * qclr(i) / clrfra(i) 1232 1232 ELSE 1233 1233 !--We then calculate the clear sky part where the humidity is lower than
Note: See TracChangeset
for help on using the changeset viewer.