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

    r9490 r9526  
    8383!!                                                                    !! 
    8484!!   nameos        equation of state                                    (default: NO selection) 
     85!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
    8586!!   namdta_dyn    offline TOP: ocean state read in files               (OFF_SRC only) 
    8687!!====================================================================== 
    8788! 
    8889!----------------------------------------------------------------------- 
    89 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
     90&nameos        !   ocean Equation Of Seawater                           (default: OFF) 
    9091!----------------------------------------------------------------------- 
    9192   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
     93/ 
     94!----------------------------------------------------------------------- 
     95&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     96!----------------------------------------------------------------------- 
     97   ln_traldf_lap   = .true.    !    laplacian operator 
     98   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator) 
     99   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators) 
     100   !                       !  Coefficients: 
     101   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     102      !                             !   = 20     aht = 1/2  Ud. max(e1,e2) 
     103      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     104      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
    92105/ 
    93106!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.