Changeset 5623 for LMDZ6/branches/contrails/libf/phylmd/infotrac_phy.F90
- Timestamp:
- Apr 21, 2025, 7:25:01 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified LMDZ6/branches/contrails/libf/phylmd/infotrac_phy.F90 ΒΆ
r5618 r5623 369 369 iqva = strIdx(tracers(:)%name, 'CONTWATER_g') 370 370 iqia = strIdx(tracers(:)%name, 'CONTWATER_s') 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')) 373 IF (iqvc.EQ.0) iqvc = strIdx(tracers(:)%name, addPhase('H2O', 'c')) 374 IF (icfa.EQ.0) icfa = strIdx(tracers(:)%name, addPhase('H2O', 'a')) 375 IF (ipcf.EQ.0) ipcf = strIdx(tracers(:)%name, addPhase('H2O', 'p')) 376 IF (iqva.EQ.0) iqva = strIdx(tracers(:)%name, addPhase('H2O', 'q')) 377 IF (iqia.EQ.0) iqia = strIdx(tracers(:)%name, addPhase('H2O', 't')) 371 378 372 379 IF(CPPKEY_STRATAER .AND. type_trac == 'coag') THEN
Note: See TracChangeset
for help on using the changeset viewer.