Ignore:
Timestamp:
Dec 20, 2024, 8:54:12 PM (10 days ago)
Author:
evignon
Message:

small bug fixes in lscp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/lmdz_lscp_condensation.f90

    r5437 r5440  
    292292  !--formed elsewhere)
    293293  IF (keepgoing(i)) THEN
     294
     295    !--Initialisation
     296    issrfra(i)  = 0.
     297    qissr(i)    = 0.
    294298
    295299    !--If the temperature is higher than the threshold below which
     
    363367      dqi_mix(i)  = 0.
    364368      dqvc_mix(i) = 0.
    365 
    366       issrfra(i)  = 0.
    367       qissr(i)    = 0.
    368       subfra(i)   = 0.
    369       qsub(i)     = 0.
    370369
    371370      !--Initialisation of the cell properties
Note: See TracChangeset for help on using the changeset viewer.