Ignore:
Timestamp:
Jul 1, 2025, 5:48:46 PM (4 weeks ago)
Author:
dcugnet
Message:

Remove the "fmsg" function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/isotrac_mod.F90

    r5199 r5746  
    148148   USE isotopes_mod, ONLY: iso_eau, ntracisoOR, initialisation_iso
    149149   USE dimphy,       ONLY: klon, klev
    150    USE  strings_mod, ONLY: int2str, strStack, strTail, strHead, strIdx, fmsg
     150   USE  strings_mod, ONLY: int2str, strStack, strTail, strHead, strIdx
    151151
    152152   IMPLICIT NONE
     
    157157   INTEGER :: nzone_opt
    158158
    159    IF(fmsg("traceurs_init 18: isotrac ne marche que si on met l'eau comme isotope", 'iso_traceurs_init', iso_eau==0)) STOP
     159   CALL msg("traceurs_init 18: isotrac ne marche que si on met l'eau comme isotope", 'iso_traceurs_init', iso_eau==0)
     160   IF(lerr) STOP
    160161
    161162   !--- Initialize
Note: See TracChangeset for help on using the changeset viewer.