n_sph_harm Function

public pure function n_sph_harm(l) result(n)

Return the number of components for spherical harmonics of order n

Arguments

Type IntentOptional Attributes Name
integer(kind=ip), intent(in) :: l

Return Value integer(kind=ip)


Contents