NCEPLIBS-sp 2.4.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. More... | |
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 |