MOM6
|
Write out checksums of the MOM6 state variables.
Definition at line 23 of file MOM_checksum_packages.F90.
Private functions | |
subroutine | mom_state_chksum_5arg (mesg, u, v, h, uh, vh, G, GV, US, haloshift, symmetric, vel_scale) |
Write out chksums for the model's basic state variables, including transports. More... | |
subroutine | mom_state_chksum_3arg (mesg, u, v, h, G, GV, US, haloshift, symmetric) |
Write out chksums for the model's basic state variables. More... | |
|
private |
Write out chksums for the model's basic state variables.
[in] | mesg | A message that appears on the chksum lines. |
[in] | g | The ocean's grid structure. |
[in] | gv | The ocean's vertical grid structure. |
[in] | u | Zonal velocity [L T-1 ~> m s-1] or [m s-1]. |
[in] | v | Meridional velocity [L T-1 ~> m s-1] or [m s-1].. |
[in] | h | Layer thicknesses [H ~> m or kg m-2]. |
[in] | us | A dimensional unit scaling type, which is used to rescale u and v if present. |
[in] | haloshift | The width of halos to check (default 0). |
[in] | symmetric | If true, do checksums on the fully symmetric computational domain. |
Definition at line 87 of file MOM_checksum_packages.F90.
|
private |
Write out chksums for the model's basic state variables, including transports.
[in] | mesg | A message that appears on the chksum lines. |
[in] | g | The ocean's grid structure. |
[in] | gv | The ocean's vertical grid structure. |
[in] | u | The zonal velocity [L T-1 ~> m s-1] or other units. |
[in] | v | The meridional velocity [L T-1 ~> m s-1] or other units. |
[in] | h | Layer thicknesses [H ~> m or kg m-2]. |
[in] | uh | Volume flux through zonal faces = u*h*dy |
[in] | vh | Volume flux through meridional faces = v*h*dx |
[in] | us | A dimensional unit scaling type |
[in] | haloshift | The width of halos to check (default 0). |
[in] | symmetric | If true, do checksums on the fully symmetric computational domain. |
[in] | vel_scale | The scaling factor to convert velocities to [m s-1] |
Definition at line 43 of file MOM_checksum_packages.F90.