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 11365 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/cfgs/SHARED/namelist_ref – NEMO

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

Remove key_diaharm and key_diadct. Replace namdct by nam_diadct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/cfgs/SHARED/namelist_ref

    r11358 r11365  
    11091109!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    11101110!!   namflo       float parameters                                      ("key_float") 
    1111 !!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    1112 !!   namdct       transports through some sections                      ("key_diadct") 
     1111!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
     1112!!   nam_diadct   transports through some sections                      (default: OFF) 
    11131113!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
    11141114!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
     
    11681168/ 
    11691169!----------------------------------------------------------------------- 
    1170 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    1171 !----------------------------------------------------------------------- 
    1172     nit000_han = 1         ! First time step used for harmonic analysis 
    1173     nitend_han = 75        ! Last time step used for harmonic analysis 
    1174     nstep_han  = 15        ! Time step frequency for harmonic analysis 
    1175     tname(1)   = 'M2'      ! Name of tidal constituents 
    1176     tname(2)   = 'K1' 
    1177 / 
    1178 !----------------------------------------------------------------------- 
    1179 &namdct        ! transports through some sections                       ("key_diadct") 
    1180 !----------------------------------------------------------------------- 
    1181     nn_dct     = 15        !  time step frequency for transports computing 
    1182     nn_dctwri  = 15        !  time step frequency for transports writing 
    1183     nn_secdebug = 112       !      0 : no section to debug 
    1184     !                      !     -1 : debug all section 
    1185     !                      !  0 < n : debug section number n 
     1170&nam_diaharm   !   Harmonic analysis of tidal constituents              (default: OFF) 
     1171!----------------------------------------------------------------------- 
     1172    ln_diaharm = .false.   ! Choose tidal harmonic output or not 
     1173       nit000_han = 1      !    First time step used for harmonic analysis 
     1174       nitend_han = 75     !    Last time step used for harmonic analysis 
     1175       nstep_han  = 15     !    Time step frequency for harmonic analysis 
     1176       tname(1)   = 'M2'   !    Name of tidal constituents 
     1177       tname(2)   = 'K1'   !              --- 
     1178/ 
     1179!----------------------------------------------------------------------- 
     1180&nam_diadct    !   transports through some sections                     (default: OFF) 
     1181!----------------------------------------------------------------------- 
     1182    ln_diadct  = .false.   ! Calculate transport thru sections or not 
     1183       nn_dct     = 15     !  time step frequency for transports computing 
     1184       nn_dctwri  = 15     !  time step frequency for transports writing 
     1185       nn_secdebug = 112   !      0 : no section to debug 
     1186       !                   !     -1 : debug all section 
     1187       !                   !  0 < n : debug section number n 
    11861188/ 
    11871189!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.