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/DIU – NEMO

Ignore:
Timestamp:
2017-12-19T09:26:25+01:00 (7 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/DIU/step_diu.F90

    r7646 r9124  
    7777      &    qsr, qns, taum, rhop(:,:,1), rdt)  
    7878 
    79       IF(ln_diurnal_only) THEN 
     79      IF( ln_diurnal_only ) THEN 
    8080         IF( ln_diaobs )         CALL dia_obs( kstp )         ! obs-minus-model (assimilation) diagnostics (call after dynamics update) 
    8181      
     
    8686         IF( lrst_oce         )   CALL rst_write    ( kstp )   ! write output ocean restart file 
    8787      
    88          IF( nn_timing == 1 .AND.  kstp == nit000  )   CALL timing_reset  
     88         IF( ln_timing .AND.  kstp == nit000  )   CALL timing_reset  
    8989      ENDIF 
    9090        
Note: See TracChangeset for help on using the changeset viewer.