Changeset 5746 for LMDZ6/trunk/libf/phylmdiso/isotrac_mod.F90
- Timestamp:
- Jul 1, 2025, 5:48:46 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/isotrac_mod.F90
r5199 r5746 148 148 USE isotopes_mod, ONLY: iso_eau, ntracisoOR, initialisation_iso 149 149 USE dimphy, ONLY: klon, klev 150 USE strings_mod, ONLY: int2str, strStack, strTail, strHead, strIdx , fmsg150 USE strings_mod, ONLY: int2str, strStack, strTail, strHead, strIdx 151 151 152 152 IMPLICIT NONE … … 157 157 INTEGER :: nzone_opt 158 158 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 160 161 161 162 !--- Initialize
Note: See TracChangeset
for help on using the changeset viewer.