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.
2019WP/ENHANCE-12_SimonM-Tides (diff) – NEMO

Changes between Version 3 and Version 4 of 2019WP/ENHANCE-12_SimonM-Tides


Ignore:
Timestamp:
2019-02-11T19:35:39+01:00 (5 years ago)
Author:
smueller
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2019WP/ENHANCE-12_SimonM-Tides

    v3 v4  
    5353 d. the simplification of the internal representation of amplitudes, frequencies, and phases of the selected tidal components in the new public array {{{tide_harmonics}}} (for internal use as well as for external access of tidal harmonics information by module {{{bdytides}}}) that contains variables of a new type {{{tide_harmonic}}}, 
    5454 
    55 {{{#f 
     55{{{#!f 
    5656   TYPE, PUBLIC :: tide_harmonic 
    5757      CHARACTER(LEN=4) :: name 
     
    6060      REAL(wp) :: u 
    6161      REAL(wp) :: v 
    62    END TYPE tide_harmonic 
    63 }}}, 
     62   END TYPE tide_harmonic, 
     63}}} 
    6464 
    6565 and which replaces the arrays {{{omega_tide}}}, {{{v0tide}}}, {{{utide}}}, {{{ftide}}} (and additionally stores the names of the components; this feature would be used by subroutine {{{tide_harmo}}}, see item 2e, and module {{{bdytides}}}, see item 2i);