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/SAS_BIPER/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/SAS_BIPER/EXP00/namelist_cfg

    r9524 r9526  
    148148&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    149149!----------------------------------------------------------------------- 
    150    ln_NONE    = .true.     !  free-slip       : Cd = 0                   
     150   ln_OFF     = .true.     !  free-slip       : Cd = 0                   
    151151/ 
    152152!----------------------------------------------------------------------- 
     
    159159/ 
    160160!----------------------------------------------------------------------- 
    161 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    162 !----------------------------------------------------------------------- 
    163 / 
    164 !----------------------------------------------------------------------- 
    165 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    166 !----------------------------------------------------------------------- 
    167 / 
    168 !----------------------------------------------------------------------- 
    169 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     161&nambbc        !   bottom temperature boundary condition                (default: OFF) 
     162!----------------------------------------------------------------------- 
     163/ 
     164!----------------------------------------------------------------------- 
     165&nambbl        !   bottom boundary layer scheme                         (default: OFF) 
     166!----------------------------------------------------------------------- 
     167/ 
     168!----------------------------------------------------------------------- 
     169&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    170170!----------------------------------------------------------------------- 
    171171   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
     
    181181&namtra_ldf    !   lateral diffusion scheme for tracers 
    182182!---------------------------------------------------------------------------------- 
    183    ln_traldf_NONE   =  .true.   !    laplacian operator 
     183   ln_traldf_OFF    =  .true.   !    laplacian operator 
    184184/ 
    185185 
     
    187187&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    188188!----------------------------------------------------------------------- 
    189    ln_dynadv_NONE= .true. !  linear dynamics (no momentum advection) 
     189   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection) 
    190190/ 
    191191!----------------------------------------------------------------------- 
     
    206206&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    207207!----------------------------------------------------------------------- 
    208    ln_dynldf_NONE= .true.     !  No operator (i.e. no explicit diffusion) 
     208   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion) 
    209209/ 
    210210!----------------------------------------------------------------------- 
     
    242242/ 
    243243!----------------------------------------------------------------------- 
    244 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     244&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
    245245!----------------------------------------------------------------------- 
    246246/ 
Note: See TracChangeset for help on using the changeset viewer.