- Timestamp:
- Jan 19, 2026, 4:27:07 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/ICOLMDZISO_SN/libf/phylmdiso/isotrac_mod.F90
r5754 r6036 1 #ifdef ISO2 #ifdef ISOTRAC3 4 1 MODULE isotrac_mod 5 2 USE infotrac_phy, ONLY: niso, ntiso, nzone, delPhase … … 161 158 modname = 'iso_traceurs_init' 162 159 lerr = iso_eau == 0 163 IF(lerr) CALL abort_physic s(TRIM(modname)//' 18', 'isotrac does not work without H216O isotope', 1)160 IF(lerr) CALL abort_physic(TRIM(modname)//' 18', 'isotrac does not work without H216O isotope', 1) 164 161 165 162 !--- Initialize … … 677 674 678 675 END MODULE isotrac_mod 679 #endif680 #endif
Note: See TracChangeset
for help on using the changeset viewer.
