Changeset 5545


Ignore:
Timestamp:
Feb 17, 2025, 3:01:39 PM (4 days ago)
Author:
aborella
Message:

Change in rneb diagnostic in case of zero-condensate clouds

File:
1 edited

Legend:

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

    r5456 r5545  
    10541054      DO i = 1, klon
    10551055
     1056        cf_seri(i,k) = rneb(i,k)
     1057
    10561058        IF ( zoliq(i) .LE. 0. ) THEN
    10571059          !--If everything was precipitated, the remaining empty cloud is dissipated
    10581060          !--and everything is transfered to the subsaturated clear sky region
    1059           rneb(i,k) = 0.
     1061          !--NB. we do not change rneb, as it is a diagnostic only
     1062          cf_seri(i,k) = 0.
    10601063          qvc(i) = 0.
    10611064        ENDIF
    1062 
    1063         cf_seri(i,k) = rneb(i,k)
    10641065
    10651066        IF ( .NOT. ok_unadjusted_clouds ) THEN
Note: See TracChangeset for help on using the changeset viewer.