Changeset 3398 for trunk


Ignore:
Timestamp:
Jul 22, 2024, 5:05:50 PM (5 months ago)
Author:
jliu
Message:

Un petit bug fixed in mixing traceurs when doing AR-1: the last step q tendency
was forgot to give to montainant step. Thus all mixing-induce tendency becomes
zero due to initiallization values are zero.

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3393 r3398  
    46804680algorithm. Tests (MY29,MY32-35) runs show that this implementation has limited
    46814681impact to the temperature/tides fields.
     4682
     4683== 19/06/2024 == JL
     4684Un petit bug fixed in mixing traceurs when doing AR-1: the last step q tendency
     4685was forgot to give to montainant step. Thus all mixing-induce tendency becomes
     4686zero due to initiallization values are zero.
  • trunk/LMDZ.MARS/libf/phymars/nonoro_gwd_mix_mod.F90

    r3393 r3398  
    815815    endDO
    816816
     817    do QQ=1,NQ
     818    dq_eddymix_gwd(:, :, QQ)=d_pq(:, :, QQ)
     819    ENDdo
     820
    817821  END SUBROUTINE NONORO_GWD_MIX
    818822
Note: See TracChangeset for help on using the changeset viewer.