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 5845 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/TRD/trdmxl.F90 – NEMO

Ignore:
Timestamp:
2015-10-31T08:40:45+01:00 (8 years ago)
Author:
gm
Message:

#1613: vvl by default: suppression of domzgr_substitute.h90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/TRD/trdmxl.F90

    r5836 r5845  
    5050   INTEGER ::   nkstp       ! current time step  
    5151 
    52  
    53  
    5452!!gm  to be moved from trdmxl_oce 
    5553!   REAL(wp), ALLOCATABLE, DIMENSION(:,:) ::   hml                ! ML depth (sum of e3t over nmln-1 levels) [m]  
     
    7371 
    7472   !! * Substitutions 
    75 #  include "domzgr_substitute.h90" 
    7673#  include "zdfddm_substitute.h90" 
    7774   !!---------------------------------------------------------------------- 
     
    126123            DO jj = 1,jpj 
    127124               DO ji = 1,jpi 
    128                   IF( jk - kmxln(ji,jj) < 0 )   wkx(ji,jj,jk) = fse3t(ji,jj,jk) * tmask(ji,jj,jk) 
     125                  IF( jk - kmxln(ji,jj) < 0 )   wkx(ji,jj,jk) = e3t_n(ji,jj,jk) * tmask(ji,jj,jk) 
    129126               END DO 
    130127            END DO 
Note: See TracChangeset for help on using the changeset viewer.