Ignore:
Timestamp:
Jan 30, 2023, 9:27:31 PM (2 years 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/phylmd/infotrac_phy.F90

    r4389 r4403  
    386386
    387387   !=== DISPLAY THE RESULTS
    388 !   IF(prt_level > 1) THEN
    389       CALL msg('nqo    = '//TRIM(int2str(nqo)),    modname)
    390       CALL msg('nbtr   = '//TRIM(int2str(nbtr)),   modname)
    391       CALL msg('nqtrue = '//TRIM(int2str(nqtrue)), modname)
    392       CALL msg('nqtot  = '//TRIM(int2str(nqtot)),  modname)
    393       CALL msg('niso   = '//TRIM(int2str(niso)),   modname)
    394       CALL msg('ntiso  = '//TRIM(int2str(ntiso)),  modname)
     388   CALL msg('nqo    = '//TRIM(int2str(nqo)),    modname)
     389   CALL msg('nbtr   = '//TRIM(int2str(nbtr)),   modname)
     390   CALL msg('nqtrue = '//TRIM(int2str(nqtrue)), modname)
     391   CALL msg('nqtot  = '//TRIM(int2str(nqtot)),  modname)
     392   CALL msg('niso   = '//TRIM(int2str(niso)),   modname)
     393   CALL msg('ntiso  = '//TRIM(int2str(ntiso)),  modname)
    395394#ifdef INCA
    396       CALL msg('nqCO2  = '//TRIM(int2str(nqCO2)),  modname)
    397       CALL msg('nqINCA = '//TRIM(int2str(nqINCA)), modname)
    398 #endif
    399 !   END IF
     395   CALL msg('nqCO2  = '//TRIM(int2str(nqCO2)),  modname)
     396   CALL msg('nqINCA = '//TRIM(int2str(nqINCA)), modname)
     397#endif
    400398   t => tracers
    401399   CALL msg('Information stored in infotrac_phy :', modname)
Note: See TracChangeset for help on using the changeset viewer.