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.
namdyn_vor in branches/2011/dev_r2855_CMCC4_con/DOC/TexFiles/Namelist – NEMO

source: branches/2011/dev_r2855_CMCC4_con/DOC/TexFiles/Namelist/namdyn_vor @ 9429

Last change on this file since 9429 was 2973, checked in by vichi, 13 years ago

Modifcation of fmask for momentum advection

The modification is activated by namelist variable ln_vor_con. When an f
point is surrounded by three sea and one land T points, it ensures the
consistency of vorticity, energy and mixed momentum advection schemes with
continous equations.

  • Property svn:executable set to *
File size: 525 bytes
RevLine 
[2282]1!-----------------------------------------------------------------------
2&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
3!-----------------------------------------------------------------------
[2540]4   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
5   ln_dynvor_ens = .false. !  energy conserving scheme   
6   ln_dynvor_mix = .false. !  mixed scheme               
7   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
[2973]8   ln_dynvor_con = .false. !  consistency of BC with analytical eqs.
[2540]9/
Note: See TracBrowser for help on using the repository browser.