Changeset 4071 for LMDZ6/trunk/libf/phylmdiso/phyetat0.F90
- Timestamp:
- Jan 31, 2022, 9:20:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/phyetat0.F90
r4056 r4071 471 471 it = 0 472 472 DO iq = 1, nqtot 473 IF(.NOT. tracers(iq)%isAdvected .OR. tracers(iq)%isH2Ofamily) CYCLE473 IF(.NOT.(tracers(iq)%isAdvected .AND. tracers(iq)%isInPhysics)) CYCLE 474 474 it = it+1 475 475 found=phyetat0_get(1,trs(:,it),"trs_"//TRIM(tracers(iq)%name), &
Note: See TracChangeset
for help on using the changeset viewer.