Ignore:
Timestamp:
Apr 21, 2025, 7:25:01 PM (2 months ago)
Author:
aborella
Message:

Small bug corrections + temporary patch for children tracers in ICO (back to full parents tracers) + now truly no aviation data needed to run

File:
1 edited

Legend:

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

    r5618 r5623  
    369369   iqva = strIdx(tracers(:)%name, 'CONTWATER_g')
    370370   iqia = strIdx(tracers(:)%name, 'CONTWATER_s')
     371   !--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'))
     373   IF (iqvc.EQ.0) iqvc = strIdx(tracers(:)%name, addPhase('H2O', 'c'))
     374   IF (icfa.EQ.0) icfa = strIdx(tracers(:)%name, addPhase('H2O', 'a'))
     375   IF (ipcf.EQ.0) ipcf = strIdx(tracers(:)%name, addPhase('H2O', 'p'))
     376   IF (iqva.EQ.0) iqva = strIdx(tracers(:)%name, addPhase('H2O', 'q'))
     377   IF (iqia.EQ.0) iqia = strIdx(tracers(:)%name, addPhase('H2O', 't'))
    371378
    372379   IF(CPPKEY_STRATAER .AND. type_trac == 'coag') THEN
Note: See TracChangeset for help on using the changeset viewer.