Changeset 3189


Ignore:
Timestamp:
Feb 7, 2018, 4:23:33 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Bug fix: variable tke was not properly dimensioned in subroutine.
Conceptually should not have a great effect but should lead to a loss of
numeric convergence with previous version. Should also only impact so-called split family physics
FH/LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/tend_to_tke.F90

    r2897 r3189  
    5656! Inputs/Outputs
    5757!---------------
    58   REAL tke(klon,klev,nbsrf)       ! Turbulent Kinetic energy [m2/s2], grid-cell average or for a subsurface
     58  REAL tke(klon,klev+1,nbsrf+1)       ! Turbulent Kinetic energy [m2/s2], grid-cell average or for a subsurface
    5959
    6060
Note: See TracChangeset for help on using the changeset viewer.