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 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg

    r5407 r6808  
    3131&namzgr        !   vertical coordinate 
    3232!----------------------------------------------------------------------- 
     33   ln_zps      = .true.    !  z-coordinate - partial steps 
     34   ln_linssh   = .true.    !  linear free surface 
    3335/ 
    3436!----------------------------------------------------------------------- 
     
    132134/ 
    133135!----------------------------------------------------------------------- 
    134 &namcla        !   cross land advection 
    135 !----------------------------------------------------------------------- 
    136 / 
    137 !----------------------------------------------------------------------- 
    138 &namobc        !   open boundaries parameters                           ("key_obc") 
    139 !----------------------------------------------------------------------- 
    140 / 
    141 !----------------------------------------------------------------------- 
    142136&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    143137!----------------------------------------------------------------------- 
     
    164158/ 
    165159!----------------------------------------------------------------------- 
    166 &nambbc        !   bottom temperature boundary condition 
     160&nambbc        !   bottom temperature boundary condition                (default: NO) 
    167161!-----------------------------------------------------------------------  
     162   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    168163/ 
    169164!----------------------------------------------------------------------- 
     
    176171/ 
    177172!----------------------------------------------------------------------- 
    178 &namtra_adv    !   advection scheme for tracer  
    179 !-----------------------------------------------------------------------      
     173&namtra_adv    !   advection scheme for tracer 
     174!----------------------------------------------------------------------- 
     175   ln_traadv_fct =  .true.    !  FCT scheme 
     176      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     177      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     178      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     179      !                             !        (number of sub-timestep = nn_fct_zts) 
    180180/ 
    181181!---------------------------------------------------------------------------------- 
    182182&namtra_ldf    !   lateral diffusion scheme for tracers 
    183183!---------------------------------------------------------------------------------- 
     184   !                       !  Operator type: 
     185   !                           !  no diffusion: set ln_traldf_lap=..._blp=F  
     186   ln_traldf_lap   =  .true.   !    laplacian operator 
     187   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     188   !                       !  Direction of action: 
     189   ln_traldf_lev   =  .false.  !  iso-level 
     190   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     191   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
     192   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     193   ! 
     194   !                       !  iso-neutral options:         
     195   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     196   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     197   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     198   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     199   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     200   ! 
     201   !                       !  Coefficients: 
     202   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     203   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     204   !                                !   =  0           constant  
     205   !                                !   = 10 F(k)      =ldf_c1d  
     206   !                                !   = 20 F(i,j)    =ldf_c2d  
     207   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     208   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     209   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
     210   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     211   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     212/ 
     213!---------------------------------------------------------------------------------- 
     214&namtra_ldfeiv !   eddy induced velocity param. 
     215!---------------------------------------------------------------------------------- 
     216   ln_ldfeiv     =.true.    ! use eddy induced velocity parameterization 
     217   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     218   rn_aeiv_0     = 2000.    ! eddy induced velocity coefficient   [m2/s] 
     219   nn_aei_ijk_t  = 21       ! space/time variation of the eiv coeficient 
     220   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     221   !                                !   =  0           constant  
     222   !                                !   = 10 F(k)      =ldf_c1d  
     223   !                                !   = 20 F(i,j)    =ldf_c2d  
     224   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     225   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    184226/ 
    185227!----------------------------------------------------------------------- 
     
    188230/ 
    189231!----------------------------------------------------------------------- 
     232&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
     233!----------------------------------------------------------------------- 
     234/ 
     235!----------------------------------------------------------------------- 
    190236&namdyn_adv    !   formulation of the momentum advection 
    191237!----------------------------------------------------------------------- 
    192238 
    193239!----------------------------------------------------------------------- 
    194 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
    195 !----------------------------------------------------------------------- 
    196 / 
    197 !----------------------------------------------------------------------- 
    198240&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    199241!----------------------------------------------------------------------- 
     242   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     243   ln_dynvor_ens = .false. !  energy conserving scheme 
     244   ln_dynvor_mix = .false. !  mixed scheme 
     245   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     246      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    200247/ 
    201248!----------------------------------------------------------------------- 
     
    209256&namdyn_ldf    !   lateral diffusion on momentum 
    210257!-----------------------------------------------------------------------       
     258   !                       !  Type of the operator : 
     259   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     260   ln_dynldf_lap =  .true.     !    laplacian operator 
     261   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     262   !                       !  Direction of action  : 
     263   ln_dynldf_lev =  .true.     !  iso-level 
     264   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     265   ln_dynldf_iso =  .false.    !  iso-neutral 
     266   !                       !  Coefficient 
     267   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
     268   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     269   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     270   !                                !  =  0  constant  
     271   !                                !  = 10  F(k)=c1d 
     272   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     273   !                                !  = 30  F(i,j,k)=c2d*c1d 
     274   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     275   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     276   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     277   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    211278/ 
    212279!----------------------------------------------------------------------- 
     
    221288&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    222289!----------------------------------------------------------------------- 
    223 / 
    224 !------------------------------------------------------------------------ 
    225 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    226 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    227290/ 
    228291!----------------------------------------------------------------------- 
     
    291354!----------------------------------------------------------------------- 
    292355/ 
    293 !----------------------------------------------------------------------- 
    294 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    295 !----------------------------------------------------------------------- 
    296 / 
Note: See TracChangeset for help on using the changeset viewer.