Ignore:
Timestamp:
Feb 10, 2023, 2:37:57 PM (16 months ago)
Author:
dcugnet
Message:

Addition to the last commit

File:
1 edited

Legend:

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

    r4430 r4431  
    245245      DO iq = 1, nqtrue
    246246         t1 => tracers(iq)
    247          CALL addKey_1('name',      t1%name,      t1%keys)
    248          CALL addKey_1('component', t1%component, t1%keys)
    249          CALL addKey_1('parent',    t1%parent,    t1%keys)
    250          CALL addKey_1('phase',     t1%phase,     t1%keys)
     247         CALL addKey('name',      t1%name,      t1%keys)
     248         CALL addKey('component', t1%component, t1%keys)
     249         CALL addKey('parent',    t1%parent,    t1%keys)
     250         CALL addKey('phase',     t1%phase,     t1%keys)
    251251      END DO
    252252      IF(setGeneration(tracers)) CALL abort_gcm(modname,'See above',1) !- SET FIELDS %iGeneration, %gen0Name
Note: See TracChangeset for help on using the changeset viewer.