Changeset 5481 for LMDZ6/trunk/libf/phylmd/phyredem.f90
- Timestamp:
- Jan 16, 2025, 8:14:15 PM (13 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phyredem.f90
r5296 r5481 356 356 it = 0 357 357 DO iq = 1, nqtot 358 IF(.NOT. (tracers(iq)%isAdvected .AND. tracers(iq)%isInPhysics)) CYCLE358 IF(.NOT.tracers(iq)%isInPhysics) CYCLE 359 359 it = it+1 360 360 CALL put_field(pass,"trs_"//tracers(iq)%name, "", trs(:, it))
Note: See TracChangeset
for help on using the changeset viewer.