#include <MOM_memory.h>
#include "version_variable.h"
Go to the source code of this file.
|
| module | mom_boundary_update |
| | Controls where open boundary conditions are applied.
|
| |
| integer | mom_boundary_update::id_clock_pass |
| | A CPU time clock ID. More...
|
| |
| subroutine, public | mom_boundary_update::call_obc_register (param_file, CS, OBC) |
| | The following subroutines and associated definitions provide the machinery to register and call the subroutines that initialize open boundary conditions. More...
|
| |
| subroutine, public | mom_boundary_update::update_obc_data (OBC, G, GV, US, tv, h, CS, Time) |
| | Calls appropriate routine to update the open boundary conditions. More...
|
| |
| subroutine, public | mom_boundary_update::obc_register_end (CS) |
| | Clean up the OBC registry. More...
|
| |