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 7954 for branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-04-24T09:19:00+02:00 (7 years ago)
Author:
gm
Message:

#1880 (HPC-09): OPA & TOP replace key_trabbl by ln_trabbl + in CONFIG, remove reference to key_zdfXXX and key_trabbl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r7646 r7954  
    1818/ 
    1919!----------------------------------------------------------------------- 
    20 &namzgr        !   vertical coordinate 
    21 !----------------------------------------------------------------------- 
    22    ln_zps      = .true.    !  z-coordinate - partial steps 
    23 / 
    24 !----------------------------------------------------------------------- 
    2520&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2621!----------------------------------------------------------------------- 
     
    3530   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    3631   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
    37 / 
    38 !----------------------------------------------------------------------- 
    39 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    40 !----------------------------------------------------------------------- 
    41 / 
    42 !----------------------------------------------------------------------- 
    43 &namcrs        !   Grid coarsening for dynamics output and/or 
    44                !   passive tracer coarsened online simulations 
    45 !----------------------------------------------------------------------- 
    4632/ 
    4733!----------------------------------------------------------------------- 
     
    6955&nambbl        !   bottom boundary layer scheme 
    7056!----------------------------------------------------------------------- 
     57   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     58   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     59   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     60   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     61   rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
     62/ 
    7163/ 
    7264!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.