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 6914 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/EXP00 – NEMO

Ignore:
Timestamp:
2016-09-06T13:27:38+02:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: final adjustment of OVERFLOW and LOCK-ECHANGE configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/EXP00/namelist_cfg

    r6906 r6914  
    22!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4! 
    45!----------------------------------------------------------------------- 
    56&namusr_def    !   LOCK_EXCHANGE user defined namelist 
    67!----------------------------------------------------------------------- 
    7    ln_zco      =  .true.   ! z-coordinate flag 
    88   rn_dx       =    500.   ! horizontal resolution in meters 
    99   rn_dz       =      1.   ! vertical   resolution in meters 
    1010/ 
     11! 
    1112!----------------------------------------------------------------------- 
    1213&namrun        !   parameters of the run 
    1314!----------------------------------------------------------------------- 
    1415   nn_no       =       0   !  job number (no more used...) 
    15    cn_exp      =   "LOCK-FCT2-flux-ubs-ens"  !  experience name 
     16   cn_exp      =   "LOCK_FCT2_flux_ubs"  !  experience name 
    1617   nn_it000    =       1   !  first time step 
    17    nn_itend    =   12240   ! for 34h of simulation    
     18   nn_itend    =   61200   ! for 17h of simulation  (=61200 time-step) 
    1819   nn_istate   =       0   !  output the initial state (1) or not (0) 
    19    nn_stock    =   12240   !  frequency of creation of a restart file (modulo referenced to 1) 
    20    nn_write    =   12240   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     20   nn_stock    =   61200   !  frequency of creation of a restart file (modulo referenced to 1) 
     21   nn_write    =   61200   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    2122/ 
    2223!----------------------------------------------------------------------- 
     
    2728   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    2829   ! 
    29    cp_cfg      = "lock" !  name of the configuration 
     30   cp_cfg      = "lock"    !  name of the configuration 
    3031   jp_cfg      =      0    !  resolution of the configuration 
    3132   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
     
    8182/ 
    8283!----------------------------------------------------------------------- 
    83 &nambbl        !   bottom boundary layer scheme 
     84&nambbl        !   bottom boundary layer scheme                         ("key_trabbl") 
    8485!----------------------------------------------------------------------- 
    8586/ 
     
    124125!----------------------------------------------------------------------- 
    125126&namtra_ldf    !   lateral diffusion scheme for tracers 
    126 !---------------------------------------------------------------------------------- 
    127    !                       !  Operator type: 
    128    ln_traldf_lap   =  .true.   !    laplacian operator 
     127!----------------------------------------------------------------------- 
     128   !                       !  Operator type:    both false = No lateral diffusion 
     129   ln_traldf_lap   =  .false.  !    laplacian operator 
    129130   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    130    !                       !  Direction of action: 
    131    ln_traldf_lev   =  .false.  !  iso-level 
    132    ln_traldf_hor   =  .true.  !  horizontal (geopotential) 
    133    ln_traldf_iso   =  .false.   !  iso-neutral (standard operator) 
    134    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    135    ! 
    136    !                       !  iso-neutral options:         
    137    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    138    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    139    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    140    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    141    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    142    ! 
    143    !                       !  Coefficients: 
    144    nn_aht_ijk_t    = 0        !  space/time variation of eddy coef 
    145    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    146    !                                !   =  0           constant 
    147    !                                !   = 10 F(k)      =ldf_c1d 
    148    !                                !   = 20 F(i,j)    =ldf_c2d 
    149    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    150    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    151    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    152    rn_aht_0        = 0.    !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    153    rn_bht_0        = 0.    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    154 / 
    155 !---------------------------------------------------------------------------------- 
    156 &namtra_ldfeiv !   eddy induced velocity param. 
    157 !---------------------------------------------------------------------------------- 
    158    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    159    ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
    160    rn_aeiv_0     = 0.   ! eddy induced velocity coefficient   [m2/s] 
    161    nn_aei_ijk_t  = 0      ! space/time variation of the eiv coeficient 
    162    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    163    !                                !   =  0           constant 
    164    !                                !   = 10 F(k)      =ldf_c1d 
    165    !                                !   = 20 F(i,j)    =ldf_c2d 
    166    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    167    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    168131/ 
    169132!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.