Data field tranformation subroutine.
More...
Go to the source code of this file.
|
subroutine | w3ft00 (fld, b, ia, ja, ib, jb, cip, cjp, fipb, fjpb, sc, arg, lin) |
| Transforms data contained in a grid array by translation, rotation about a common point and dilatation to a new grid array.
|
|
Data field tranformation subroutine.
- Author
- J. McDonell
- Date
- 1974-09-01
Definition in file w3ft00.f.
◆ w3ft00()
subroutine w3ft00 |
( |
real, dimension(ia,ja) |
fld, |
|
|
real, dimension(ib,jb) |
b, |
|
|
|
ia, |
|
|
|
ja, |
|
|
|
ib, |
|
|
|
jb, |
|
|
|
cip, |
|
|
|
cjp, |
|
|
|
fipb, |
|
|
|
fjpb, |
|
|
|
sc, |
|
|
|
arg, |
|
|
|
lin |
|
) |
| |
Transforms data contained in a grid array by translation, rotation about a common point and dilatation to a new grid array.
Program History Log:
Date | Programmer | Comments |
1974-09-01 | J. McDonell | Initial. |
1984-06-27 | Ralph Jones | Change to ibm vs fortran. |
- Parameters
-
[in] | IA | (Integer) i-dimension of the input array fa |
[in] | JA | (Integer) j-dimension of the input array fa |
[in] | IB | (Integer) i-dimension of the output array fb |
[in] | JB | (Integer) j-dimension of the output array fb |
[in] | SC | (Real) Scale change (dilation) expressed as a ratio of the transformed to the origional field. |
[in] | ARG | (Real) Degree measure of the angle required to rotate the j-row of the origional grid into coincidence with the new grid. (+ counter- clockwise, - clockwise) |
[in] | LIN | (Integer) Interpolation method switch
- .eq. 1 bilinear interpolation
- .ne. 1 biquadratic interpolation
|
| FLD | |
| B | |
| CIP | |
| CJP | |
| FIPB | |
| FJPB | |
- Author
- J. McDonell
- Date
- 1974-09-01
Definition at line 39 of file w3ft00.f.