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_zps_FCT4_vect_een_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_zps_FCT4_vect_een_cfg

    r9520 r9526  
    6565!!   namdrg_top    top    friction                                      (ln_isfcav=T) 
    6666!!   namdrg_bot    bottom friction 
    67 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    68 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     67!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     68!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    6969!!====================================================================== 
    7070! 
     
    7272&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7373!----------------------------------------------------------------------- 
    74    ln_NONE    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     74   ln_OFF     = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7575   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7676   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     
    111111!----------------------------------------------------------------------- 
    112112   !                       !  Operator type:    both false = No lateral diffusion 
    113    ln_traldf_NONE  =  .true.  !  No explicit diffusion 
     113   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    114114   ln_traldf_lap   =  .false.  !    laplacian operator 
    115115   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    123123&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    124124!----------------------------------------------------------------------- 
    125    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     125   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection) 
    126126   ln_dynadv_vec = .true. !  vector form (T) or flux form (F) 
    127127   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     
    165165!----------------------------------------------------------------------- 
    166166   !                       !  Type of the operator : 
    167    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
     167   ln_dynldf_OFF =  .false.    !  No operator (i.e. no explicit diffusion) 
    168168   ln_dynldf_lap =  .true.    !    laplacian operator 
    169169   ln_dynldf_blp =  .false.    !  bilaplacian operator 
Note: See TracChangeset for help on using the changeset viewer.