Changeset 4052 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Dec 26, 2021, 10:27:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/infotrac_phy.F90
r4050 r4052 145 145 146 146 CHARACTER(LEN=30) :: modname="init_infotrac_phy" 147 INTEGER :: iq148 147 149 148 nqtot=nqtot_ … … 153 152 nqtottr=nqtottr_ 154 153 ALLOCATE(tracers(nqtot)); tracers(:) = tracers_(:) 155 tracers(:)%isAdvected = tracers(:)%iadv > 0156 ! tracers(:)%isH2Ofamily = delPhase(tracers(:)%gen0Name) == 'H2O'157 tracers(:)%isH2Ofamily = [(tracers(iq)%gen0Name(1:3) == 'H2O', iq=1, nqtot)]158 154 #ifdef CPP_StratAer 159 155 nbtr_bin=nbtr_bin_ … … 209 205 ALLOCATE(index_trac(ntraceurs_zone,niso)) 210 206 index_trac(:,:)=index_trac_(:,:) 211 212 ALLOCATE(itr_indice(nqtottr))213 itr_indice(:)=itr_indice_(:)214 207 ENDIF ! of IF(ok_isotopes) 208 209 ALLOCATE(itr_indice(nqtottr)) 210 itr_indice(:)=itr_indice_(:) 215 211 216 212 END SUBROUTINE init_infotrac_phy
Note: See TracChangeset
for help on using the changeset viewer.