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 9526 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-04-30T12:22:35+02:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: rename ln_...NONE as ln_...OFF (CONFIG, OPA_SRC, TOP_SRC) ; agrif zoom now only in AGRIF_NORDIC configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg

    r9490 r9526  
    3939/ 
    4040!----------------------------------------------------------------------- 
    41 &namwad        !   Wetting and Drying (WaD)                             (default: NO) 
     41&namwad        !   Wetting and Drying (WaD)                             (default: OFF) 
    4242!----------------------------------------------------------------------- 
    4343   ln_wd_il    = .false    ! T/F activation of iterative   limiter 
     
    222222/ 
    223223!----------------------------------------------------------------------- 
    224 &nambbc        !   bottom temperature boundary condition                (default: NO) 
     224&nambbc        !   bottom temperature boundary condition                (default: OFF) 
    225225!----------------------------------------------------------------------- 
    226226   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     
    228228/ 
    229229!----------------------------------------------------------------------- 
    230 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    231 !----------------------------------------------------------------------- 
    232 / 
    233 !----------------------------------------------------------------------- 
    234 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     230&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
     231!----------------------------------------------------------------------- 
     232/ 
     233!----------------------------------------------------------------------- 
     234&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    235235!----------------------------------------------------------------------- 
    236236   ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     
    254254&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    255255!----------------------------------------------------------------------- 
    256    ln_traadv_NONE=  .false.  !  No tracer advection 
     256   ln_traadv_OFF =  .false.  !  No tracer advection 
    257257   ln_traadv_cen =  .false.  !  2nd order centered scheme 
    258258   ln_traadv_mus =  .false.  !  MUSCL scheme 
     
    300300&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    301301!----------------------------------------------------------------------- 
    302    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     302   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    303303   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme 
    304304     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     
    307307/ 
    308308!----------------------------------------------------------------------- 
    309 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     309&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: OFF) 
    310310!----------------------------------------------------------------------- 
    311311   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     
    323323/ 
    324324!----------------------------------------------------------------------- 
    325 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     325&namdyn_spg    !   surface pressure gradient                            (default: OFF) 
    326326!----------------------------------------------------------------------- 
    327327   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    420420/ 
    421421!----------------------------------------------------------------------- 
    422 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     422&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
    423423!----------------------------------------------------------------------- 
    424424/ 
Note: See TracChangeset for help on using the changeset viewer.