New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10030 for NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/src/OCE/ZDF/zdfphy.F90 – NEMO

Ignore:
Timestamp:
2018-08-03T10:18:16+02:00 (6 years ago)
Author:
gm
Message:

#1911 (ENHANCE-04): RK3 branch - step II.3 remove e3uw_$ e3vw_$, except e3.w_0 and use only after e3 in dyn/trazdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/src/OCE/ZDF/zdfphy.F90

    r9598 r10030  
    246246      ! 
    247247      IF( l_zdfsh2 )   &         !* shear production at w-points (energy conserving form) 
    248          CALL zdf_sh2( ub, vb, un, vn, avm_k,   &     ! <<== in 
    249             &                           zsh2    )     ! ==>> out : shear production 
     248         CALL zdf_sh2( ssh, ub, vb, un, vn, avm_k,   &     ! <<== in 
     249            &                                zsh2    )     ! ==>> out : shear production 
    250250      ! 
    251251      SELECT CASE ( nzdf_phy )                  !* Vertical eddy viscosity and diffusivity coefficients at w-points 
Note: See TracChangeset for help on using the changeset viewer.