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.
nam_diaharm in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/nam_diaharm @ 11536

Last change on this file since 11536 was 11536, checked in by smasson, 5 years ago

trunk: merge dev_r10984_HPC-13 into the trunk

  • Property svn:mime-type set to text/x-fortran
File size: 607 bytes
RevLine 
[6289]1!-----------------------------------------------------------------------
[11536]2&nam_diaharm   !   Harmonic analysis of tidal constituents              (default: OFF)
[6289]3!-----------------------------------------------------------------------
[11536]4    ln_diaharm = .false.   ! Choose tidal harmonic output or not
5       nit000_han = 1      !    First time step used for harmonic analysis
6       nitend_han = 75     !    Last time step used for harmonic analysis
7       nstep_han  = 15     !    Time step frequency for harmonic analysis
8       tname(1)   = 'M2'   !    Name of tidal constituents
9       tname(2)   = 'K1'
[6289]10/
Note: See TracBrowser for help on using the repository browser.