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

Ignore:
Timestamp:
2011-10-18T18:10:26+02:00 (13 years ago)
Author:
cbricaud
Message:

! Add Harmonic diag

File:
1 edited

Legend:

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

    r2715 r2956  
    165165      IF( ln_diaptr  )   CALL dia_ptr( kstp )         ! Poleward TRansports diagnostics 
    166166      IF( lk_diaar5  )   CALL dia_ar5( kstp )         ! ar5 diag 
     167      IF( lk_diaharm )   CALL dia_harm( kstp )        ! Tidal harmonic analysis 
    167168                         CALL dia_wri( kstp )         ! ocean model: outputs 
    168169 
Note: See TracChangeset for help on using the changeset viewer.