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/ORCA2_LIM/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/ORCA2_LIM/EXP00/namelist

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