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 2825 for branches/2011/dev_r2787_NOCS_NEPTUNE/NEMOGCM/CONFIG/POMME/EXP00/namelist – NEMO

Ignore:
Timestamp:
2011-08-09T16:35:03+02:00 (13 years ago)
Author:
acc
Message:

Branch NOCS_NEPTUNE improved handling of shallow topography #843

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2787_NOCS_NEPTUNE/NEMOGCM/CONFIG/POMME/EXP00/namelist

    r2795 r2825  
    871871&nam_dynnept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    872872!----------------------------------------------------------------------- 
    873    ln_neptsimp          = .false.  ! yes/no use simplified neptune 
    874  
    875    ln_smoothtopo        = .false.  ! yes/no smooth tsu, tsv 
    876    rn_tslse             =  1.2e4   ! value of L at the equator 
    877    rn_tslsp             =  3.0e3   ! value of L at the pole 
    878 / 
     873! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
     874   ln_neptsimp    = .false.  ! yes/no use simplified neptune 
     875 
     876   ln_smoothtopo  = .false.  ! yes/no smooth tsu, tsv 
     877   rn_tslse       =  1.2e4   ! value of lengthscale L at the equator 
     878   rn_tslsp       =  3.0e3   ! value of lengthscale L at the pole 
     879! Specify whether to ramp down the Neptune velocity in shallow 
     880! water, and if so the depth range controlling such ramping down 
     881   ln_neptramp    = .false.  ! ramp down Neptune velocity in shallow water 
     882   rn_htrmin      =  100.0   ! min. depth of transition range 
     883   rn_htrmax      =  200.0   ! max. depth of transition range 
     884/ 
Note: See TracChangeset for help on using the changeset viewer.