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 15610 for NEMO/releases/r4.0/r4.0-HEAD/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2021-12-17T16:09:23+01:00 (3 years ago)
Author:
jchanut
Message:

#1791: add namelist parameter nn_vvl_interp to control how scale factors are set at U-V-F points. nn_vvl_interp=0 is the old interpolation scheme that do not account for steps. nn_vvl_interp=1, corrects the bottom thicknesses, but does not ensure that they get too small for stability. nn_vvl_interp=2 is a "qco like" formulation, for which scale factors anomalies are set proportional to the scale factors at rest. Set nn_vvl_interp=2 as the default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/cfgs/SHARED/namelist_ref

    r14372 r15610  
    877877   rn_zdef_max   =  0.9             !  maximum fractional e3t deformation 
    878878   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
     879   nn_vvl_interp =  2               !  interpolation method of scale factor anomalies at U/V/F points 
     880                                    !  =0 linear even at the bottom (old) 
     881                                    !  =1 linear with bottom correction 
     882                                    !  =2 proportionnal to scale factors at rest ("qco" like)  
    879883/ 
    880884!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.