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 8568 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfdrg.F90 – NEMO

Ignore:
Timestamp:
2017-09-27T16:29:24+02:00 (7 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART I.2 - _NONE option + remove zts + see associated wiki page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfdrg.F90

    r8215 r8568  
    2020   !!---------------------------------------------------------------------- 
    2121   USE oce            ! ocean dynamics and tracers variables 
    22    USE phycst   , ONLY: vkarmn 
     22   USE phycst  , ONLY : vkarmn 
    2323   USE dom_oce        ! ocean space and time domain variables 
    2424   USE zdf_oce        ! ocean vertical physics variables 
     
    109109      !!---------------------------------------------------------------------- 
    110110      ! 
    111       IF( nn_timing == 1 )  CALL timing_start('zdf_drg') 
     111      IF( ln_timing )   CALL timing_start('zdf_drg') 
    112112      ! 
    113113      ! 
     
    140140      IF(ln_ctl)   CALL prt_ctl( tab2d_1=pCdU, clinfo1=' Cd*U ') 
    141141      ! 
    142       IF( nn_timing == 1 )  CALL timing_stop('zdf_drg') 
     142      IF( ln_timing )   CALL timing_stop('zdf_drg') 
    143143      ! 
    144144   END SUBROUTINE zdf_drg 
Note: See TracChangeset for help on using the changeset viewer.