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.
#1519 (Tidal Harmonics not Written Out Correctly) – NEMO

Opened 9 years ago

Closed 9 years ago

#1519 closed Bug (duplicate)

Tidal Harmonics not Written Out Correctly

Reported by: sallen@… Owned by: nemo
Priority: lowest Milestone:
Component: OCE Version: v3.6
Severity: Keywords:
Cc:

Description

NEMO-3.6 svn at r5072

bdytides.F90

Tidal harmonics for bdy are now taken from tide.h90 in SBC. However, there is no call to tide_harmo before the tides are written out to ocean.output. To fix this,

  • remove the bang (!) in front of USE tide_mod
  • add

call tide_harmo(omega_tide, v0tide, utide, ftide, ntide, nb_harmo)
before the tides are written.

  • correct the units in the write statement, they are not deg/hr

WRITE(numout,*) ' Tidal cpt name - Phase speed (/s)'

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 9 years ago by timgraham

  • Resolution set to duplicate
  • Status changed from new to closed

Ticket #1366 refers to this as well. The behaviour was changed at revision 5084 so that the phase speeds are no longer printed during initialisation. They are already printed at the 1st time step so there is no need to print them again.

Note: See TracTickets for help on using tickets.