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 14659 for NEMO/branches/UKMO/NEMO_4.0.4_fix_topo_ponds/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2021-03-31T11:40:35+02:00 (3 years ago)
Author:
dancopsey
Message:

Merge in NEMO_4.0.4_GO8_package branch from revision r14076 to r14474

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_fix_topo_ponds/cfgs/SHARED/namelist_ref

    r14075 r14659  
    6767   ln_xios_read = .FALSE.  !  use XIOS to read restart file (only for a single file restart) 
    6868   nn_wxios = 0      !  use XIOS to write restart file 0 - no, 1 - single file output, 2 - multiple file output 
     69   ln_rst_eos = .TRUE.     ! check if the equation of state used to produce the restart is consistent with model 
    6970/ 
    7071!----------------------------------------------------------------------- 
     
    745746&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    746747!----------------------------------------------------------------------- 
    747    ln_teos10   = .false.         !  = Use TEOS-10 
     748   ln_teos10   = .true.         !  = Use TEOS-10 
    748749   ln_eos80    = .false.         !  = Use EOS80 
    749750   ln_seos     = .false.         !  = Use S-EOS (simplified Eq.) 
     
    837838      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    838839      !                        !  time invariant coefficients:  aei0 = 1/2  Ue*Le  
    839       rn_Ue        = 0.02           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
    840       rn_Le        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     840      rn_Ue        = 0.02           !  lateral diffusive velocity [m/s] (nn_aei_ijk_t= 0, 10, 20, 30) 
     841      rn_Le        = 200.e+3        !  lateral diffusive length   [m]   (nn_aei_ijk_t= 0, 10) 
    841842      ! 
    842843      ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     844      nn_ldfeiv_shape = 0           !  shape of bounding coefficient    (nn_aei_ijk_t= 21 only) 
    843845/ 
    844846!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.