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 8776 for branches/2017 – NEMO

Changeset 8776 for branches/2017


Ignore:
Timestamp:
2017-11-21T18:30:53+01:00 (6 years ago)
Author:
flavoni
Message:

LOCK_EXCHANGE: update namelists

Location:
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_cen2_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110   !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_ubs_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110  !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    165166!----------------------------------------------------------------------- 
    166167   !                       !  Type of the operator : 
    167    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     168   ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
    168169   ln_dynldf_lap =  .false.    !    laplacian operator 
    169170   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    170171   !                       !  Direction of action  : 
    171    ln_dynldf_lev =  .false.     !  iso-level 
     172   ln_dynldf_lev =  .false.    !  iso-level 
    172173   ln_dynldf_hor =  .true.    !  horizontal (geopotential) 
    173174   ln_dynldf_iso =  .false.    !  iso-neutral 
    174175   !                       !  Coefficient 
    175    nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    176    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    177    !                                !  =-20  read in eddy_viscosity_2D.nc file 
     176   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef  
     177   !                                !  =-30  read in eddy_viscosity_3D.nc file  
     178   !                                !  =-20  read in eddy_viscosity_2D.nc file  
    178179   !                                !  =  0  constant  
    179180   !                                !  = 10  F(k)=c1d 
     
    181182   !                                !  = 30  F(i,j,k)=c2d*c1d 
    182183   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     184   !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
     185   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    183186   rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    184187   rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    185188   rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
     189   !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
     190   rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
     191   rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
     192   rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    186193/ 
    187194!!====================================================================== 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_eenH_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110   !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_een_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110   !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ene_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110  !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ens_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110  !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_cen2_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110  !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_ubs_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110  !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    165166!----------------------------------------------------------------------- 
    166167   !                       !  Type of the operator : 
    167    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     168   ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion) 
    168169   ln_dynldf_lap =  .false.    !    laplacian operator 
    169170   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    170171   !                       !  Direction of action  : 
    171    ln_dynldf_lev =  .false.     !  iso-level 
     172   ln_dynldf_lev =  .false.    !  iso-level 
    172173   ln_dynldf_hor =  .true.    !  horizontal (geopotential) 
    173174   ln_dynldf_iso =  .false.    !  iso-neutral 
    174175   !                       !  Coefficient 
    175    nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    176    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    177    !                                !  =-20  read in eddy_viscosity_2D.nc file 
     176   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef  
     177   !                                !  =-30  read in eddy_viscosity_3D.nc file  
     178   !                                !  =-20  read in eddy_viscosity_2D.nc file  
    178179   !                                !  =  0  constant  
    179180   !                                !  = 10  F(k)=c1d 
     
    181182   !                                !  = 30  F(i,j,k)=c2d*c1d 
    182183   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     184   !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
     185   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    183186   rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    184187   rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    185188   rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
     189   !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
     190   rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
     191   rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
     192   rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    186193/ 
    187194!!====================================================================== 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_eenH_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110  !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_een_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110  !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ene_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110  !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ens_cfg

    r8775 r8776  
    108108&namtra_ldf    !   lateral diffusion scheme for tracers 
    109109!----------------------------------------------------------------------- 
    110    !                       !  Operator type:    both false = No lateral diffusion 
     110  !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    111112   ln_traldf_lap   =  .false.  !    laplacian operator 
    112113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
Note: See TracChangeset for help on using the changeset viewer.