Ignore:
Timestamp:
Jan 27, 2023, 12:35:36 AM (17 months ago)
Author:
dcugnet
Message:

Change the names of the water isotopes: no more "and?" separators for atomic numbers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3d/check_isotopes.F90

    r4367 r4399  
    2929   IF(niso == 0)        RETURN                   !--- No isotopes => finished
    3030   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')
    3636      IF(getKey('tnat', tnat)) CALL abort_gcm(modname, 'missing isotopic parameter', 1)
    3737      first = .FALSE.
Note: See TracChangeset for help on using the changeset viewer.