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 8568 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/RK3_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2017-09-27T16:29:24+02:00 (7 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART I.2 - _NONE option + remove zts + see associated wiki page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/RK3_SRC/step.F90

    r8367 r8568  
    208208      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    209209      IF( lk_floats  )   CALL flo_stp( kstp )         ! drifting Floats 
    210       IF( nn_diacfl == 1 )   CALL dia_cfl( kstp )         ! Courant number diagnostics 
     210      IF( ln_diacfl )   CALL dia_cfl( kstp )         ! Courant number diagnostics 
    211211      IF( lk_diahth  )   CALL dia_hth( kstp )         ! Thermocline depth (20 degres isotherm depth) 
    212212      IF( lk_diadct  )   CALL dia_dct( kstp )         ! Transports 
     
    324324#endif 
    325325      ! 
    326       IF( nn_timing == 1 .AND.  kstp == nit000  )   CALL timing_reset 
     326      IF( ln_timing .AND.  kstp == nit000  )   CALL timing_reset 
    327327      ! 
    328328   END SUBROUTINE stp 
Note: See TracChangeset for help on using the changeset viewer.