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

Ignore:
Timestamp:
2020-02-25T16:29:34+01:00 (4 years ago)
Author:
jcastill
Message:

First implementation of the branch - compiling after merge

File:
1 edited

Legend:

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

    r11715 r12453  
    209209                         CALL dia_ar5 ( kstp )        ! ar5 diag 
    210210      IF( ln_diaharm )   CALL dia_harm( kstp )        ! Tidal harmonic analysis 
     211      IF( lk_diaharm_fast )                           &  
     212            &            CALL dia_harm_fast( kstp )   ! Tidal harmonic analysis - restart and faster version 
    211213                         CALL dia_wri ( kstp )        ! ocean model: outputs 
    212214      ! 
Note: See TracChangeset for help on using the changeset viewer.