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 – NEMO

Changeset 11366


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

complete previous commit with doc update

Location:
NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/NEMO/subfiles/chap_DIA.tex

    r11353 r11366  
    16671667\label{sec:DIA_diag_dct} 
    16681668 
    1669 %------------------------------------------namdct---------------------------------------------------- 
    1670  
    1671 \nlst{namdct} 
     1669%------------------------------------------nam_diadct---------------------------------------------------- 
     1670 
     1671\nlst{nam_diadct} 
    16721672%------------------------------------------------------------------------------------------------------------- 
    16731673 
     
    16881688- \texttt{salt\_transport}   for   salt transports (unit: $10^{9}Kg s^{-1}$) \\ 
    16891689 
    1690 Namelist variables in \ngn{namdct} control how frequently the flows are summed and the time scales over which 
     1690Namelist variables in \ngn{nam_diadct} control how frequently the flows are summed and the time scales over which 
    16911691they are averaged, as well as the level of output for debugging: 
    16921692\np{nn\_dct}   : frequency of instantaneous transports computing 
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/nam_diadct

    r11360 r11366  
    11!----------------------------------------------------------------------- 
    2 &namdct        ! transports through some sections                       ("key_diadct") 
     2&nam_diadct     !   transports through some sections                    (default: OFF) 
    33!----------------------------------------------------------------------- 
    4     nn_dct     = 15        !  time step frequency for transports computing 
    5     nn_dctwri  = 15        !  time step frequency for transports writing 
    6     nn_secdebug = 112       !      0 : no section to debug 
    7     !                      !     -1 : debug all section 
    8     !                      !  0 < n : debug section number n 
     4    ln_diadct  = .false.   ! Calculate transport thru sections or not 
     5       nn_dct     = 15     !  time step frequency for transports computing 
     6       nn_dctwri  = 15     !  time step frequency for transports writing 
     7       nn_secdebug = 112   !      0 : no section to debug 
     8       !                   !     -1 : debug all section 
     9       !                   !  0 < n : debug section number n 
    910/ 
  • 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.