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 6979 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-10-03T18:23:58+02:00 (8 years ago)
Author:
cetlod
Message:

SIMPLIF_2_usrdef : make it work for standard Offline configuration

File:
1 edited

Legend:

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

    r6624 r6979  
    1313&namcfg        !   parameters of the configuration 
    1414!----------------------------------------------------------------------- 
    15    cp_cfg      =  "orca"               !  name of the configuration 
    16    jp_cfg      =       2               !  resolution of the configuration 
     15   ln_read_cfg = .true.   !  (=T) read the domain configuration in 'domain_cfg.nc" file 
     16   !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     17   cp_cfg      = "orca" !  name of the configuration 
     18   jp_cfg      =      2    !  resolution of the configuration 
    1719/ 
    1820!----------------------------------------------------------------------- 
     
    2022!----------------------------------------------------------------------- 
    2123   ln_zps      = .true.    !  z-coordinate - partial steps 
    22    ln_linssh   = .true.    !  linear free surface 
    2324/ 
    2425!----------------------------------------------------------------------- 
    2526&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2627!----------------------------------------------------------------------- 
    27    nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
     28   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     29   ! 
     30   rn_rdt      = 21600.     !  time step for the dynamics (and tracer if nn_acc=0) 
     31   ! 
     32 
     33 
    2834   rn_rdt      = 21600.    !  time step for the dynamics  
    29                            ! 
    30    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    31    ppa0        =     255.58049070440   ! (default coefficients) 
    32    ppa1        =     245.58132232490   ! 
    33    ppkth       =      21.43336197938   ! 
    34    ppacr       =       3.0             ! 
    35    ppdzmin     =  999999.              !  Minimum vertical spacing 
    36    pphmax      =  999999.              !  Maximum depth 
    37    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    38    ppa2        =  999999.              !  Double tanh function parameters 
    39    ppkth2      =  999999.              ! 
    40    ppacr2      =  999999.              ! 
     35/ 
     36!----------------------------------------------------------------------- 
     37&namlbc        !   lateral momentum boundary condition 
     38!----------------------------------------------------------------------- 
     39   !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
     40   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     41   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
    4142/ 
    4243!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.