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 8882 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_exp.F90 – NEMO

Ignore:
Timestamp:
2017-12-01T18:44:09+01:00 (6 years ago)
Author:
flavoni
Message:

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_exp.F90

    r6140 r8882  
    6161      !!---------------------------------------------------------------------- 
    6262      ! 
    63       IF( nn_timing == 1 )  CALL timing_start('dyn_spg_exp') 
     63      IF( ln_timing )   CALL timing_start('dyn_spg_exp') 
    6464      ! 
    6565      IF( kt == nit000 ) THEN 
     
    9393      ENDIF 
    9494      ! 
    95       IF( nn_timing == 1 )  CALL timing_stop('dyn_spg_exp') 
     95      IF( ln_timing )   CALL timing_stop('dyn_spg_exp') 
    9696      ! 
    9797   END SUBROUTINE dyn_spg_exp 
Note: See TracChangeset for help on using the changeset viewer.