Changeset 4193 for LMDZ6/trunk/libf/dyn3d_common
- Timestamp:
- Jul 4, 2022, 11:45:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d_common/infotrac.F90
r4190 r4193 7 7 USE readTracFiles_mod, ONLY: trac_type, readTracersFiles, addPhase, indexUpdate, nphases, ancestor, & 8 8 isot_type, old2newName, delPhase, getKey_init, tran0, & 9 keys_type, initIsotopes, getPhase, known_phases, getKey, setGeneration 9 keys_type, initIsotopes, getPhase, known_phases, getKey, setGeneration, & 10 maxTableWidth 10 11 IMPLICIT NONE 11 12 … … 404 405 405 406 niso = 0; nzone=0; nphas=nqo; ntiso = 0; isoCheck=.FALSE. 406 CALL initIsotopes(tracers, isotopes)407 IF(initIsotopes(tracers, isotopes)) CALL abort_gcm(modname, 'Problem when reading isotopes parameters', 1) 407 408 nbIso = SIZE(isotopes) 408 409 nqtottr = nqtot - COUNT(tracers%gen0Name == 'H2O' .AND. tracers%component == 'lmdz') … … 463 464 bool2str(t%isInPhysics)),& 464 465 cat([(iq, iq=1, nqtot)], t%iadv, t%iGeneration, t%iqParent, t%nqDescen, t%nqChilds, t%iso_iGroup, & 465 t%iso_iName, t%iso_iZone, t%iso_iPhase), sub=modname))&466 t%iso_iName, t%iso_iZone, t%iso_iPhase), nColMax=maxTableWidth, nHead=2, sub=modname)) & 466 467 CALL abort_gcm(modname, "problem with the tracers table content", 1) 467 468 IF(niso > 0) THEN
Note: See TracChangeset
for help on using the changeset viewer.