NCEPLIBS-sp 2.4.0
sppad.f File Reference

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...
 

Detailed Description

Pad or truncate a spectral field.

Author
Iredell
Date
92-10-31

Definition in file sppad.f.

Function/Subroutine Documentation

◆ sppad()

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.

Parameters
I1input spectral domain shape (0 for triangular, 1 for rhomboidal)
M1input spectral truncation
Q1((M+1)*((I+1)*M+2)) input field
I2output spectral domain shape (0 for triangular, 1 for rhomboidal)
M2output spectral truncation
Q2((M+1)*((I+1)*M+2)) output field
Author
Iredell
Date
92-10-31

Definition at line 17 of file sppad.f.