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 3989 for branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namdyn_nept – NEMO

Ignore:
Timestamp:
2013-07-24T11:48:35+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step3 and doc, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namdyn_nept

    r3294 r3989  
    11!----------------------------------------------------------------------- 
    2 &nam_dynnept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
     2&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    33!----------------------------------------------------------------------- 
    44   ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
     
    1010   ! Specify whether to ramp down the Neptune velocity in shallow 
    1111   ! water, and if so the depth range controlling such ramping down 
    12    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
     12   ln_neptramp       = .true.   ! ramp down Neptune velocity in shallow water 
    1313   rn_htrmin         =  100.0   ! min. depth of transition range 
    1414   rn_htrmax         =  200.0   ! max. depth of transition range 
Note: See TracChangeset for help on using the changeset viewer.