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 2848 for branches/2011/dev_r2802_MERCATOR10_diadct/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2011-09-21T12:33:48+02:00 (13 years ago)
Author:
cbricaud
Message:

add routines for online transports computing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_MERCATOR10_diadct/NEMOGCM/NEMO/OPA_SRC/step.F90

    r2715 r2848  
    164164      IF( lk_diafwb  )   CALL dia_fwb( kstp )         ! Fresh water budget diagnostics 
    165165      IF( ln_diaptr  )   CALL dia_ptr( kstp )         ! Poleward TRansports diagnostics 
     166      IF( lk_diadct  )   CALL dia_dct( kstp )         ! Transports 
    166167      IF( lk_diaar5  )   CALL dia_ar5( kstp )         ! ar5 diag 
    167168                         CALL dia_wri( kstp )         ! ocean model: outputs 
Note: See TracChangeset for help on using the changeset viewer.