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 9124 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/dommsk.F90 – NEMO

Ignore:
Timestamp:
2017-12-19T09:26:25+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: ln_timing instead of nn_timing + restricted timing to nemo_init and routine called by step in OPA_SRC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/dommsk.F90

    r9090 r9124  
    2626   USE dom_oce        ! ocean space and time domain 
    2727   USE usrdef_fmask   ! user defined fmask 
    28    USE bdy_oce       
     28   USE bdy_oce        ! open boundary 
     29   ! 
    2930   USE in_out_manager ! I/O manager 
    3031   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
    3132   USE lib_mpp        ! Massively Parallel Processing library 
    32    USE timing         ! Timing 
    3333 
    3434   IMPLICIT NONE 
     
    102102         &             ln_vol, nn_volctl, nn_rimwidth, nb_jpk_bdy 
    103103      !!--------------------------------------------------------------------- 
    104       ! 
    105       IF( ln_timing )   CALL timing_start('dom_msk') 
    106104      ! 
    107105      REWIND( numnam_ref )              ! Namelist namlbc in reference namelist : Lateral momentum boundary condition 
     
    295293      CALL usr_def_fmask( cn_cfg, nn_cfg, fmask ) 
    296294      ! 
    297       ! 
    298       IF( ln_timing )   CALL timing_stop('dom_msk') 
    299       ! 
    300295   END SUBROUTINE dom_msk 
    301296    
Note: See TracChangeset for help on using the changeset viewer.