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 9104 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl.F90 – NEMO

Ignore:
Timestamp:
2017-12-15T18:56:13+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: ZDF: timing + lnk_multi + namelist cfg ctl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl.F90

    r9019 r9104  
    1515   USE trc_oce  , ONLY: l_offline         ! ocean space and time domain variables 
    1616   USE zdf_oce        ! ocean vertical physics 
     17   ! 
    1718   USE in_out_manager ! I/O manager 
    1819   USE prtctl         ! Print control 
     
    2021   USE iom            ! I/O library 
    2122   USE lib_mpp        ! MPP library 
    22    USE timing         ! Timing 
    2323 
    2424   IMPLICIT NONE 
     
    8282      !!---------------------------------------------------------------------- 
    8383      ! 
    84       IF( ln_timing )   CALL timing_start('zdf_mxl') 
    85       ! 
    8684      IF( kt == nit000 ) THEN 
    8785         IF(lwp) WRITE(numout,*) 
     
    9189         IF( zdf_mxl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'zdf_mxl : unable to allocate arrays' ) 
    9290      ENDIF 
    93  
     91      ! 
    9492      ! w-level of the mixing and mixed layers 
    9593      nmln(:,:)  = nlb10               ! Initialization to the number of w ocean point 
     
    138136         ENDIF 
    139137      ENDIF 
    140        
     138      ! 
    141139      IF(ln_ctl)   CALL prt_ctl( tab2d_1=REAL(nmln,wp), clinfo1=' nmln : ', tab2d_2=hmlp, clinfo2=' hmlp : ', ovlap=1 ) 
    142       ! 
    143       IF( ln_timing )   CALL timing_stop('zdf_mxl') 
    144140      ! 
    145141   END SUBROUTINE zdf_mxl 
Note: See TracChangeset for help on using the changeset viewer.