Ignore:
Timestamp:
Oct 13, 2021, 4:51:21 PM (3 years ago)
Author:
dcugnet
Message:
  • fixed a bug in dynetat0[_loc].F90 for old style tracers description files having more water tracers than the initial state file.
  • changes (mainly cosmetic) to make dynetat0 and dynetat0_loc more similar.
  • fix a bug in readTracFiles_mod for tagging tracers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ-tracers/libf/misc/readTracFiles_mod.f90

    r3985 r3991  
    927927    !=== Geographic tagging tracers descending on tracer "iname": mask, names, number
    928928    ll = t(:)%type=='tag'    .AND. delPhase(t(:)%nam1) == iname .AND. t(:)%igen == 3
    929     s%zone = PACK(strTail(t(:)%name,'_'), MASK = ll)                 !--- Tagging zones names  for isotopes category "iname"
     929    s%zone = PACK(strTail(t(:)%name,'_',lFirst=.TRUE.), MASK = ll)   !--- Tagging zones names  for isotopes category "iname"
    930930    CALL strReduce(s%zone)
    931931    s%nzon = SIZE(s%zone)                                            !--- Tagging zones number for isotopes category "iname"
Note: See TracChangeset for help on using the changeset viewer.