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

    r9023 r9124  
    9191# endif 
    9292#endif 
     93      ! 
     94      IF( ln_timing )   CALL timing_start('stp') 
     95      ! 
    9396      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    9497      ! update I/O and calendar  
     
    334337#endif 
    335338      ! 
    336       IF( ln_timing .AND.  kstp == nit000  )   CALL timing_reset 
     339      IF( ln_timing ) THEN 
     340         IF( ln_timing      )   CALL timing_start('stp') 
     341!!gm avoid the init phase during 1st time step ???  useless now no? 
     342         IF( kstp == nit000 )   CALL timing_reset            
     343      ENDIF 
    337344      ! 
    338345   END SUBROUTINE stp 
Note: See TracChangeset for help on using the changeset viewer.