Ignore:
Timestamp:
May 26, 2025, 5:20:01 PM (2 weeks ago)
Author:
aborella
Message:

Various small adjustments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails/libf/phylmd/infotrac_phy.F90

    r5641 r5684  
    353353        (delPhase(tracers(:)%gen0Name)     == 'CLDFRA')))
    354354!   IF(COUNT(tracers%iso_iName == 0) - COUNT(delPhase(tracers%name) == 'H2O' .AND. tracers%component == 'lmdz') /= nqtottr) &
    355    IF(COUNT(tracers%iso_iName == 0) - COUNT(tracers(:)%component == 'lmdz' .AND. &
    356        ((delPhase(tracers(:)%name)     == 'H2O') .OR. &
    357         (delPhase(tracers(:)%name)     == 'CLDFRA'))) /= nqtottr) &
    358       CALL abort_physic(modname, 'problem with the computation of nqtottr', 1)
     355   !IF(COUNT(tracers%iso_iName == 0) - COUNT(tracers(:)%component == 'lmdz' .AND. &
     356   !    ((delPhase(tracers(:)%name)     == 'H2O') .OR. &
     357   !     (delPhase(tracers(:)%name)     == 'CLDFRA'))) /= nqtottr) &
     358   !   CALL abort_physic(modname, 'problem with the computation of nqtottr', 1)
    359359
    360360   !--- Compute indices for water
     
    370370   iqtc = strIdx(tracers(:)%name, 'CIRCONTWATER')
    371371   !--Two ways of declaring tracers - the way below should be deleted in the future
    372    IF (icf.EQ.0) icf  = strIdx(tracers(:)%name, addPhase('H2O', 'f'))
     372   IF (icf.EQ.0)  icf  = strIdx(tracers(:)%name, addPhase('H2O', 'f'))
    373373   IF (iqvc.EQ.0) iqvc = strIdx(tracers(:)%name, addPhase('H2O', 'c'))
    374374   IF (icfl.EQ.0) icfl = strIdx(tracers(:)%name, addPhase('H2O', 'z'))
Note: See TracChangeset for help on using the changeset viewer.