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 6672 for branches/UKMO/v3_6_extra_CMIP6_diagnostics/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2016-06-07T14:16:21+02:00 (8 years ago)
Author:
timgraham
Message:

Added product diagnostic module and used this to include OHT calculated from v*T terms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/v3_6_extra_CMIP6_diagnostics/NEMOGCM/NEMO/OPA_SRC/step.F90

    r6427 r6672  
    234234      IF( lk_diaar5  )      CALL dia_ar5( kstp )         ! ar5 diag 
    235235      IF( lk_diaharm )      CALL dia_harm( kstp )        ! Tidal harmonic analysis 
     236                            CALL dia_prod( kstp )        ! ocean model: product diagnostics 
    236237                            CALL dia_wri( kstp )         ! ocean model: outputs 
    237238      ! 
Note: See TracChangeset for help on using the changeset viewer.