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 10826 for NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/src/OCE/DIA/diaharm.F90 – NEMO

Ignore:
Timestamp:
2019-04-02T17:41:29+02:00 (5 years ago)
Author:
smueller
Message:

Correction of a variable declaration in subroutine dia_harm_init of module diaharm (ticket #2194)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/src/OCE/DIA/diaharm.F90

    r10822 r10826  
    7272      INTEGER ::   ios                 ! Local integer output status for namelist read 
    7373      TYPE(tide), PUBLIC, DIMENSION(:), POINTER ::   tide_components ! Selected tidal components 
    74       TYPE(tide),        DIMENSION(:), POINTER ::   tide_harmonics  ! Oscillation parameters of selected tidal components 
     74      TYPE(tide_harmonic), DIMENSION(:), POINTER ::   tide_harmonics  ! Oscillation parameters of selected tidal components 
    7575 
    7676      NAMELIST/nam_diaharm/ nit000_han, nitend_han, nstep_han, tname 
Note: See TracChangeset for help on using the changeset viewer.