#include <MOM_memory.h>
#include "version_variable.h"
Go to the source code of this file.
|
subroutine, public | mom_continuity::continuity (u, v, hin, h, uh, vh, dt, G, GV, US, CS, uhbt, vhbt, OBC, visc_rem_u, visc_rem_v, u_cor, v_cor, BT_cont) |
| Time steps the layer thicknesses, using a monotonically limited, directionally split PPM scheme, based on Lin (1994). More...
|
|
subroutine, public | mom_continuity::continuity_init (Time, G, GV, US, param_file, diag, CS) |
| Initializes continuity_cs. More...
|
|
integer function, public | mom_continuity::continuity_stencil (CS) |
| continuity_stencil returns the continuity solver stencil size More...
|
|
subroutine, public | mom_continuity::continuity_end (CS) |
| Destructor for continuity_cs. More...
|
|