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/domain.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/domain.F90

    r9023 r9124  
    4444   USE lbclnk         ! ocean lateral boundary condition (or mpp link) 
    4545   USE lib_mpp        ! distributed memory computing library 
    46    USE timing         ! Timing 
    4746 
    4847   IMPLICIT NONE 
     
    8079      REAL(wp), DIMENSION(jpi,jpj) ::   z1_hu_0, z1_hv_0 
    8180      !!---------------------------------------------------------------------- 
    82       ! 
    83       IF( ln_timing )   CALL timing_start('dom_init') 
    8481      ! 
    8582      IF(lwp) THEN         ! Ocean domain Parameters (control print) 
     
    191188      ! 
    192189      IF( ln_write_cfg )   CALL cfg_write         ! create the configuration file 
    193       ! 
    194       IF( ln_timing )   CALL timing_stop('dom_init') 
    195190      ! 
    196191   END SUBROUTINE dom_init 
Note: See TracChangeset for help on using the changeset viewer.