GriddedTopography2AtmospherePotentialCoefficients
Estimate interior and exterior potential coefficients for atmosphere above digital terrain models. Coefficients for interior $(1/r)^{n+1}$ and exterior ($r^n$) are computed. The density of the atmosphere is assumed to be (Sjöberg, 1998) \[ \rho_0\left(\frac{R}{R+h}\right)^\nu, \]where $R$ is the radial distance of the ellipsoid at each point, $h$ the radial height above the ellipsoid, $\rho_0$ is densitySeaLevel and nu $\nu$ is a constant factor. The density is integrated from radialLowerBound and upperAtmosphericBoundary above the ellipsoid. The radialLowerBound is typically the topography and can be computed as expression at every point from inputfileGriddedData.
Name | Type | Annotation |
---|---|---|
outputfilePotentialCoefficientsExterior | filename | |
outputfilePotentialCoefficientsInterior | filename | |
inputfileGriddedData | filename | Digital Terrain Model |
densitySeaLevel | double | [kg/m**3] |
ny | double | Constant for Atmosphere |
radialLowerBound | expression | expression (variables 'L', 'B', 'height', 'data', and 'area' are taken from the gridded data |
upperAtmosphericBoundary | double | constant upper bound [m] |
factor | double | the result is multiplied by this factor, set -1 to subtract the field |
minDegree | uint | |
maxDegree | uint | |
GM | double | Geocentric gravitational constant |
R | double | reference radius |