Changeset 5927 for LMDZ6/trunk/libf/phylmd/infotrac_phy.F90
- Timestamp:
- Dec 12, 2025, 5:26:10 PM (7 weeks ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/infotrac_phy.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/infotrac_phy.F90
r5777 r5927 252 252 !============================================================================================================================== 253 253 nqtrue = SIZE(tracers) !--- "true" tracers 254 nqo = COUNT(tracers(:)%component == 'lmdz' .AND. delPhase(tracers(:)%name) == 'H2O') !-- Water phases254 nqo = COUNT(tracers(:)%component == 'lmdz' .AND. delPhase(tracers(:)%name) == 'H2O') !--- Water phases 255 255 nqtke = COUNT(tracers(:)%component == 'lmdz' .AND. tracers(:)%name == 'TKE') !--- TKE tracers 256 256 nbtr = nqtrue-COUNT(tracers(:)%component == 'lmdz' .AND. delPhase(tracers(:)%gen0Name) == 'H2O') !--- Passed to phytrac … … 322 322 CALL MOVE_ALLOC(FROM=ttr, TO=tracers) 323 323 324 !--- SET FIELDS iqParent, iqDescen, nqDescen, nqChildren 324 !--- SET FIELDS iqParent, iqDescen, nqDescen, nqChildren, iGeneration 325 325 IF(indexUpdate(tracers)) CALL abort_physic(modname, 'problem with tracers indices update', 1) 326 326 327 327 !=== DETERMINE ISOTOPES RELATED PARAMETERS ; DEFINE THE EXPLICIT KEYS iso_i* 328 328 IF(processIsotopes()) CALL abort_physic(modname, 'Problem when processing isotopes parameters', 1) 329 !!SN do we really need to call isoSelect('H2O',.TRUE.) in processIsotopes and here ? 329 330 iH2O = -1 330 331 IF(nbIso /= 0) THEN … … 415 416 CALL msg(' isoPhas = '//TRIM(isoPhas), modname) 416 417 END DO 418 !!SN do we need to call isoSelect(iH2O, .TRUE.) three times ? 417 419 IF(isoSelect(iH2O, .TRUE.)) lerr = isoSelect(1, .TRUE.) 418 420
Note: See TracChangeset
for help on using the changeset viewer.
