NCEPLIBS-sp  2.3.3
sppad.f File Reference

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
I1- INTEGER INPUT SPECTRAL DOMAIN SHAPE (0 FOR TRIANGULAR, 1 FOR RHOMBOIDAL)
M1- INTEGER INPUT SPECTRAL TRUNCATION
Q1- REAL ((M+1)*((I+1)*M+2)) INPUT FIELD
I2- INTEGER OUTPUT SPECTRAL DOMAIN SHAPE (0 FOR TRIANGULAR, 1 FOR RHOMBOIDAL)
M2- INTEGER OUTPUT SPECTRAL TRUNCATION
Q2- REAL ((M+1)*((I+1)*M+2)) OUTPUT FIELD

Definition at line 18 of file sppad.f.