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 10836 for NEMO/branches – NEMO

Changeset 10836 for NEMO/branches


Ignore:
Timestamp:
2019-04-03T17:43:15+02:00 (5 years ago)
Author:
smueller
Message:

Correction of the declaration of variable tide_components 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

    r10830 r10836  
    7171      INTEGER :: jh, nhan, jk, ji 
    7272      INTEGER ::   ios                 ! Local integer output status for namelist read 
    73       TYPE(tide), PUBLIC, DIMENSION(:), POINTER ::   tide_components ! Selected tidal components 
     73      TYPE(tide),         DIMENSION(:), POINTER ::   tide_components ! Selected tidal components 
    7474      TYPE(tide_harmonic), DIMENSION(:), POINTER ::   tide_harmonics  ! Oscillation parameters of selected tidal components 
    7575 
Note: See TracChangeset for help on using the changeset viewer.