topangle
Interpolation
Parameters
fileocemesh
in
required
type: scalar string
gcosu
out
type: 2d array
gsinu
out
type: 2d array
gcosv
out
type: 2d array
gsinv
out
type: 2d array
gcost
out
type: 2d array
gsint
out
type: 2d array
Keywords
IODIRECTORY
type: scalar string
default: ''
DOUBLE
type: 1 ou 2
default: 0
Version history
Version
$Id: angle.pro 202 2007-01-12 11:00:06Z smasson $
History
Original : 96-07 (O. Marti)
98-06 (G. Madec)
Feb 2005: IDL adaptation S. Masson
Known issues
Restrictions
to compute the lateral boundary conditions, we assume that:
(1) the first line is similar to the second line
=> gcosu[*, 0] = gcosu[*, 1]
=> gsinu[*, 0] = gsinu[*, 1]
(2) the grid follows OPA x periodicity rule, first column is
equal to the next to last column
=> gcosv[0, *] = gcosv[jpj-2, *]
=> gsinv[0, *] = gsinv[jpj-2, *]
Statistics
McCabe cyclic | 7 |
McCabe essential | 1 |
McCabe modular design | 1 |