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 2986 for branches/2011/dev_NOC_2011_MERGE/NEMOGCM/CONFIG/POMME – NEMO

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

Branch dev_NOC_2011_MERGE. #874. Step 4: Merge in changes from 2011/dev_r2787_NOCS_NEPTUNE branch

File:
1 edited

Legend:

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

    r2980 r2986  
    870870    salfixmin = -9999      !  Minimum salinity after applying the increments 
    871871/ 
     872!----------------------------------------------------------------------- 
     873&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
     874!----------------------------------------------------------------------- 
     875   ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
     876   ln_neptsimp       = .false.  ! yes/no use simplified neptune 
     877 
     878   ln_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep 
     879   rn_tslse          =  1.2e4   ! value of lengthscale L at the equator 
     880   rn_tslsp          =  3.0e3   ! value of lengthscale L at the pole 
     881   ! Specify whether to ramp down the Neptune velocity in shallow 
     882   ! water, and if so the depth range controlling such ramping down 
     883   ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
     884   rn_htrmin         =  100.0   ! min. depth of transition range 
     885   rn_htrmax         =  200.0   ! max. depth of transition range 
     886/ 
Note: See TracChangeset for help on using the changeset viewer.