You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The runtime parameter allows to use BT_CONT optional input argument in
subroutine set_dtbt if BT_CONT type is available.
Originally, when BT_CONT is used, set_dtbt is estimated with zero
surface height. The eta optinoal input argument has no effect since it
only works with NONLINEAR_BT_CONTINUITY is true, which is by default
false when BT_CONT is used.
The added option allows accurate estimate of dtbt when the mean surface
height of the domain is not at the same level, while maintains old
answers.
Also, an unused field calc_dtbt in type MOM_dyn_split_RK2_CS is removed.
0 commit comments