Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.78 KB

plbar.md

File metadata and controls

39 lines (26 loc) · 1.78 KB
title keywords sidebar permalink summary tags toc editdoc
PlBar (Fortran)
spherical harmonics software package, spherical harmonic transform, legendre functions, multitaper spectral analysis, fortran, Python, gravity, magnetic field
mydoc_sidebar
plbar.html
fortran
false
fdoc

Compute all the 4-pi (geodesy) normalized Legendre polynomials.

Usage

call PlBar (p, lmax, z, exitstatus)

Parameters

p : output, real/*8, dimension (lmax+1) : An array of geodesy-normalized Legendre polynomials up to degree lmax. Degree l corresponds to array index l+1.

lmax : input, integer : The maximum degree of the Legendre polynomials to be computed.

z : input, real/*8 : The argument of the Legendre polynomial.

exitstatus : output, optional, integer : If present, instead of executing a STOP when an error is encountered, the variable exitstatus will be returned describing the error. 0 = No errors; 1 = Improper dimensions of input array; 2 = Improper bounds for input variable; 3 = Error allocating memory; 4 = File IO error.

Description

PlBar will calculate all of the 4-pi (geodesy) normalized Legendre polynomials up to degree lmax for a given argument. These are calculated using a standard three-term recursion formula. The integral of the geodesy-normalized Legendre polynomials over the interval [-1, 1] is 2.

See also

plbar_d1, plmbar, plmbar_d1, plon, plon_d1, plmon, plmon_d1, plschmidt, plschmidt_d1, plmschmidt, plmschmidt_d1, plegendre, plegendre_d1, plegendrea, plegendrea_d1