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 11983 for NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-11-27T14:36:07+01:00 (5 years ago)
Author:
smueller
Message:

Removal of module diaharm (ticket #2175)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis/cfgs/SHARED/namelist_ref

    r11814 r11983  
    11181118!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    11191119!!   namflo       float parameters                                      (default: OFF) 
    1120 !!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
    11211120!!   nam_diadct   transports through some sections                      (default: OFF) 
    11221121!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     
    11761175      ln_ariane   = .true.    !    Input with Ariane tool convention(T) 
    11771176      ln_flo_ascii= .true.    !    Output with Ariane tool netcdf convention(F) or ascii file (T) 
    1178 / 
    1179 !----------------------------------------------------------------------- 
    1180 &nam_diaharm   !   Harmonic analysis of tidal constituents              (default: OFF) 
    1181 !----------------------------------------------------------------------- 
    1182     ln_diaharm = .false.   ! Choose tidal harmonic output or not 
    1183        nit000_han = 1      !    First time step used for harmonic analysis 
    1184        nitend_han = 75     !    Last time step used for harmonic analysis 
    1185        nstep_han  = 15     !    Time step frequency for harmonic analysis 
    1186        tname(1)   = 'M2'   !    Name of tidal constituents 
    1187        tname(2)   = 'K1'   !              --- 
    11881177/ 
    11891178!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.