Changeset 5846 for LMDZ6/branches/contrails/libf/dyn3d_common
- Timestamp:
- Sep 30, 2025, 10:37:25 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails/libf/dyn3d_common/infotrac.f90
r5791 r5846 362 362 (delPhase(tracers(:)%gen0Name) == 'CLDFRA'))) 363 363 ! IF(COUNT(tracers%iso_iName == 0) - COUNT(delPhase(tracers%name) == 'H2O' .AND. tracers%component == 'lmdz') /= nqtottr) & 364 IF(COUNT(tracers%iso_iName == 0) - COUNT(tracers(:)%component == 'lmdz' .AND. &365 ((delPhase(tracers(:)%name) == 'H2O') .OR. &366 (delPhase(tracers(:)%name) == 'CLDFRA'))) /= nqtottr) &367 CALL abort_gcm(modname, 'problem with the computation of nqtottr', 1)364 ! IF(COUNT(tracers%iso_iName == 0) - COUNT(tracers(:)%component == 'lmdz' .AND. & 365 ! ((delPhase(tracers(:)%name) == 'H2O') .OR. & 366 ! (delPhase(tracers(:)%name) == 'CLDFRA'))) /= nqtottr) & 367 ! CALL abort_gcm(modname, 'problem with the computation of nqtottr', 1) 368 368 369 369 !=== DISPLAY THE RESULTS
Note: See TracChangeset
for help on using the changeset viewer.
