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

Ignore:
Timestamp:
2011-10-13T17:25:00+02:00 (13 years ago)
Author:
acc
Message:

Branch NOCS_NEPTUNE final style changes and documention. See ticket #843

File:
1 edited

Legend:

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

    r2825 r2915  
    869869/ 
    870870!----------------------------------------------------------------------- 
    871 &nam_dynnept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    872 !----------------------------------------------------------------------- 
    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 / 
     871&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
     872!----------------------------------------------------------------------- 
     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_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep 
     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.