MOM6
|
Down sample a diagnostic field.
Definition at line 85 of file MOM_diag_mediator.F90.
Private functions | |
subroutine | downsample_diag_field_2d (locfield, locfield_dsamp, dl, diag_cs, diag, isv, iev, jsv, jev, mask) |
This subroutine allocates and computes a downsampled array from an input array It also determines the diagnostics-compurte indices for the downsampled array 2d interface. More... | |
subroutine | downsample_diag_field_3d (locfield, locfield_dsamp, dl, diag_cs, diag, isv, iev, jsv, jev, mask) |
This subroutine allocates and computes a downsampled array from an input array It also determines the diagnostics-compurte indices for the downsampled array 3d interface. More... | |
|
private |
This subroutine allocates and computes a downsampled array from an input array It also determines the diagnostics-compurte indices for the downsampled array 2d interface.
locfield | Input array pointer | |
[in,out] | locfield_dsamp | Output (downsampled) array |
[in] | diag_cs | Structure used to regulate diagnostic output |
[in] | diag | A structure describing the diagnostic to post |
[in] | dl | Level of down sampling |
[in,out] | isv | i-start index for diagnostics |
[in,out] | iev | i-end index for diagnostics |
[in,out] | jsv | j-start index for diagnostics |
[in,out] | jev | j-end index for diagnostics |
[in] | mask | If present, use this real array as the data mask. |
Definition at line 3774 of file MOM_diag_mediator.F90.
|
private |
This subroutine allocates and computes a downsampled array from an input array It also determines the diagnostics-compurte indices for the downsampled array 3d interface.
locfield | Input array pointer | |
[in,out] | locfield_dsamp | Output (downsampled) array |
[in] | diag_cs | Structure used to regulate diagnostic output |
[in] | diag | A structure describing the diagnostic to post |
[in] | dl | Level of down sampling |
[in,out] | isv | i-start index for diagnostics |
[in,out] | iev | i-end index for diagnostics |
[in,out] | jsv | j-start index for diagnostics |
[in,out] | jev | j-end index for diagnostics |
[in] | mask | If present, use this real array as the data mask. |
Definition at line 3733 of file MOM_diag_mediator.F90.