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 15422 for NEMO/branches/UKMO/r14075_India_uncoupled/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2021-10-21T11:19:25+02:00 (3 years ago)
Author:
jcastill
Message:

Changes tested so that they can merged with the CO9 Met Office branch - jpmax_harmo should be 34 with FES14 tides, but the last components are not used anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/r14075_India_uncoupled/src/OCE/step.F90

    r14075 r15422  
    206206                         CALL dia_ar5 ( kstp )        ! ar5 diag 
    207207      IF( ln_diaptr  )   CALL dia_ptr                 ! Poleward adv/ldf TRansports diagnostics 
     208      IF( lk_diaharm_fast )                           &   
     209            &            CALL dia_harm_fast( kstp )   ! Tidal harmonic analysis - restart and faster version  
    208210      IF( ln_diaharm )   CALL dia_harm( kstp )        ! Tidal harmonic analysis 
    209211                         CALL dia_wri ( kstp )        ! ocean model: outputs 
Note: See TracChangeset for help on using the changeset viewer.