Ignore:
Timestamp:
May 2, 2025, 2:59:21 PM (5 weeks ago)
Author:
aborella
Message:

Fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails/libf/phylmd/lmdz_lscp_condensation.f90

    r5641 r5642  
    12281228        IF ( qvapinclr_lim .LT. 0. ) THEN
    12291229          !--Whatever we do, the cloud will increase in size
    1230           dcfl_mix(i) = clrfra_mix
    1231           dqtl_mix(i) = clrfra_mix * qclr(i) / clrfra(i)
     1230          dcfc_mix(i) = clrfra_mix
     1231          dqtc_mix(i) = clrfra_mix * qclr(i) / clrfra(i)
    12321232        ELSE
    12331233          !--We then calculate the clear sky part where the humidity is lower than
Note: See TracChangeset for help on using the changeset viewer.