SABER
|
Go to the source code of this file.
Modules | |
module | tools_sp |
Spectral transforms. | |
Functions/Subroutines | |
subroutine, public | tools_sp::splat (IDRT, JMAX, SLAT, WLAT) |
Compute latitude functions. More... | |
subroutine | tools_sp::lubksb (A, N, NP, INDX, B) |
Solves a system of linear equations, follows call to LUDCMP. More... | |
subroutine | tools_sp::ludcmp (A, N, NP, INDX, D) |
Replaces an NxN matrix A with the LU decomposition. More... | |
Variables | |
real(kind=kind_real), parameter | tools_sp::zero = 0.0_kind_real |
real(kind=kind_real), parameter | tools_sp::one = 1.0_kind_real |
real(kind=kind_real), parameter | tools_sp::two = 2.0_kind_real |
real(kind=kind_real), parameter | tools_sp::ten = 10.0_kind_real |
real(kind=kind_real), parameter | tools_sp::half = 0.5_kind_real |
real(kind=kind_real), parameter | tools_sp::quarter = 0.25_kind_real |