NCEPLIBS-ip 5.3.0
All Data Structures Namespaces Files Functions Variables Pages
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.
 

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.