Ignore:
Timestamp:
Jan 27, 2022, 8:47:29 PM (2 years ago)
Author:
dcugnet
Message:

Fixes mainly for isotopes (more to be done).
Fix (to be confirmed) in physiq to avoid attempting to send a non-transported (iadv==0) tracer to the physics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r4066 r4067  
    22702270       itr = 0
    22712271       DO iq = 1, nqtot
    2272          IF(tracers(iq)%isH2Ofamily) CYCLE
     2272         IF(tracers(iq)%isH2Ofamily .OR. .NOT.tracers(iq)%isAdvected) CYCLE
    22732273         itr = itr+1
    22742274          DO  k = 1, klev
Note: See TracChangeset for help on using the changeset viewer.