Changeset 4191 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Jun 30, 2022, 10:21:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/infotrac_phy.F90
r4172 r4191 162 162 163 163 type_trac = type_trac_ 164 IF(strParse(type_trac, '|', types_trac)) CALL abort_ gcm(modname,'can''t parse "type_trac = '//TRIM(type_trac)//'"',1)164 IF(strParse(type_trac, '|', types_trac)) CALL abort_physic(modname,'can''t parse "type_trac = '//TRIM(type_trac)//'"',1) 165 165 tracers = tracers_ 166 166 isotopes = isotopes_
Note: See TracChangeset
for help on using the changeset viewer.