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 – 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

Location:
NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/src/OCE/ZDF
Files:
2 edited

Legend:

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

    r9939 r10023  
    126126      IF( .NOT.l_offline ) THEN 
    127127         IF( iom_use("mldr10_1") ) THEN 
    128             IF( ln_isfcav ) THEN  ;  CALL iom_put( "mldr10_1", hmlp - risfdep)   ! mixed layer thickness 
    129             ELSE                  ;  CALL iom_put( "mldr10_1", hmlp )            ! mixed layer depth 
     128            IF( ln_isfcav ) THEN  ;  CALL iom_put( "mldr10_1", hmlp - ht_isf)   ! mixed layer thickness 
     129            ELSE                  ;  CALL iom_put( "mldr10_1", hmlp )           ! mixed layer depth 
    130130            END IF 
    131131         END IF 
    132132         IF( iom_use("mldkz5") ) THEN 
    133             IF( ln_isfcav ) THEN  ;  CALL iom_put( "mldkz5"  , hmld - risfdep )   ! turbocline thickness 
    134             ELSE                  ;  CALL iom_put( "mldkz5"  , hmld )             ! turbocline depth 
     133            IF( ln_isfcav ) THEN  ;  CALL iom_put( "mldkz5"  , hmld - ht_isf )   ! turbocline thickness 
     134            ELSE                  ;  CALL iom_put( "mldkz5"  , hmld )            ! turbocline depth 
    135135            END IF 
    136136         ENDIF 
  • 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.