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_adv in branches/2015/dev_r5836_NOC3_vvl_by_default/DOC/TexFiles/Namelist – NEMO

source: branches/2015/dev_r5836_NOC3_vvl_by_default/DOC/TexFiles/Namelist/namdyn_adv @ 6040

Last change on this file since 6040 was 6040, checked in by gm, 8 years ago

#1613: vvl by default : start to update the DOC for change in vvl, LDF and solvers

File size: 621 bytes
Line 
1!-----------------------------------------------------------------------
2&namdyn_adv    !   formulation of the momentum advection                (default: vector form)
3!-----------------------------------------------------------------------
4   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F)
5   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
6   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
7   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
8   ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection
9/
Note: See TracBrowser for help on using the repository browser.