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 6060 for branches/2015/dev_merge_2015/NEMOGCM/CONFIG/GYRE_BFM – NEMO

Ignore:
Timestamp:
2015-12-16T10:25:22+01:00 (8 years ago)
Author:
timgraham
Message:

Merged dev_r5836_noc2_VVL_BY_DEFAULT into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r5930 r6060  
    3535&namzgr        !   vertical coordinate 
    3636!----------------------------------------------------------------------- 
    37    ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
    38    ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
     37   ln_zco      = .true.    !  z-coordinate - full    steps 
     38   ln_linssh   = .true.   !  linear free surface 
    3939/ 
    4040!----------------------------------------------------------------------- 
     
    182182/ 
    183183!----------------------------------------------------------------------- 
    184 &nambbc        !   bottom temperature boundary condition 
    185 !----------------------------------------------------------------------- 
    186    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    187    nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux 
     184&nambbc        !   bottom temperature boundary condition                (default: NO) 
     185!----------------------------------------------------------------------- 
    188186/ 
    189187!----------------------------------------------------------------------- 
     
    390388!----------------------------------------------------------------------- 
    391389/ 
    392 !----------------------------------------------------------------------- 
    393 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    394 !----------------------------------------------------------------------- 
    395    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    396 / 
Note: See TracChangeset for help on using the changeset viewer.