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 15491 for NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2021-11-10T14:48:04+01:00 (3 years ago)
Author:
hadjt
Message:

DIA/diaharm_fast.F90

Harmonic analysis with restarts.

Working, but perhaps needs additional work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/step.F90

    r15313 r15491  
    207207      IF( ln_diaptr  )   CALL dia_ptr                 ! Poleward adv/ldf TRansports diagnostics 
    208208      IF( ln_diaharm )   CALL dia_harm( kstp )        ! Tidal harmonic analysis 
     209      ! NB - new harmonic analysis  
     210      IF( lk_diaharm_fast )                           & 
     211            &            CALL dia_harm_fast( kstp )   ! Tidal harmonic analysis - restart and faster version 
     212      ! END NB 
    209213                         CALL dia_prod( kstp )        ! ocean model: product diagnostics 
    210214                         CALL dia_wri ( kstp )        ! ocean model: outputs 
Note: See TracChangeset for help on using the changeset viewer.