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 1756 for trunk/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2009-11-25T15:15:20+01:00 (14 years ago)
Author:
smasson
Message:

implement AR5 diagnostics, see ticket:610

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/step.F90

    r1725 r1756  
    107107   USE diahdy          ! dynamic height                   (dia_hdy routine) 
    108108   USE diaptr          ! poleward transports              (dia_ptr routine) 
     109   USE diaar5          ! AR5 diagnosics                   (dia_ar5 routine) 
    109110   USE diahth          ! thermocline depth                (dia_hth routine) 
    110111   USE diafwb          ! freshwater budget                (dia_fwb routine) 
     
    245246      IF( lk_diafwb  )   CALL dia_fwb( kstp )         ! Fresh water budget diagnostics 
    246247      IF( ln_diaptr  )   CALL dia_ptr( kstp )         ! Poleward TRansports diagnostics 
     248      IF( lk_diaar5  )   CALL dia_ar5( kstp )         ! ar5 diag 
    247249                         CALL dia_wri( kstp )         ! ocean model: outputs 
    248250 
Note: See TracChangeset for help on using the changeset viewer.