NCEPLIBS-ip 5.2.0
|
Pad or truncate a spectral field. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | sppad (i1, m1, q1, i2, m2, q2) |
Pad or truncate a spectral field. | |
subroutine sppad | ( | i1, | |
m1, | |||
real, dimension((m1+1)*((i1+1)*m1+2)) | q1, | ||
i2, | |||
m2, | |||
real, dimension((m2+1)*((i2+1)*m2+2)) | q2 | ||
) |
Pad or truncate a spectral field.
I1 | input spectral domain shape (0 for triangular, 1 for rhomboidal) |
M1 | input spectral truncation |
Q1 | ((M+1)*((I+1)*M+2)) input field |
I2 | output spectral domain shape (0 for triangular, 1 for rhomboidal) |
M2 | output spectral truncation |
Q2 | ((M+1)*((I+1)*M+2)) output field |