Ignore:
Timestamp:
Jul 16, 2025, 3:40:25 PM (13 days ago)
Author:
aborella
Message:

Added autoconversion for contrails + various small modifications for residual bugs

File:
1 edited

Legend:

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

    r5684 r5779  
    134134DO i = 1, klon
    135135  IF ( keepgoing(i) ) THEN
    136     Tcritcont(i)    = 0.
    137136    qcritcont(i)    = 0.
    138137    potcontfraP(i)  = 0.
     
    162161
    163162DO i = 1, klon
    164   IF ( keepgoing(i) .AND. pt_pron_clds(i) .AND. ( temp(i) .LE. temp_nowater ) ) THEN
     163  IF ( keepgoing(i) .AND. pt_pron_clds(i) ) THEN
    165164   
    166165    psatl_crit = qsatl_crit(i) / ( EPS_W + ( 1. - EPS_W ) * qsatl_crit(i) ) * pplay(i)
Note: See TracChangeset for help on using the changeset viewer.