Changeset 4074 for trunk/LMDZ.COMMON/libf/evolution/tracers.F90
- Timestamp:
- Feb 17, 2026, 2:45:53 PM (13 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/tracers.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/tracers.F90
r4065 r4074 80 80 if (.not. allocated(qnames)) allocate(qnames(nq)) 81 81 if (.not. allocated(q_PCM)) allocate(q_PCM(ngrid,nlayer,nq)) 82 mmol(:) = 0._dp 83 q_PCM(:,:,:) = 0._dp 82 84 83 85 ! Initialize the names of tracers
Note: See TracChangeset
for help on using the changeset viewer.
