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

    r9490 r9526  
    108108!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
    109109!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    110 !!   nam_tide      Tidal forcing                                        (default: NO) 
    111 !!   nambdy        Unstructured open boundaries                         (default: NO) 
     110!!   nam_tide      Tidal forcing                                        (default: OFF) 
     111!!   nambdy        Unstructured open boundaries                         (default: OFF) 
    112112!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
    113 !!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     113!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF) 
    114114!!====================================================================== 
    115115! 
     
    123123!!                                                                    !! 
    124124!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    125 !!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
    126 !!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
    127 !!   nambbc        bottom temperature boundary condition                (default: NO) 
    128 !!   nambbl        bottom boundary layer scheme                         (default: NO) 
     125!!   namdrg_top    top    friction                                      (ln_OFF =F & ln_isfcav=T) 
     126!!   namdrg_bot    bottom friction                                      (ln_OFF =F) 
     127!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     128!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
    129129!!====================================================================== 
    130130! 
     
    132132&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    133133!----------------------------------------------------------------------- 
    134    ln_NONE    = .false.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     134   ln_OFF     = .false.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    135135   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    136136   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
     
    168168!!   namtra_adv       advection scheme                                  (default: NO selection) 
    169169!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    170 !!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
    171 !!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
    172 !!   namtra_dmp       T & S newtonian damping                           (default: NO) 
    173 !!====================================================================== 
    174 ! 
    175 !----------------------------------------------------------------------- 
    176 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     170!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF) 
     171!!   namtra_eiv       eddy induced velocity param.                      (default: OFF) 
     172!!   namtra_dmp       T & S newtonian damping                           (default: OFF) 
     173!!====================================================================== 
     174! 
     175!----------------------------------------------------------------------- 
     176&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    177177!----------------------------------------------------------------------- 
    178178   ln_eos80    = .true.          !  = Use EOS80 equation of state 
     
    215215/ 
    216216!----------------------------------------------------------------------- 
    217 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     217&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: OFF) 
    218218!----------------------------------------------------------------------- 
    219219   ln_dynvor_ene = .true.  !  energy conserving scheme 
Note: See TracChangeset for help on using the changeset viewer.