Ignore:
Timestamp:
Mar 30, 2023, 12:00:46 PM (18 months ago)
Author:
dcugnet
Message:

Fix the tracers(:)%isAdvected computation in the lInit=.TRUE. case.
Few cosmetic changes to make infotrac and infotrac_phy more similar, so more easily comparable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3d_common/infotrac.F90

    r4433 r4487  
    66   USE readTracFiles_mod, ONLY: trac_type, readTracersFiles, tracers, setGeneration, itZonIso, nzone, tran0, isoZone, &
    77        delPhase, niso, getKey, isot_type, readIsotopesFile, isotope, maxTableWidth, iqIsoPha, nphas, ixIso, isoPhas, &
    8         addPhase, iH2O, nbIso,  isoSelect, testTracersFiles, isoKeys, indexUpdate,   isoCheck, nzone, ntiso, isoName, &
    9         addKey
     8        addPhase, iH2O, addKey, isoSelect, testTracersFiles, isoKeys, indexUpdate,   isoCheck, nbIso, ntiso, isoName
    109   IMPLICIT NONE
    1110
     
    169168!------------------------------------------------------------------------------------------------------------------------------
    170169   suff          = ['x ','y ','z ','xx','xy','xz','yy','yz','zz']
     170   descrq( 1:30) =  '   '
    171171   descrq( 1: 2) = ['LMV','BAK']
    172172   descrq(10:20) = ['VL1','VLP','FH1','FH2','VLH','   ','PPM','PPS','PPP','   ','SLP']
Note: See TracChangeset for help on using the changeset viewer.