Ignore:
Timestamp:
Jan 30, 2023, 9:27:31 PM (17 months ago)
Author:
dcugnet
Message:
  • fix for isotopic tagging tracers
  • modify strHead/strTail: last argument (optional) has the same convention as INDEX: if lBackward==.TRUE., search the pattern starting from the end of the string (default=.FALSE.)
  • consolidate and simplify the new2oldH2O routine
File:
1 edited

Legend:

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

    r4389 r4403  
    379379
    380380   !=== DISPLAY THE RESULTS
    381    IF(prt_level > 1) THEN
    382       CALL msg('nqo    = '//TRIM(int2str(nqo)),    modname)
    383       CALL msg('nbtr   = '//TRIM(int2str(nbtr)),   modname)
    384       CALL msg('nqtrue = '//TRIM(int2str(nqtrue)), modname)
    385       CALL msg('nqtot  = '//TRIM(int2str(nqtot)),  modname)
    386       CALL msg('niso   = '//TRIM(int2str(niso)),   modname)
    387       CALL msg('ntiso  = '//TRIM(int2str(ntiso)),  modname)
     381   CALL msg('nqo    = '//TRIM(int2str(nqo)),    modname)
     382   CALL msg('nbtr   = '//TRIM(int2str(nbtr)),   modname)
     383   CALL msg('nqtrue = '//TRIM(int2str(nqtrue)), modname)
     384   CALL msg('nqtot  = '//TRIM(int2str(nqtot)),  modname)
     385   CALL msg('niso   = '//TRIM(int2str(niso)),   modname)
     386   CALL msg('ntiso  = '//TRIM(int2str(ntiso)),  modname)
    388387#ifdef INCA
    389       CALL msg('nqCO2  = '//TRIM(int2str(nqCO2)),  modname)
    390       CALL msg('nqINCA = '//TRIM(int2str(nqINCA)), modname)
    391 #endif
    392    END IF
     388   CALL msg('nqCO2  = '//TRIM(int2str(nqCO2)),  modname)
     389   CALL msg('nqINCA = '//TRIM(int2str(nqINCA)), modname)
     390#endif
    393391   t => tracers
    394392   CALL msg('Information stored in infotrac :', modname)
Note: See TracChangeset for help on using the changeset viewer.