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/OVERFLOW/EXP00/namelist_sco_FCT4_flux_cen-ahm1000_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/OVERFLOW/EXP00/namelist_sco_FCT4_flux_cen-ahm1000_cfg

    r9490 r9526  
    6767!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6868!!   namdrg_bot    bottom friction 
    69 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    70 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     69!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     70!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    7171!!====================================================================== 
    7272! 
     
    7474&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7575!----------------------------------------------------------------------- 
    76    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     76   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7777   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7878   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    113113!----------------------------------------------------------------------- 
    114114   !                       !  Operator type:    both false = No lateral diffusion 
    115    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     115   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    116116   ln_traldf_lap   =  .false.  !    laplacian operator 
    117117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    125125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    126126!----------------------------------------------------------------------- 
    127    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     127   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    128128   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    129129   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    167167!----------------------------------------------------------------------- 
    168168   !                       !  Type of the operator : 
    169    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
     169   ln_dynldf_OFF =  .false.    !  No operator (i.e. no explicit diffusion) 
    170170   ln_dynldf_lap =  .true.     !    laplacian operator 
    171171   ln_dynldf_blp =  .false.    !  bilaplacian operator 
Note: See TracChangeset for help on using the changeset viewer.