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/SAS_BIPER/EXP00/namelist_cfg – 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r9458 r9490  
    8080&namsbc_sas    !   Stand-Alone Surface boundary condition 
    8181!----------------------------------------------------------------------- 
    82    l_sasread   = .false.   ! Read fields in a file if .TRUE. , or initialize to 0. in sbcssm.F90 if .FALSE. 
     82   l_sasread   = .false.   =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
    8383/ 
    8484!----------------------------------------------------------------------- 
     
    178178      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    179179/ 
    180 !----------------------------------------------------------------------- 
    181 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    182 !----------------------------------------------------------------------- 
    183 / 
    184180!---------------------------------------------------------------------------------- 
    185181&namtra_ldf    !   lateral diffusion scheme for tracers 
    186182!---------------------------------------------------------------------------------- 
    187    !                       !  Operator type: 
    188    ln_traldf_lap   =  .true.   !    laplacian operator 
    189    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    190    !                       !  Direction of action: 
    191    ln_traldf_lev   =  .false.  !  iso-level 
    192    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    193    ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
    194    ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    195    ! 
    196    !                       !  iso-neutral options:         
    197    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    198    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    199    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    200    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    201    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    202    ! 
    203    !                       !  Coefficients: 
    204    nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    205    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    206    !                                !   =  0           constant  
    207    !                                !   = 10 F(k)      =ldf_c1d  
    208    !                                !   = 20 F(i,j)    =ldf_c2d  
    209    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    210    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    211    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    212    rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    213    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    214 / 
    215 !---------------------------------------------------------------------------------- 
    216 &namtra_ldfeiv !   eddy induced velocity param. 
    217 !---------------------------------------------------------------------------------- 
    218    ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
    219    ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
    220    rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
    221    nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
    222    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    223    !                                !   =  0           constant  
    224    !                                !   = 10 F(k)      =ldf_c1d  
    225    !                                !   = 20 F(i,j)    =ldf_c2d  
    226    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    227    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    228 / 
    229 !----------------------------------------------------------------------- 
    230 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    231 !----------------------------------------------------------------------- 
    232 / 
    233 !----------------------------------------------------------------------- 
    234 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    235 !----------------------------------------------------------------------- 
    236 / 
     183   ln_traldf_NONE   =  .true.   !    laplacian operator 
     184/ 
     185 
    237186!----------------------------------------------------------------------- 
    238187&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    239188!----------------------------------------------------------------------- 
    240    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
    241    ln_dynadv_vec = .true. !  vector form - 2nd centered scheme 
    242      nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    243    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    244    ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    245 / 
    246 !----------------------------------------------------------------------- 
    247 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    248 !----------------------------------------------------------------------- 
    249    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    250    ln_dynvor_ens = .false. !  energy conserving scheme 
    251    ln_dynvor_mix = .false. !  mixed scheme 
    252    ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    253       nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    254 / 
    255 !----------------------------------------------------------------------- 
    256 &namdyn_hpg    !   Hydrostatic pressure gradient option 
     189   ln_dynadv_NONE= .true. !  linear dynamics (no momentum advection) 
     190/ 
     191!----------------------------------------------------------------------- 
     192&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     193!----------------------------------------------------------------------- 
     194/ 
     195!----------------------------------------------------------------------- 
     196&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    257197!----------------------------------------------------------------------- 
    258198   ln_hpg_zco  = .true.   !  z-coordinate - full steps 
     
    264204/ 
    265205!----------------------------------------------------------------------- 
    266 &namdyn_ldf    !   lateral diffusion on momentum 
    267 !----------------------------------------------------------------------- 
    268    !                       !  Type of the operator : 
    269    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
    270    ln_dynldf_lap =  .true.     !    laplacian operator 
    271    ln_dynldf_blp =  .false.    !  bilaplacian operator 
    272    !                       !  Direction of action  : 
    273    ln_dynldf_lev =  .true.     !  iso-level 
    274    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    275    ln_dynldf_iso =  .false.    !  iso-neutral 
    276    !                       !  Coefficient 
    277    nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
    278    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    279    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    280    !                                !  =  0  constant  
    281    !                                !  = 10  F(k)=c1d 
    282    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    283    !                                !  = 30  F(i,j,k)=c2d*c1d 
    284    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    285    rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    286    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    287    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    288    ! 
    289    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
     206&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
     207!----------------------------------------------------------------------- 
     208   ln_dynldf_NONE= .true.     !  No operator (i.e. no explicit diffusion) 
    290209/ 
    291210!----------------------------------------------------------------------- 
    292211&namzdf        !   vertical physics                                     (default: NO selection) 
    293212!----------------------------------------------------------------------- 
    294    !                       ! type of vertical closure 
    295213   ln_zdfcst   = .true.       !  constant mixing 
    296214/ 
Note: See TracChangeset for help on using the changeset viewer.