| SABER
    | 
| Public Member Functions | |
| subroutine | sp_splat (IDRT, JMAX, SLAT, WLAT) | 
| Compute latitude functions.  More... | |
Definition at line 41 of file tools_sp.F90.
| subroutine tools_sp::splat::sp_splat | ( | integer, intent(in) | IDRT, | 
| integer, intent(in) | JMAX, | ||
| real(kind_real), dimension(jmax), intent(out) | SLAT, | ||
| real(kind_real), dimension(jmax), intent(out) | WLAT | ||
| ) | 
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.