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.
namdyn_nept in branches/UKMO/dev_r5518_GO6_package/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/dev_r5518_GO6_package/DOC/TexFiles/Namelist/namdyn_nept @ 7993

Last change on this file since 7993 was 7993, checked in by frrh, 7 years ago

Merge in missing revisions 6428:2477 inclusive and 6482 from nemo_v3_6_STABLE
branch. In ptic, this includes the fix for restartability of runoff fields in coupled
models. Evolution of coupled models will therefor be affected.

These changes donot affect evolution of the current stand-alone NEMO-CICE GO6
standard configuration.

Work and testing documented in Met Office GMED ticket 320.

File size: 932 bytes
Line 
1!-----------------------------------------------------------------------
2&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
3!-----------------------------------------------------------------------
4   ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model
5   ln_neptsimp       = .false.  ! yes/no use simplified neptune
6
7   ln_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep
8   rn_tslse          =  1.2e4   ! value of lengthscale L at the equator
9   rn_tslsp          =  3.0e3   ! value of lengthscale L at the pole
10   ! Specify whether to ramp down the Neptune velocity in shallow
11   ! water, and if so the depth range controlling such ramping down
12   ln_neptramp       = .true.   ! ramp down Neptune velocity in shallow water
13   rn_htrmin         =  100.0   ! min. depth of transition range
14   rn_htrmax         =  200.0   ! max. depth of transition range
15/
Note: See TracBrowser for help on using the repository browser.