Interpolation/
lbcorca.pro
check the lateral boundaries condition (east-west and north) of a 2D/3D/4D array
located on a grif of the orca grid familly.
lbcorca
ORCA grid
result = lbcorca(arr, grid[, psign][, verbose=0 or 1][, correction=0 or 1])
Return value
the number of wrong lateral boundary condition found in arr (-> 0 means arr is OK)
Parameters
arr
in
required
type: 2D/3D/4D array
array to be checked (and corrected if CORRECTION keyword is activated)
grid
in
required
type: scalar string
type of grid-point on which is located the array: 'T', 'U', 'V' or 'F'
psign
in
optional
type: 1. or -1.
default: 1.
Keywords
verbose
optional
type: 0 or 1
default: 0
Activate to get error information when getting a wrong lateral boundaries condition
correction
optional
type: 0 or 1
default: 0
Activate to correct the wrong lateral boundary condition in arr (in that case arr is changed)
Examples
Version history
Version
$Id: lbcorca.pro 247 2007-05-29 08:58:52Z smasson $
History
Known issues
Restrictions
only ORCA2, ORCA05 and ORCA025 are coded (but others are very easy to add...)
Produced by IDLdoc 2.0.