Changeset 4327 for LMDZ6/trunk/libf


Ignore:
Timestamp:
Nov 7, 2022, 10:51:11 AM (20 months ago)
Author:
dcugnet
Message:

Missing modifications in the previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/misc/readTracFiles_mod.f90

    r4326 r4327  
    924924  !--- BEWARE ! Can't use the "getKeyByName" functions yet.
    925925  !             Names must first include the phases for tracers defined on multiple lines.
    926   hadv = str2int(fgetKey('hadv',  tm(:)%keys, '10'))
    927   vadv = str2int(fgetKey('vadv',  tm(:)%keys, '10'))
    928   prnt =         fgetKey('parent',tm(:)%keys,  '' )
    929   IF(getKey('phases', phas, ky=tm(:)%keys)) phas = fGetKey('phase', tm(:)%keys, 'g')
     926  hadv = str2int(fgetKeys('hadv',  tm(:)%keys, '10'))
     927  vadv = str2int(fgetKeys('vadv',  tm(:)%keys, '10'))
     928  prnt =         fgetKeys('parent',tm(:)%keys,  '' )
     929  IF(getKey('phases', phas, ky=tm(:)%keys)) phas = fGetKeys('phase', tm(:)%keys, 'g')
    930930  CALL msg(TRIM(message)//':', modname)
    931931  IF(ALL(prnt == 'air')) THEN
Note: See TracChangeset for help on using the changeset viewer.