Ignore:
Timestamp:
Sep 30, 2025, 10:37:25 AM (5 months ago)
Author:
aborella
Message:

Multiple modifications to contrails scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails/libf/dyn3d_common/infotrac.f90

    r5791 r5846  
    362362        (delPhase(tracers(:)%gen0Name)     == 'CLDFRA')))
    363363!   IF(COUNT(tracers%iso_iName == 0) - COUNT(delPhase(tracers%name) == 'H2O' .AND. tracers%component == 'lmdz') /= nqtottr) &
    364    IF(COUNT(tracers%iso_iName == 0) - COUNT(tracers(:)%component == 'lmdz' .AND. &
    365        ((delPhase(tracers(:)%name)     == 'H2O') .OR. &
    366         (delPhase(tracers(:)%name)     == 'CLDFRA'))) /= nqtottr) &
    367       CALL abort_gcm(modname, 'problem with the computation of nqtottr', 1)
     364!   IF(COUNT(tracers%iso_iName == 0) - COUNT(tracers(:)%component == 'lmdz' .AND. &
     365!       ((delPhase(tracers(:)%name)     == 'H2O') .OR. &
     366!        (delPhase(tracers(:)%name)     == 'CLDFRA'))) /= nqtottr) &
     367!      CALL abort_gcm(modname, 'problem with the computation of nqtottr', 1)
    368368
    369369   !=== DISPLAY THE RESULTS
Note: See TracChangeset for help on using the changeset viewer.