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 5951 for branches/2014/dev_r4650_UKMO14.4_OBS_GENERAL_VINTERP/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-11-30T12:48:01+01:00 (8 years ago)
Author:
timgraham
Message:

Merged trunk r5936 into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.4_OBS_GENERAL_VINTERP/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg

    r5950 r5951  
    6767/ 
    6868!----------------------------------------------------------------------- 
    69 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    70 !----------------------------------------------------------------------- 
    71 / 
    72 !----------------------------------------------------------------------- 
    7369&namcrs        !   Grid coarsening for dynamics output and/or 
    7470               !   passive tracer coarsened online simulations 
     
    132128/ 
    133129!----------------------------------------------------------------------- 
    134 &namcla        !   cross land advection 
    135 !----------------------------------------------------------------------- 
    136 / 
    137 !----------------------------------------------------------------------- 
    138 &namobc        !   open boundaries parameters                           ("key_obc") 
    139 !----------------------------------------------------------------------- 
    140 / 
    141 !----------------------------------------------------------------------- 
    142130&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    143131!----------------------------------------------------------------------- 
     
    176164/ 
    177165!----------------------------------------------------------------------- 
    178 &namtra_adv    !   advection scheme for tracer  
    179 !-----------------------------------------------------------------------      
     166&namtra_adv    !   advection scheme for tracer 
     167!----------------------------------------------------------------------- 
     168   ln_traadv_fct =  .true.    !  FCT scheme 
     169      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     170      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     171      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     172      !                             !        (number of sub-timestep = nn_fct_zts) 
    180173/ 
    181174!---------------------------------------------------------------------------------- 
    182175&namtra_ldf    !   lateral diffusion scheme for tracers 
    183176!---------------------------------------------------------------------------------- 
     177   !                       !  Operator type: 
     178   !                           !  no diffusion: set ln_traldf_lap=..._blp=F  
     179   ln_traldf_lap   =  .true.   !    laplacian operator 
     180   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     181   !                       !  Direction of action: 
     182   ln_traldf_lev   =  .false.  !  iso-level 
     183   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     184   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
     185   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     186   ! 
     187   !                       !  iso-neutral options:         
     188   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     189   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     190   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     191   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     192   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     193   ! 
     194   !                       !  Coefficients: 
     195   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     196   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     197   !                                !   =  0           constant  
     198   !                                !   = 10 F(k)      =ldf_c1d  
     199   !                                !   = 20 F(i,j)    =ldf_c2d  
     200   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     201   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     202   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
     203   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     204   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     205/ 
     206!---------------------------------------------------------------------------------- 
     207&namtra_ldfeiv !   eddy induced velocity param. 
     208!---------------------------------------------------------------------------------- 
     209   ln_ldfeiv     =.true.    ! use eddy induced velocity parameterization 
     210   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     211   rn_aeiv_0     = 2000.    ! eddy induced velocity coefficient   [m2/s] 
     212   nn_aei_ijk_t  = 21       ! space/time variation of the eiv coeficient 
     213   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     214   !                                !   =  0           constant  
     215   !                                !   = 10 F(k)      =ldf_c1d  
     216   !                                !   = 20 F(i,j)    =ldf_c2d  
     217   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     218   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    184219/ 
    185220!----------------------------------------------------------------------- 
     
    188223/ 
    189224!----------------------------------------------------------------------- 
     225&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
     226!----------------------------------------------------------------------- 
     227/ 
     228!----------------------------------------------------------------------- 
    190229&namdyn_adv    !   formulation of the momentum advection 
    191230!----------------------------------------------------------------------- 
    192231 
    193232!----------------------------------------------------------------------- 
    194 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
    195 !----------------------------------------------------------------------- 
    196 / 
    197 !----------------------------------------------------------------------- 
    198233&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    199234!----------------------------------------------------------------------- 
     235   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     236   ln_dynvor_ens = .false. !  energy conserving scheme 
     237   ln_dynvor_mix = .false. !  mixed scheme 
     238   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     239      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    200240/ 
    201241!----------------------------------------------------------------------- 
     
    204244/ 
    205245!----------------------------------------------------------------------- 
    206 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    207 !----------------------------------------------------------------------- 
     246&namdyn_spg    !   surface pressure gradient 
     247!----------------------------------------------------------------------- 
     248   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     249/ 
    208250!----------------------------------------------------------------------- 
    209251&namdyn_ldf    !   lateral diffusion on momentum 
    210252!-----------------------------------------------------------------------       
     253   !                       !  Type of the operator : 
     254   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     255   ln_dynldf_lap =  .true.     !    laplacian operator 
     256   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     257   !                       !  Direction of action  : 
     258   ln_dynldf_lev =  .true.     !  iso-level 
     259   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     260   ln_dynldf_iso =  .false.    !  iso-neutral 
     261   !                       !  Coefficient 
     262   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
     263   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     264   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     265   !                                !  =  0  constant  
     266   !                                !  = 10  F(k)=c1d 
     267   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     268   !                                !  = 30  F(i,j,k)=c2d*c1d 
     269   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     270   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     271   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     272   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    211273/ 
    212274!----------------------------------------------------------------------- 
     
    222284!----------------------------------------------------------------------- 
    223285/ 
    224 !------------------------------------------------------------------------ 
    225 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    226 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    227 / 
    228286!----------------------------------------------------------------------- 
    229287&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     
    236294!----------------------------------------------------------------------- 
    237295&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
    238 !----------------------------------------------------------------------- 
    239 / 
    240 !----------------------------------------------------------------------- 
    241 &namsol        !   elliptic solver / island / free surface  
    242296!----------------------------------------------------------------------- 
    243297/ 
Note: See TracChangeset for help on using the changeset viewer.