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 5971 for branches/UKMO/product_diagnostics/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2015-12-02T09:47:34+01:00 (9 years ago)
Author:
davestorkey
Message:

UKMO/products_diagnostics branch: implement new diagnostics.

Location:
branches/UKMO/product_diagnostics/NEMOGCM/NEMO/OPA_SRC
Files:
1 added
2 edited

Legend:

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

    r5962 r5971  
    231231      IF( lk_diaar5  )      CALL dia_ar5( kstp )         ! ar5 diag 
    232232      IF( lk_diaharm )      CALL dia_harm( kstp )        ! Tidal harmonic analysis 
     233                            CALL dia_prod( kstp )        ! ocean model: product diagnostics 
    233234                            CALL dia_wri( kstp )         ! ocean model: outputs 
    234235      ! 
  • branches/UKMO/product_diagnostics/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r5962 r5971  
    8888 
    8989   USE diawri           ! Standard run outputs             (dia_wri routine) 
     90   USE diaprod          ! Product diagnostics              (dia_prod routine) 
    9091   USE diaptr           ! poleward transports              (dia_ptr routine) 
    9192   USE diadct           ! sections transports              (dia_dct routine) 
Note: See TracChangeset for help on using the changeset viewer.