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 11366 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/nam_diaharm – NEMO

Ignore:
Timestamp:
2019-07-29T17:42:08+02:00 (5 years ago)
Author:
clem
Message:

complete previous commit with doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/nam_diaharm

    r10075 r11366  
    11!----------------------------------------------------------------------- 
    2 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     2&nam_diaharm   !   Harmonic analysis of tidal constituents              (default: OFF) 
    33!----------------------------------------------------------------------- 
    4     nit000_han = 1         ! First time step used for harmonic analysis 
    5     nitend_han = 75        ! Last time step used for harmonic analysis 
    6     nstep_han  = 15        ! Time step frequency for harmonic analysis 
    7     tname(1)   = 'M2'      ! Name of tidal constituents 
    8     tname(2)   = 'K1' 
     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' 
    910/ 
Note: See TracChangeset for help on using the changeset viewer.