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 4706 for branches/2014/dev_r4650_UKMO12_CFL_diagnostic/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2014-07-04T15:20:50+02:00 (10 years ago)
Author:
timgraham
Message:

Added diacfl.F90 (copied from a vn3.4 local branch)
Modified step and step_oce to call it.
Currently uses a CPP key - this will be replaced by namelist control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO12_CFL_diagnostic/NEMOGCM/NEMO/OPA_SRC/step.F90

    r4624 r4706  
    202202      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    203203      IF( lk_floats  )   CALL flo_stp( kstp )         ! drifting Floats 
     204      IF( lk_diacfl  )   CALL dia_cfl( kstp )         ! Courant number diagnostics 
    204205      IF( lk_diahth  )   CALL dia_hth( kstp )         ! Thermocline depth (20 degres isotherm depth) 
    205206      IF( lk_diafwb  )   CALL dia_fwb( kstp )         ! Fresh water budget diagnostics 
Note: See TracChangeset for help on using the changeset viewer.