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/branches/2019/dev_ASINTER-01-05_merged/doc/namelists – NEMO

source: NEMO/branches/2019/dev_ASINTER-01-05_merged/doc/namelists/nam_diaharm @ 12063

Last change on this file since 12063 was 12063, checked in by gsamson, 4 years ago

dev_ASINTER-01-05_merged: update branch with dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk@r12061 and trunk@r12055 + bugfix for agrif compatibility in sbcblk: sette tests with ref configs ok except ABL restartability (under investigation) (tickets #2159 and #2131)

  • Property svn:mime-type set to text/x-fortran
File size: 628 bytes
Line 
1!-----------------------------------------------------------------------
2&nam_diaharm   !   Harmonic analysis of tidal constituents              (default: OFF)
3!-----------------------------------------------------------------------
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'   !              ---
10/
Note: See TracBrowser for help on using the repository browser.