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 11692 for NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/nam_diaharm – NEMO

Ignore:
Timestamp:
2019-10-12T16:08:18+02:00 (5 years ago)
Author:
francesca
Message:

Update branch to integrate the development starting from the current v4.01 ready trunk

Location:
NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc

    • Property svn:externals set to
      ^/utils/badges badges
      ^/utils/logos logos
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/nam_diaharm

    r10075 r11692  
    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.