Changeset 10836
- Timestamp:
- 2019-04-03T17:43:15+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/src/OCE/DIA/diaharm.F90
r10830 r10836 71 71 INTEGER :: jh, nhan, jk, ji 72 72 INTEGER :: ios ! Local integer output status for namelist read 73 TYPE(tide), PUBLIC,DIMENSION(:), POINTER :: tide_components ! Selected tidal components73 TYPE(tide), DIMENSION(:), POINTER :: tide_components ! Selected tidal components 74 74 TYPE(tide_harmonic), DIMENSION(:), POINTER :: tide_harmonics ! Oscillation parameters of selected tidal components 75 75
Note: See TracChangeset
for help on using the changeset viewer.