Changeset 4399 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Jan 27, 2023, 12:35:36 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/isotopes_mod.F90
r4325 r4399 174 174 175 175 !--- Type of water isotopes: 176 iso_eau = strIdx(isoName, 'H2 [16]O'); CALL msg('iso_eau='//int2str(iso_eau), modname)177 iso_HDO = strIdx(isoName, 'H [2]HO');CALL msg('iso_HDO='//int2str(iso_HDO), modname)178 iso_O18 = strIdx(isoName, 'H2 [18]O'); CALL msg('iso_O18='//int2str(iso_O18), modname)179 iso_O17 = strIdx(isoName, 'H2 [17]O'); CALL msg('iso_O17='//int2str(iso_O17), modname)180 iso_HTO = strIdx(isoName, 'H [3]HO');CALL msg('iso_HTO='//int2str(iso_HTO), modname)176 iso_eau = strIdx(isoName, 'H216O'); CALL msg('iso_eau='//int2str(iso_eau), modname) 177 iso_HDO = strIdx(isoName, 'HDO'); CALL msg('iso_HDO='//int2str(iso_HDO), modname) 178 iso_O18 = strIdx(isoName, 'H218O'); CALL msg('iso_O18='//int2str(iso_O18), modname) 179 iso_O17 = strIdx(isoName, 'H217O'); CALL msg('iso_O17='//int2str(iso_O17), modname) 180 iso_HTO = strIdx(isoName, 'HTO'); CALL msg('iso_HTO='//int2str(iso_HTO), modname) 181 181 182 182 !--- Initialiaation: reading the isotopic parameters. … … 246 246 ! bugs quand temperature dans ascendances convs est mal calculee 247 247 CALL get_in('cond_temp_env', cond_temp_env, .FALSE.) 248 IF(ANY(isoName == 'H [3]HO')) &248 IF(ANY(isoName == 'HTO')) & 249 249 CALL get_in('ok_prod_nucl_tritium', ok_prod_nucl_tritium, .FALSE., .FALSE.) 250 250
Note: See TracChangeset
for help on using the changeset viewer.