|
MOM6
|
Check for consistency between the duplicated points of a C-grid vector.
Definition at line 37 of file MOM_debugging.F90.
Private functions | |
| subroutine | check_redundant_vc3d (mesg, u_comp, v_comp, G, is, ie, js, je, direction) |
| Check for consistency between the duplicated points of a 3-D C-grid vector. More... | |
| subroutine | check_redundant_vc2d (mesg, u_comp, v_comp, G, is, ie, js, je, direction) |
| Check for consistency between the duplicated points of a 2-D C-grid vector. More... | |
Check for consistency between the duplicated points of a C-grid vector.
Definition at line 37 of file MOM_debugging.F90.
|
private |
Check for consistency between the duplicated points of a 2-D C-grid vector.
| [in] | mesg | An identifying message |
| [in,out] | g | The ocean's grid structure |
| [in] | u_comp | The u-component of the vector to be checked for consistency |
| [in] | v_comp | The u-component of the vector to be checked for consistency |
| [in] | is | The starting i-index to check |
| [in] | ie | The ending i-index to check |
| [in] | js | The starting j-index to check |
| [in] | je | The ending j-index to check |
| [in] | direction | the direction flag to be passed to pass_vector |
Definition at line 134 of file MOM_debugging.F90.
|
private |
Check for consistency between the duplicated points of a 3-D C-grid vector.
| [in] | mesg | An identifying message |
| [in,out] | g | The ocean's grid structure |
| [in] | u_comp | The u-component of the vector to be checked for consistency |
| [in] | v_comp | The u-component of the vector to be checked for consistency |
| [in] | is | The starting i-index to check |
| [in] | ie | The ending i-index to check |
| [in] | js | The starting j-index to check |
| [in] | je | The ending j-index to check |
| [in] | direction | the direction flag to be passed to pass_vector |
Definition at line 104 of file MOM_debugging.F90.