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 15260 for NEMO/branches/NERC/dev_r4.0.6_GEOMETRIC/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2021-09-14T18:31:24+02:00 (3 years ago)
Author:
acc
Message:

Untested, initial port of GEOMETRIC changes. Includes a bug fix to eken diagnostic in diawri.F90 which, if confirmed, is also relevant to current 4.0-HEAD. #2722

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/NERC/dev_r4.0.6_GEOMETRIC/cfgs/SHARED/namelist_ref

    r14372 r15260  
    836836      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    837837      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     838      !                             !   = 32 F(i,j,t)  = GEOMETRIC parameterization        (=> fill namldf_eke) 
    838839      !                        !  time invariant coefficients:  aei0 = 1/2  Ue*Le  
    839840      rn_Ue        = 0.02           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     
    841842      ! 
    842843      ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     844   ln_eke_equ    =.true.   ! switch on update of GEOMETRIC eddy energy equation            (=> fill namldf_eke) 
     845                           ! forced to be true if nn_aei_ijk_t = 32 
     846/ 
     847!---------------------------------------------------------------------------------- 
     848&namldf_eke !   GEOMETRIC param. (total EKE equation)                           (nn_aei_ijk_t = 32) 
     849!---------------------------------------------------------------------------------- 
     850   rn_ekedis      =  180.      ! dissipation time scale of EKE [days] 
     851      nn_eke_dis  =    0       ! dissipation option 
     852      !                             !   =  0  constant in space 
     853      !                             !   =-20  read in geom_diss_2D.nc file 
     854   rn_geom        =  0.05      ! geometric parameterization master coefficient (>0 & <1) 
     855   rn_eke_init    =  1.e-1     ! initial total EKE value 
     856   rn_eke_min     =  1.e+0     ! background value of total EKE 
     857   rn_ross_min    =  4.e+3     ! tapering of aeiv based on min Rossby radius [m] 
     858   !                           !   set to zero to not taper it 
     859   rn_eke_lap     =   500.     ! Laplacian diffusion coefficient of EKE 
     860   !                           !   this is in all options below, so set it to zero and nothing is done 
     861   rn_aeiv_min    =  1.e+1     ! minimum bound of eiv coefficient 
     862   rn_aeiv_max    =  1.5e+4    ! maximum bound of eiv coefficient 
     863   rn_SFmin       =  1.0       ! minimum bound of Structure Function 
     864   rn_SFmax       =  1.0       ! maximum bound of Structure Function 
     865   nn_eke_opt     =  1         ! options for terms to include in EKE budget 
     866   !                                !   =  0  PE->EKE conversion, dissipation only 
     867   !                                !   =  1  as 0 but with advection 
     868   !                                !   =  2  as 1 but with additional KE->EKE conversion 
     869   !                                !   for testing purposes: 
     870   !                                !   = 88  only advection by depth-averaged flow 
     871   !                                !   = 99  only Laplacian diffusion 
     872   ln_adv_wav     =  .false.  ! include advection at long Rossby speed 
     873   ln_beta_plane  =  .false.  ! beta plane option for computing long Rossby speed (default: sphere option) 
    843874/ 
    844875!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.