Ignore:
Timestamp:
Dec 26, 2021, 10:27:36 PM (4 years ago)
Author:
dcugnet
Message:

Fixes for previous commit:

  • few tracers(:)%nqChilds were errouneously replaced with tarcers(:)%nqDesc
  • minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/infotrac_phy.F90

    r4050 r4052  
    145145
    146146    CHARACTER(LEN=30) :: modname="init_infotrac_phy"
    147     INTEGER :: iq
    148147
    149148    nqtot=nqtot_
     
    153152    nqtottr=nqtottr_
    154153    ALLOCATE(tracers(nqtot)); tracers(:) = tracers_(:)
    155     tracers(:)%isAdvected = tracers(:)%iadv  >   0
    156 !    tracers(:)%isH2Ofamily = delPhase(tracers(:)%gen0Name) == 'H2O'
    157     tracers(:)%isH2Ofamily = [(tracers(iq)%gen0Name(1:3) == 'H2O', iq=1, nqtot)]
    158154#ifdef CPP_StratAer
    159155    nbtr_bin=nbtr_bin_
     
    209205      ALLOCATE(index_trac(ntraceurs_zone,niso))
    210206      index_trac(:,:)=index_trac_(:,:)
    211 
    212       ALLOCATE(itr_indice(nqtottr))
    213       itr_indice(:)=itr_indice_(:)
    214207    ENDIF ! of IF(ok_isotopes)
     208
     209    ALLOCATE(itr_indice(nqtottr))
     210    itr_indice(:)=itr_indice_(:)
    215211 
    216212  END SUBROUTINE init_infotrac_phy
Note: See TracChangeset for help on using the changeset viewer.