Changeset 4399 for LMDZ6/trunk/libf/dyn3d
- Timestamp:
- Jan 27, 2023, 12:35:36 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/check_isotopes.F90
r4367 r4399 29 29 IF(niso == 0) RETURN !--- No isotopes => finished 30 30 IF(first) THEN 31 iso_eau = strIdx(isoName,'H2 [16]O')32 iso_HDO = strIdx(isoName,'H [2]HO')33 iso_O18 = strIdx(isoName,'H2 [18]O')34 iso_O17 = strIdx(isoName,'H2 [17]O')35 iso_HTO = strIdx(isoName,'H [3]HO')31 iso_eau = strIdx(isoName,'H216O') 32 iso_HDO = strIdx(isoName,'HDO') 33 iso_O18 = strIdx(isoName,'H218O') 34 iso_O17 = strIdx(isoName,'H217O') 35 iso_HTO = strIdx(isoName,'HTO') 36 36 IF(getKey('tnat', tnat)) CALL abort_gcm(modname, 'missing isotopic parameter', 1) 37 37 first = .FALSE.
Note: See TracChangeset
for help on using the changeset viewer.