Changeset 5481 for LMDZ6/trunk/libf/phylmdiso/phyetat0_mod.F90
- Timestamp:
- Jan 16, 2025, 8:14:15 PM (13 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/phyetat0_mod.F90
r5310 r5481 549 549 it = 0 550 550 DO iq = 1, nqtot 551 IF(.NOT. (tracers(iq)%isAdvected .AND. tracers(iq)%isInPhysics)) CYCLE551 IF(.NOT.tracers(iq)%isInPhysics) CYCLE 552 552 it = it+1 553 553 tname = tracers(iq)%name
Note: See TracChangeset
for help on using the changeset viewer.