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 11768 for NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/src/OCE/TDE/tide_mod.F90 – NEMO

Ignore:
Timestamp:
2019-10-23T11:58:40+02:00 (5 years ago)
Author:
smueller
Message:

Addition of an alternative tidal-constituent parameter set (ticket #2194)

File:
1 edited

Legend:

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

    r11764 r11768  
    670670         zf = zf * zf1 * zf1 
    671671         ! 
     672      CASE( 20 )                 !==  formula 20, compound waves ( 78 x 78 x 78 x 78 ) 
     673         zf1 = nodal_factort(78) 
     674         zf  = zf1 * zf1 * zf1 * zf1 
     675         ! 
    672676      CASE( 73 )                 !==  formule 73 
    673677         zs = sin(sh_I) 
Note: See TracChangeset for help on using the changeset viewer.