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 11091 for NEMO/releases/release-4.0/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2019-06-11T14:58:36+02:00 (5 years ago)
Author:
agn
Message:

new diahth to work without key_diahth: changes in diahth.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0/src/OCE/step.F90

    r10364 r11091  
    212212      ! diagnostics and outputs 
    213213      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    214       IF( lk_floats  )   CALL flo_stp ( kstp )        ! drifting Floats 
    215       IF( ln_diacfl  )   CALL dia_cfl ( kstp )        ! Courant number diagnostics 
    216       IF( lk_diahth  )   CALL dia_hth ( kstp )        ! Thermocline depth (20 degres isotherm depth) 
    217       IF( lk_diadct  )   CALL dia_dct ( kstp )        ! Transports 
    218                          CALL dia_ar5 ( kstp )        ! ar5 diag 
     214      IF( lk_floats  )   CALL flo_stp( kstp )         ! drifting Floats 
     215      IF( ln_diacfl  )   CALL dia_cfl( kstp )         ! Courant number diagnostics 
     216      IF( ln_diahth  )   CALL dia_hth( kstp )         ! Thermocline depth (20 degres isotherm depth) 
     217      IF( lk_diadct  )   CALL dia_dct( kstp )         ! Transports 
     218                         CALL dia_ar5( kstp )         ! ar5 diag 
    219219      IF( lk_diaharm )   CALL dia_harm( kstp )        ! Tidal harmonic analysis 
    220220                         CALL dia_wri ( kstp )        ! ocean model: outputs 
Note: See TracChangeset for help on using the changeset viewer.