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 9490 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

Location:
branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/1_namelist_cfg

    r9356 r9490  
    180180!----------------------------------------------------------------------- 
    181181   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
    182    !                            !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    183    rn_a0       =  0.28        !  thermal expension coefficient (for simplified equation of state) 
    184    rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state) 
    185    rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos) 
    186    rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos) 
    187    rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos) 
    188    rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos) 
    189    rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos) 
     182      !                            !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     183      rn_a0       =  0.28        !  thermal expension coefficient (for simplified equation of state) 
     184      rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state) 
     185      rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos) 
     186      rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos) 
     187      rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos) 
     188      rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos) 
     189      rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos) 
    190190/ 
    191191!----------------------------------------------------------------------- 
     
    195195      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN 
    196196      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
    197    ln_traadv_fct = .true. !  FCT scheme 
     197   ln_traadv_fct = .true.  !  FCT scheme 
    198198      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    199199      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
     
    205205/ 
    206206!----------------------------------------------------------------------- 
    207 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    208 !----------------------------------------------------------------------- 
    209 / 
    210 !----------------------------------------------------------------------- 
    211207&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    212208!----------------------------------------------------------------------- 
    213   !                       !  Operator type: 
     209   !                       !  Operator type: 
    214210   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    215211   ln_traldf_lap   =  .false.  !    laplacian operator 
    216212   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    217213/ 
    218 !----------------------------------------------------------------------- 
    219 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    220 !----------------------------------------------------------------------- 
    221 / 
    222 !----------------------------------------------------------------------- 
    223 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    224 !----------------------------------------------------------------------- 
    225    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    226 / 
     214 
     215!!====================================================================== 
     216!!                      ***  Dynamics namelists  ***                  !! 
     217!!====================================================================== 
     218! 
    227219!----------------------------------------------------------------------- 
    228220&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     
    279271   !                       !  Coefficient 
    280272   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    281    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    282    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    283    !                                !  =  0  constant 
    284    !                                !  = 10  F(k)=c1d 
    285    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    286    !                                !  = 30  F(i,j,k)=c2d*c1d 
    287    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    288    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    289    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    290    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    291    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    292    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    293    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    294    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    295    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    296    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    297 / 
     273      !                             !  =  0  constant  
     274      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     275      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     276      rn_Uv      = 0.1              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     277      rn_Lv      = 30.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     278/ 
     279 
    298280!----------------------------------------------------------------------- 
    299281&namzdf        !   vertical physics                                     (default: NO selection) 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/namelist_cfg

    r9356 r9490  
    6060!----------------------------------------------------------------------- 
    6161/ 
     62 
     63!!====================================================================== 
     64!!            ***  Surface Boundary Condition namelists  *** 
     65!!====================================================================== 
     66! 
    6267!----------------------------------------------------------------------- 
    6368&namsbc        !   Surface Boundary Condition (surface module) 
     
    155160!----------------------------------------------------------------------- 
    156161/ 
     162 
     163!!====================================================================== 
     164!!                ***  Top/Bottom boundary condition  ***             !! 
     165!!====================================================================== 
     166! 
    157167!----------------------------------------------------------------------- 
    158168&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     
    176186!----------------------------------------------------------------------- 
    177187/ 
     188 
     189!!====================================================================== 
     190!!                        Tracer (T & S) namelists                    !! 
     191!!====================================================================== 
     192! 
    178193!----------------------------------------------------------------------- 
    179194&nameos        !   ocean Equation Of Seawater                           (default: NO) 
     
    205220/ 
    206221!----------------------------------------------------------------------- 
    207 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    208 !----------------------------------------------------------------------- 
    209 / 
    210 !----------------------------------------------------------------------- 
    211222&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    212223!----------------------------------------------------------------------- 
     
    216227   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    217228/ 
    218 !----------------------------------------------------------------------- 
    219 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    220 !----------------------------------------------------------------------- 
    221 / 
    222 !----------------------------------------------------------------------- 
    223 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    224 !----------------------------------------------------------------------- 
    225    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    226 / 
     229 
     230!!====================================================================== 
     231!!                     vertical physics namelists                     !! 
     232!!====================================================================== 
     233! 
    227234!----------------------------------------------------------------------- 
    228235&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     
    279286   !                       !  Coefficient 
    280287   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    281    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    282    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    283    !                                !  =  0  constant 
    284    !                                !  = 10  F(k)=c1d 
    285    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    286    !                                !  = 30  F(i,j,k)=c2d*c1d 
    287    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    288    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    289    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    290    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    291    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    292    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    293    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    294    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    295    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    296    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    297 / 
     288      !                             !  =  0  constant  
     289      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     290      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     291      rn_Uv      = 0.1              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     292      rn_Lv      = 30.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     293/ 
     294 
    298295!----------------------------------------------------------------------- 
    299296&namzdf        !   vertical physics                                     (default: NO selection) 
Note: See TracChangeset for help on using the changeset viewer.