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/tests/WAD/EXPREF – 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/tests/WAD/EXPREF/namelist_cfg

    r11268 r11365  
    422422!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    423423!!   namflo       float parameters                                      ("key_float") 
    424 !!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    425 !!   namdct       transports through some sections                      ("key_diadct") 
     424!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
     425!!   nam_diadct   transports through some sections                      (default: OFF) 
    426426!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
    427427!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
     
    443443/ 
    444444!----------------------------------------------------------------------- 
    445 &namdct        ! transports through some sections                       ("key_diadct") 
    446 !----------------------------------------------------------------------- 
     445&nam_diadct    !   transports through some sections                     (default: OFF) 
     446!----------------------------------------------------------------------- 
     447    ln_diadct  = .false.   ! Calculate transport thru sections or not 
    447448    nn_dct      = 60       !  time step frequency for transports computing 
    448449    nn_dctwri   = 60       !  time step frequency for transports writing 
Note: See TracChangeset for help on using the changeset viewer.