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 10023 for NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/src/OCE/ZDF/zdftke.F90 – NEMO

Ignore:
Timestamp:
2018-08-02T08:19:03+02:00 (6 years ago)
Author:
gm
Message:

#1911 (ENHANCE-04): RK3 branch - step II.2 bug correction in dynnxt + domvvl_RK3 creation

File:
1 edited

Legend:

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

    r9939 r10023  
    392392      !                            !  TKE due to surface and internal wave breaking 
    393393      !                            !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    394 !!gm BUG : in the exp  remove the depth of ssh !!! 
     394!!gm BUG : in the exp  remove the depth of ssh !!!   ===>>>  not sure of that 
    395395!!gm       i.e. use gde3w in argument (pdepw) 
    396396       
     
    518518 !!gm Not sure of that coding for ISF.... 
    519519      ! where wmask = 0 set zmxlm == p_e3w 
     520       
     521!!gm  pdepw(ji,jj,mikt(ji,jj)+1) = ht_n .... 
     522!!gm  pdepw(ji,jj,mikt(ji,jj)) = ht_isf(:,:) + ssh(:,:,Nnn) 
     523       
    520524      CASE ( 0 )           ! bounded by the distance to surface and bottom 
    521525         DO jk = 2, jpkm1 
Note: See TracChangeset for help on using the changeset viewer.