|
SABER
|
Subroutines/functions list. More...
Data Types | |
| interface | splat |
| interface | lubksb |
| interface | ludcmp |
Functions/Subroutines | |
| subroutine | sp_splat (IDRT, JMAX, SLAT, WLAT) |
| Compute latitude functions. More... | |
| subroutine | sp_lubksb (A, N, NP, INDX, B) |
| Solves a system of linear equations, follows call to LUDCMP. More... | |
| subroutine | sp_ludcmp (A, N, NP, INDX, D) |
| Replaces an NxN matrix A with the LU decomposition. More... | |
Subroutines/functions list.
Instrumentation functions Spectral transforms
|
private |
Solves a system of linear equations, follows call to LUDCMP.
| [in] | np | ? |
| [in] | n | ? |
| [in] | a | ? |
| [in,out] | b | ? |
| [in] | indx | ? |
Definition at line 239 of file tools_sp.F90.
|
private |
Replaces an NxN matrix A with the LU decomposition.
| [in] | n | ? |
| [in] | np | ? |
| [in,out] | a | ? |
| [out] | indx | ? |
| [out] | d | ? |
Definition at line 293 of file tools_sp.F90.
|
private |
Compute latitude functions.
| [in] | idrt | Grid identifier |
| [in] | jmax | Number of latitudes |
| [out] | slat | Sines of latitude |
| [out] | wlat | Gaussian weights |
Definition at line 60 of file tools_sp.F90.