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 4616 for branches/2014/dev_CNRS0_NOC1_LDF/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfkpp.F90 – NEMO

Ignore:
Timestamp:
2014-04-06T17:28:25+02:00 (10 years ago)
Author:
gm
Message:

#1260 : see the associated wiki page for explanation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_CNRS0_NOC1_LDF/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfkpp.F90

    r4147 r4616  
    147147#  include  "zdfddm_substitute.h90" 
    148148   !!---------------------------------------------------------------------- 
    149    !! NEMO/OPA 4.0 , NEMO Consortium (2011) 
     149   !! NEMO/OPA 3.7 , NEMO Consortium (2014) 
    150150   !! $Id$ 
    151151   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    435435            ws0(ji,jj) = - ( ( emp(ji,jj)-rnf(ji,jj) ) * tsn(ji,jj,1,jp_sal)                          & 
    436436               &             + sfx(ji,jj)                                     ) * rcs * tmask(ji,jj,1)  
    437          ENDDO 
    438       ENDDO 
     437         END DO 
     438      END DO 
    439439 
    440440      zflageos = 0.5 + SIGN( 0.5, nn_eos - 1. )  
     
    447447            ! Friction velocity (zustar), at T-point : LMD94 eq. 2 
    448448            zustar(ji,jj) = SQRT( taum(ji,jj) / ( zrhos +  epsln ) ) 
    449          ENDDO 
    450       ENDDO 
    451  
    452 !CDIR NOVERRCHK   
    453       !                                               ! =============== 
     449         END DO 
     450      END DO 
     451 
     452      !                                                ! =============== 
    454453      DO jj = 2, jpjm1                                 !  Vertical slab 
    455454         !                                             ! =============== 
    456           
     455         ! 
    457456         !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    458457         ! II Compute Boundary layer mixing coef. and diagnose the new boundary layer depth 
Note: See TracChangeset for help on using the changeset viewer.