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/RK3_SRC/ZDF/zdfphy.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/RK3_SRC/ZDF/zdfphy.F90

    r8367 r8568  
    3232   USE lbclnk         ! lateral boundary conditions 
    3333   USE lib_mpp        ! distribued memory computing 
     34   USE timing         ! Timing 
    3435 
    3536   IMPLICIT NONE 
     
    7576         &             rn_avm0, rn_avt0, nn_avb, nn_havtb                  ! coefficients 
    7677      !!---------------------------------------------------------------------- 
     78      ! 
     79      IF( ln_timing )   CALL timing_start('zdf_phy_init') 
    7780      ! 
    7881      !                           !==  Namelist  ==! 
     
    193196      !!gm move it here ? 
    194197      ! 
     198      IF( ln_timing )   CALL timing_stop('zdf_phy_init') 
     199      ! 
    195200   END SUBROUTINE zdf_phy_init 
    196201 
     
    213218      REAL(wp), DIMENSION(jpi,jpj,jpk) ::   zsh2   ! shear production 
    214219      !! --------------------------------------------------------------------- 
     220      ! 
     221      IF( ln_timing )   CALL timing_start('zdf_phy') 
    215222      ! 
    216223      IF( l_zdfdrg ) THEN     !==  update top/bottom drag  ==!   (non-linear cases) 
     
    289296      ENDIF 
    290297      ! 
     298      IF( ln_timing )   CALL timing_stop('zdf_phy') 
     299      ! 
    291300   END SUBROUTINE zdf_phy 
    292301 
Note: See TracChangeset for help on using the changeset viewer.