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 5782 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg – NEMO

Ignore:
Timestamp:
2015-10-08T15:51:36+02:00 (9 years ago)
Author:
cetlod
Message:

Final step of improvements/simplifications of ADV & LDF momentum trends. The branch is now phased with the trunk at revision 5721 and is ready to be used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r5778 r5782  
    44!----------------------------------------------------------------------- 
    55&namrun        !   parameters of the run 
     6 nn_it000=1 
    67!----------------------------------------------------------------------- 
    78   cn_exp      = "Agulhas" !  experience name  
    8    nn_itend    =   10950   !  last  time step 
     9nn_itend=150 
    910   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1011   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    11    ln_clobber  = .true.    !  clobber (overwrite) an existing file 
     12ln_clobber=.true. 
    1213/ 
    1314!----------------------------------------------------------------------- 
     
    152153&namtra_ldf    !   lateral diffusion scheme for tracers 
    153154!----------------------------------------------------------------------- 
    154    !                       !  Operator type: 
    155    !                           !  no diffusion: set ln_traldf_lap=..._blp=F  
    156    ln_traldf_lap   =  .true.   !    laplacian operator 
    157    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    158    !                       !  Direction of action: 
    159    ln_traldf_lev   =  .false.  !  iso-level 
    160    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    161    ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
    162    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    163    ! 
    164    !                       !  iso-neutral options:         
    165    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    166    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    167    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    168    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    169    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    170    ! 
    171    !                       !  Coefficients: 
    172    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    173    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    174    !                                !   =  0           constant  
    175    !                                !   = 10 F(k)      =ldf_c1d  
    176    !                                !   = 20 F(i,j)    =ldf_c2d  
    177    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    178    !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    179    !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
    180155   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    181    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    182156/ 
    183157!---------------------------------------------------------------------------------- 
     
    207181&namdyn_ldf    !   lateral diffusion on momentum 
    208182!----------------------------------------------------------------------- 
    209    !                       !  Type of the operator :  
    210    ln_dynldf_lap    =  .false.  !  laplacian operator          
    211    ln_dynldf_bilap  =  .true.   !  bilaplacian operator     
    212    rn_ahm_0_blp     =  8.5e+11  !  horizontal bilaplacian eddy viscosity [m4/s]  
     183   !                       !  Type of the operator : 
     184   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F 
     185   ln_dynldf_lap =  .false.    !    laplacian operator 
     186   ln_dynldf_blp =  .true.     !  bilaplacian operator 
     187   !                       !  Direction of action  : 
     188   ln_dynldf_lev =  .true.     !  iso-level 
     189   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     190   ln_dynldf_iso =  .false.    !  iso-neutral 
     191   !                       !  Coefficient 
     192   nn_ahm_ijk_t  =   0         !  space/time variation of eddy coef 
     193   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     194   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     195   !                                !  =  0  constant 
     196   !                                !  = 10  F(k)=c1d 
     197   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     198   !                                !  = 30  F(i,j,k)=c2d*c1d 
     199   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     200   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     201   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     202   rn_bhm_0      = 8.5e+11      !  horizontal bilaplacian eddy viscosity [m4/s] 
    213203/ 
    214204!----------------------------------------------------------------------- 
     
    243233!----------------------------------------------------------------------- 
    244234&namctl        !   Control prints & Benchmark 
    245 !----------------------------------------------------------------------- 
    246235/ 
    247236!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.