source: vendor/nemo/v3.4_r_3499_dev_r3406_LOCEAN4_XIOS/DOC/TexFiles/Namelist/namdyn_nept @ 53

Last change on this file since 53 was 1, checked in by cholod, 12 years ago

importing initial nemo vendor drop (v3.4_r_3220)

File size: 932 bytes
Line 
1!-----------------------------------------------------------------------
2&nam_dynnept  !   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       = .false.  ! 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.