Gravityfield2AreaMeanTimeSeries

This program computes a time series of time variable gravityfield functionals averaged over a given area, e.g. equivalent water heights in the amazon basin. The type of functional (e.g gravity anomalies or geoid heights) can be choosen with kernel. The average is performed at each time step by a weigthed average over all grid points where the weight is the associated area at each point. If removeMean is set the temporal mean is removed from the time series. To speed up the computation the gravity field can be converted to spherical harmonics before the computation with convertToHarmonics.

Additionally the root mean square of the values in the area at each time step can is computed if compueRms is set.

Additionally the accuracy of the value at each time step can be computed if compueSigma is set.

The outputfileTimeSeries is an instrument file with one, two, or three data columns. First data column contains the computed functionals and the following columns contain the RMS and the accuracies (optionally).

To visualize the results use PlotGraph.

gravityfield2AreaMeanTimeSeries
Figure: Amazon basin: Area mean values of ITSG-Grace2016 monthly solutions with error bars from computed sigma.

NameTypeAnnotation
outputfileTimeSeries
filename
grid
grid
timeSeries
timeSeries
kernel
kernel
gravityfield
gravityfield
convertToHarmonics
booleangravityfield is converted to spherical harmonics before evaluation, may accelerate the computation
multiplyWithArea
booleanmultiply time series with total area (useful for mass estimates)
removeMean
booleanremove the temporal mean of the series
computeRms
booleanadditional rms each time step
computeSigma
booleanadditional error bars at each time step
This program is parallelized.