Changeset 5684 for LMDZ6/branches/contrails/libf/phylmd/infotrac_phy.F90
- Timestamp:
- May 26, 2025, 5:20:01 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails/libf/phylmd/infotrac_phy.F90
r5641 r5684 353 353 (delPhase(tracers(:)%gen0Name) == 'CLDFRA'))) 354 354 ! IF(COUNT(tracers%iso_iName == 0) - COUNT(delPhase(tracers%name) == 'H2O' .AND. tracers%component == 'lmdz') /= nqtottr) & 355 IF(COUNT(tracers%iso_iName == 0) - COUNT(tracers(:)%component == 'lmdz' .AND. &356 ((delPhase(tracers(:)%name) == 'H2O') .OR. &357 (delPhase(tracers(:)%name) == 'CLDFRA'))) /= nqtottr) &358 CALL abort_physic(modname, 'problem with the computation of nqtottr', 1)355 !IF(COUNT(tracers%iso_iName == 0) - COUNT(tracers(:)%component == 'lmdz' .AND. & 356 ! ((delPhase(tracers(:)%name) == 'H2O') .OR. & 357 ! (delPhase(tracers(:)%name) == 'CLDFRA'))) /= nqtottr) & 358 ! CALL abort_physic(modname, 'problem with the computation of nqtottr', 1) 359 359 360 360 !--- Compute indices for water … … 370 370 iqtc = strIdx(tracers(:)%name, 'CIRCONTWATER') 371 371 !--Two ways of declaring tracers - the way below should be deleted in the future 372 IF (icf.EQ.0) icf = strIdx(tracers(:)%name, addPhase('H2O', 'f'))372 IF (icf.EQ.0) icf = strIdx(tracers(:)%name, addPhase('H2O', 'f')) 373 373 IF (iqvc.EQ.0) iqvc = strIdx(tracers(:)%name, addPhase('H2O', 'c')) 374 374 IF (icfl.EQ.0) icfl = strIdx(tracers(:)%name, addPhase('H2O', 'z'))
Note: See TracChangeset
for help on using the changeset viewer.