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/C1D/domc1d.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/C1D/domc1d.F90

    r7646 r9124  
    1818   USE in_out_manager ! I/O manager (ctmp1) 
    1919   USE wrk_nemo                      ! Memory allocation 
    20    USE timing                        ! Timing 
    2120 
    2221   IMPLICIT NONE 
     
    6867      !!---------------------------------------------------------------------- 
    6968 
    70       IF( nn_timing == 1 )   CALL timing_start('dom_c1d') 
    71  
    7269      REWIND( numnam_ref )              ! Namelist namdom in reference namelist : space & time domain (bathymetry, mesh, timestep) 
    7370      READ  ( numnam_ref, namdom, IOSTAT = ios, ERR = 901 ) 
     
    198195      ENDIF 
    199196      ! 
    200       IF( nn_timing == 1 )   CALL timing_stop('dom_c1d') 
    201       ! 
    202197   END SUBROUTINE dom_c1d 
    203198 
Note: See TracChangeset for help on using the changeset viewer.