Changeset 4399 for LMDZ6/trunk/libf/misc


Ignore:
Timestamp:
Jan 27, 2023, 12:35:36 AM (22 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/misc/readTracFiles_mod.f90

    r4394 r4399  
    125125
    126126  !--- CORRESPONDANCE BETWEEN OLD AND NEW WATER NAMES
    127   CHARACTER(LEN=maxlen), SAVE :: oldH2OIso(5) = ['eau',     'HDO',     'O18',     'O17',     'HTO'    ]
    128   CHARACTER(LEN=maxlen), SAVE :: newH2OIso(5) = ['H2[16]O', 'H[2]HO ', 'H2[18]O', 'H2[17]O', 'H[3]HO ']
     127  CHARACTER(LEN=maxlen), SAVE :: oldH2OIso(5) = ['eau',   'HDO',    'O18',   'O17',   'HTO'   ]
     128  CHARACTER(LEN=maxlen), SAVE :: newH2OIso(5) = ['H216O', 'HDO   ', 'H218O', 'H217O', 'HTO  ']
    129129
    130130  !--- CORRESPONDANCE BETWEEN OLD AND NEW HNO3 RELATED SPECIES NAMES
Note: See TracChangeset for help on using the changeset viewer.