Next Article in Journal
Identifying Karst Aquifer Recharge Areas using Environmental Isotopes: A Case Study in Central Italy
Next Article in Special Issue
Application of Radial Basis Functions for Height Datum Unification
Previous Article in Journal
Indoor Multi-Risk Scenarios of Climate Change Effects on Building Materials in Scandinavian Countries
Previous Article in Special Issue
Decorrelation of GRACE Time Variable Gravity Field Solutions Using Full Covariance Information
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

GRACETOOLS—GRACE Gravity Field Recovery Tools

1
Max Planck Institute for Gravitational Physics (Albert Einstein Institute), Leibniz Universität Hannover, Callinstrasse 36, 30167 Hannover, Germany
2
Center of Applied Space Technology and Microgravity (ZARM), University of Bremen, 28359 Bremen, Germany
3
Institut für Erdmessung, Leibniz Universität Hannover, Schneiderberg 50, 30167 Hannover, Germany
4
Jet Propulsion Laboratory, California Institute of Technology, Pasadena, CA 91109, USA
5
Institut für Erdmessung, Leibniz Universität Hannover, Schneiderberg 50, 30167 Hannover, Germany
*
Author to whom correspondence should be addressed.
Geosciences 2018, 8(9), 350; https://doi.org/10.3390/geosciences8090350
Submission received: 13 July 2018 / Revised: 13 August 2018 / Accepted: 31 August 2018 / Published: 15 September 2018
(This article belongs to the Special Issue Gravity Field Determination and Its Temporal Variation)

Abstract

:
This paper introduces GRACETOOLS, the first open source gravity field recovery tool using GRACE type satellite observations. Our aim is to initiate an open source GRACE data analysis platform, where the existing algorithms and codes for working with GRACE data are shared and improved. We describe the first release of GRACETOOLS that includes solving variational equations for gravity field recovery using GRACE range rate observations. All mathematical models are presented in a matrix format, with emphasis on state transition matrix, followed by details of the batch least squares algorithm. At the end, we demonstrate how GRACETOOLS works with simulated GRACE type observations. The first release of GRACETOOLS consist of all MATLAB M-files and is publicly available at Supplementary Materials.

1. Introduction

The Gravity Recovery and Climate Experiment (GRACE) mission [1] has started a new era in our understanding of the Earth’s gravity field temporal variations. There are several methods to recover Earth’s gravity field from GRACE inter-satellite ranging observations. Classically, a distinction has been made for gravity field recovery approaches using satellite observations: timewise and spacewise approaches [2]. A comprehensive review of timewise and spacewise approaches can be found in [3]. Table 1 summarizes these approaches.
Spacewise approaches model the observables as a function of spatial coordinates, leading to spherical harmonic analysis of data on a sphere. In other words, they project in-situ observations, in the case of GRACE, range ( ρ ), range rate ( ρ ˙ ) and range acceleration ( ρ ¨ ), that are observed at varying orbital heights to the height of a mean orbital sphere. Spacewise methods are mostly conducted in two steps. First, an observable is calculated along the orbit. Then, the geopotential spherical harmonic coefficients are computed using least squares estimation.
On the other hand, timewise approaches treat the data as a time series along the orbit. They solve variational equations, in the case of GRACE, the equation of motion for two orbiting satellites, and observation equations for inter-satellite ranging observations. Consequently, the solution consists of numerical integration of the equation of motion and improving the satellite trajectory and gravity field parameters by least squares solution of the observation equation. This makes gravity field recovery by variational equations conceptually complicated and computationally demanding.
Although the estimated gravity fields based on various methods are similar, the differences in processing strategies and tuning parameters result in solutions with regionally specific variations and error patterns. While previous papers have compared GRACE final gravity solutions by different data processing centres (e.g., [12]), we aim to find out how and why these differences occur. For this reason, we initiated an open source GRACE data analysis platform, where the existing algorithms and codes for GRACE data analysis are transparently shared and improved.
Section 2 summarizes the fundamental mathematical models for solving variational equations. In Section 3, we rewrite variational equations in a matrix format for two GRACE satellites. Section 4 gives step by step GRACETOOLS batch processor algorithm for solving variational equations with two GRACE satellites. In Section 5, we present the results of numerical computations using GRACETOOLS with simulated data.

2. Mathematical Models

Two main mathematical models are required for the orbit determination and gravity field recovery resulting in variational equations. First, equations describing the satellite dynamics are necessary to represent the current, best knowledge of the space environment, Earth’s processes, and the satellite’s behavior. In addition, an observation model is required to relate the evolution of the satellite’s state to the measured observable(s). This section summarizes a solution to the variational equations that relates the equation of motion to the observation model. The content of this section is mainly borrowed from [13,14,15].

2.1. Equations of Motion and Observation Models

We begin by representing the dynamic and observation models as functions of the state vector, X ( t ) . As usual in parameter estimation, it not only contains the satellites states position and velocity, but additionally all model parameters to be estimated such as geopotential coefficients. The equations of motion for two GRACE satellites can be generally written as a system of first order ordinary differential equations (ODE)
X ˙ ( t ) = F ( X ( t ) , t ) .
The observations Y can be expressed with the state vector X ( t ) and a suitable function G
Y = G ( X ( t ) , t ) + ϵ ,
where ϵ represents the observation errors. The dynamics of orbit mechanics, described by Equations (1) and (2), are generally highly nonlinear. In orbit determination or gravity field recovery, the equations of dynamic and observation models are linearized at a reference, or nominal trajectory that is close enough to the true trajectory to allow linearization. We are not directly estimating the values of the model coefficients, X ( t ) , but rather the deviation between the true and nominal values. These deviations of the state and observations are defined as
x = X X
y = Y Y ,
where the * denotes the nominal values. Since we have assumed that the nominal trajectory is within close proximity to the true solution, we can expand y and x about X via Taylor expansion.
X ˙ ( t ) = F ( X , t ) = F ( X , t ) + F ( X ( t ) , t ) X ( t ) X = X ( X X ) + O ( x 2 , t )
with
A ( t ) = F ( X ( t ) , t ) X ( t ) X = X
thus, resulting in
x ˙ = A ( t ) x .
The same can be done for the observation equation Y
y = H ˜ ( t ) x ( t ) + ϵ
with
H ˜ ( t ) = G ( X ( t ) , t ) X ( t ) X = X .

2.2. The State Transition Matrix

The general solution to the system of differential equations in Equation (7) can be expressed as
x ( t ) = Φ ( t , t 0 ) x ( t 0 )
where t 0 is some specified epoch and Φ is called the state transition matrix. It satisfies the following conditions
Φ ˙ ( t , t 0 ) = A ( t ) Φ ( t , t 0 ) , Φ ( t 0 , t 0 ) = I .
The state transition matrix maps deviations in the state vector from a time t 0 to t. With a given matrix A, the differential equation can be solved, at least numerically, and Φ ( t , t 0 ) can be computed for every epoch.
The state transition matrix is valid as long as it stays within the linear regime or ( t t 0 ) is small enough, i.e., five seconds for GRACE. In the case of GRACE, real data processing staying within linearity is highly dependent on how accurately the background force models are modeled. The accuracy of the state transition matrix depends on the accuracy of the numerical integrator. High accurate multistep numerical integrators are provided in GRACETOOLS (see Supplementary Materials), with a brief description in Appendix A.

2.3. The Normal Equations

The primary functions of least squares estimation is to fit a model to a set of observations. For example, given the following system
y = H x ,
we would like to find the parameters, x , which come closest to representing the observed measurements in y . One way to accomplish this is to treat the system as an optimization problem and define a performance index that can then be minimized. For the least squares method, the performance index is chosen to be the sum of squares of the residuals, or errors. Defining the error to be
ϵ = y H x ,
the performance index becomes
J ( x ) = ϵ T ϵ .
For the case of weighted least squares, we can introduce the weight matrix
W = w 1 0 0 0 w 2 0 0 0 w m ,
into Equation (14) to obtain
J ( x ) = ϵ T W ϵ .
Minimizing the performance index is done by taking the 1st derivation of the performance index (i.e., setting J ( x ) x = 0 ), which results into
( H T W H ) x = H T W y .
The result, Equation (17), is commonly referred to as the normal equations. If H consists of at least m linearly independent observations, then the normal matrix, H T W H , is both symmetric and positive definite. The condition also implies that the inverse H T W H exists, allowing us to solve for x . A good approximation of the weight matrix W can be derived from post fit residuals [16]. The algorithm for implementing the normal equations approach using the unit matrix for W involves the accumulation of m rank-one updates, one for each observation:
H T W H = i = 1 m H i T W i H i ,
H T W y = i = 1 m H i T W i y i .
Once the contributions from all observations have been accumulated, the resulting normal matrix can be inverted via Cholesky decomposition, or other adequate methods, to get the solution for x .

2.4. Partitioned Normal Equations

The typical scenario for the GRACE parameter estimation is to have data files for each arc, where an arc is defined as a specific length of time, typically one day [13]. The parameters to be estimated are categorized into two different groups, or levels:
  • Local: Parameters that are valid for only one arc, such as initial position and velocity for each day
  • Global : Parameters that are valid across all arcs, such as monthly spherical harmonics coefficients
Consider the following partitioning of the generalized state vector z, and observation-state mapping matrix H
z = x c , H z = [ H x H c ] ,
where H x is the local contribution and H c is the global contribution. To solve such a system, we need to divide, or partition, the local and global parameters so that each group may be solved for separately. Taking the matrix from Equation (20) and inserting into Equation (17), we obtain
H x T W H x H x T W H c H c T W H x H c T W H c x ^ c ^ = H x T W y H c T W y .
From this, we define the following
M x x = H x T W H x ,
M x c = H x T W H c ,
M c x = M x c T ,
M c c = H c T W H c ,
N x = H x T W y ,
N c = H c T W y .
Inserting these expressions into Equation (21), we have
M x x M x c M c x M c c x ^ c ^ = N x N c .
Multiplying the above equations, we get
M x x x ^ + M x c c ^ = N x ,
M c x x ^ + M c c c ^ = N c .
Solving for x ^ in Equation (23)
x ^ = M x x 1 N x M x x 1 M x c c ^ ,
and inserting this result into Equation (24) gives us an expression for the global estimates:
c ^ = M c c M c x M x x 1 M x c 1 N c M c x M x x 1 N x .
The above scenario applied only to a single arc, but it is not difficult to extend the idea to incorporate any number of arcs, each with their own set of local parameters. H z would look like
H z = ( H x ) 1 0 0 ( H c ) 1 0 ( H x ) 2 0 ( H c ) 2 0 0 ( H x ) k ( H c ) k .
k is the number of arcs, or days. Again, the local contributions are independent of other parameters, and this explains their location along the diagonal. Inserting Equation (27) into Equation (17), we obtain an expression for the generalized partitioned normal equations:
( H x T W H x ) 1 0 0 ( H x T W H c ) 1 0 ( H x T W H x ) 2 0 ( H x T W H c ) 2 0 0 ( H x T W H x ) k ( H x T W H c ) k ( H c T W H x ) 1 ( H c T W H x ) 2 ( H c T W H x ) k k ( H c T W H c ) k x ^ 1 x ^ 2 x ^ k c ^ = ( H x T W y ) 1 ( H x T W y ) 2 ( H x T W y ) k k ( H c T W y ) k .
These can be arranged in a similar fashion as the single arc case to solve for the global parameters:
c ^ = ( k ( M c c ) k k ( M c x M x x 1 M x c ) k ) 1 ( k ( N c ) k k ( M c x M x x 1 N x ) k ) .
While the partitioned normal equation method is slightly challenging to implement, it takes advantage of the structure of the matrix in Equation (27) and avoids unnecessary operations with zeros.

3. Matrix Form

In this section, we present the three main matrices A, Φ and H ˜ in their matrix format, and consider their components in more detail.

3.1. Matrix A: State Partials

For two GRACE satellites, the state vector X and its derivative X ˙ are
X = r A r ˙ A r B r ˙ B K l m , X ˙ = r ˙ A r ¨ A r ˙ B r ¨ B K ˙ l m = r ˙ A r ¨ A r ˙ B r ¨ B 0 .
X is set of unknown parameters including satellite’s position r and velocity r ˙ , and the Earth’s gravity field spherical harmonic coefficients K l m . K l m includes both sine and cosine related coefficients of the spherical harmonic series. K ˙ l m equals to zero during the recovery period of one month, which means, during one month, the coefficients are assumed to be constant. Then,
A = X ˙ X = r ˙ A r A r ˙ A r ˙ A r ˙ A r B r ˙ A r ˙ B r ˙ A K l m r ¨ A r A r ¨ A r ˙ A r ¨ A r B r ¨ A r ˙ B r ¨ A K l m r ˙ B r A r ˙ B r ˙ A r ˙ B r B r ˙ B r ˙ B r ˙ B K l m r ¨ B r A r ¨ B r ˙ A r ¨ B r B r ¨ B r ˙ B r ¨ B K l m K ˙ l m r A K ˙ l m r ˙ A K ˙ l m r B K ˙ l m r ˙ B K ˙ l m K l m = 0 3 × 3 I 3 × 3 0 3 × 3 0 3 × 3 0 3 × n r ¨ A r A 0 3 × 3 0 3 × 3 0 3 × 3 r ¨ A K l m 0 3 × 3 0 3 × 3 0 3 × 3 I 3 × 3 0 3 × n 0 3 × 3 0 3 × 3 r ¨ B r B 0 3 × 3 r ¨ B K l m 0 n × 3 0 n × 3 0 n × 3 0 n × 3 0 n × n ,
which is a ( 6 + 6 + n ) × ( 6 + 6 + n ) matrix, assuming there are n spherical harmonic coefficients to be estimated for one month.

3.2. Matrix Φ : State Transition Matrix

For two GRACE satellites, the state transition matrix is
Φ ( t , t 0 ) = X ( t ) X ( t 0 ) =
r A ( t ) r A ( t 0 ) r A ( t ) r ˙ A ( t 0 ) r A ( t ) r B ( t 0 ) r A ( t ) r ˙ B ( t 0 ) r A ( t ) K l m ( t 0 ) r ˙ A ( t ) r A ( t 0 ) r ˙ A ( t ) r ˙ A ( t 0 ) r ˙ A ( t ) r B ( t 0 ) r ˙ A ( t ) r ˙ B ( t 0 ) r ˙ A ( t ) K l m ( t 0 ) r B ( t ) r A ( t 0 ) r B ( t ) r ˙ A ( t 0 ) r B ( t ) r B ( t 0 ) r B ( t ) r ˙ B ( t 0 ) r B ( t ) K l m ( t 0 ) r ˙ B ( t ) r A ( t 0 ) r ˙ B ( t ) r ˙ A ( t 0 ) r ˙ B ( t ) r B ( t 0 ) r ˙ B ( t ) r ˙ B ( t 0 ) r ˙ B ( t ) K l m ( t 0 ) K l m ( t ) r A ( t 0 ) K l m ( t ) r ˙ A ( t 0 ) K l m ( t ) r B ( t 0 ) K l m ( t ) r ˙ B ( t 0 ) K l m ( t ) K l m ( t 0 ) = r A ( t ) r A ( t 0 ) r A ( t ) r ˙ A ( t 0 ) 0 3 × 3 0 3 × 3 r A ( t ) K l m ( t 0 ) r ˙ A ( t ) r A ( t 0 ) r ˙ A ( t ) r ˙ A ( t 0 ) 0 3 × 3 0 3 × 3 r ˙ A ( t ) K l m ( t 0 ) 0 3 × 3 0 3 × 3 r B ( t ) r B ( t 0 ) r B ( t ) r ˙ B ( t 0 ) r B ( t ) K l m ( t 0 ) 0 3 × 3 0 3 × 3 r ˙ B ( t ) r B ( t 0 ) r ˙ B ( t ) r ˙ B ( t 0 ) r ˙ B ( t ) K l m ( t 0 ) 0 n × 3 0 n × 3 0 n × 3 0 n × 3 I n × n ,
with the dimension of ( 6 + 6 + n ) × ( 6 + 6 + n ) .

3.3. Matrix H ˜ : Observation Partials

The H ˜ matrix is given by
H ˜ = G X = ρ ˙ r A ρ ˙ r ˙ A ρ ˙ r B ρ ˙ r ˙ B ρ ˙ K l m ,
which is a ( 6 + 6 + n ) vector. The relative position and velocity of GRACE A and GRACE B are calculated as follows:
r A B = r B r A r ˙ A B = r ˙ B r ˙ A
and range and range rate are calculated according to:
ρ = r A B · r A B ρ ˙ = r A B ρ · r ˙ A B = e A B · r ˙ A B
where · is the vector dot product, r ˙ A B is relative velocity vector and e A B is the line of sight unit vector of two GRACE satellites. Accordingly, the partials of the leading satellite (A) can be written for range rate measurements as:
ρ ˙ r A = 1 ρ ( r ˙ A B ρ ˙ e A B )
ρ ˙ r ˙ A = e A B .
The partials of the trailing satellite (B) are the same as ones of the leading satellite, but with opposite sign [9]. The partials of the range rate with respect to K l m are [14]:
ρ ˙ K l m = r ˙ B r ˙ A ρ r B K l m r A K l m + e A B e A B T r A K l m r B K l m + e A B T r ˙ B K l m e A B T r ˙ A K l m ,
where the partial derivatives are components of the state transition matrix.

4. GRACETOOLS Batch Processor Algorithm

There are several ways to perform orbit determination and gravity field recovery; batch processor and Kalman filter are the most famous algorithms [15]. For the first release of GRACETOOLS, we implemented the batch processor approach. In the following, the step by step algorithm for the batch processor is given:
(1)
Initialize at t 0
  • Read the initial state vector, i.e. position and velocity of two GRACE satellites ( ( X 0 ) k ). They are the first rows from two GPS navigation level 1B (GNV1B) daily files; GRACE level 1B orbits are given in an Earth-fixed frame and they need to be transformed to the inertial frame.
  • Read the range rate observation Y from the K-band ranging level 1B (KBR1B) daily files.
  • Read a-priori gravity model in terms of spherical harmonic coefficients ( K l m ).
  • Set
    Φ ( t 0 , t 0 ) = I .
  • The a-priori deviation values for state and spherical harmonics coefficients and their associated error covariance matrix are:
    x ¯ 0 = 0 , c ¯ = 0 , P ¯ x = I , P ¯ x c = 0 , P ¯ c c = I .
    Equations (6.3.22), (6.3.23), and (6.3.25) from [15] give
    M ¯ x x = P ¯ x 1 ,
    M ¯ x c = 0 ,
    M ¯ c c = P ¯ c c 1 .
(2)
Supply the numerical integrator with the following vector at each time point
r ˙ A r ¨ A r ˙ B r ¨ B Φ ˙ T .
The first four elements provide the reference orbit X ( t ) , and the last one yield the elements of Φ ( t , t 0 ) . The reference orbit is used to evaluate A ( t ) , which is needed to evaluate Φ ˙ ( t , t 0 ) .
(3)
Accumulate current observation
  • Calculate the observation deviation from the KBR1B data Y i
    y i = Y i G ( X i , t i ) .
  • Build H ˜ i from Equation (33) using the last column of Equation (32), and then
    H i = H ˜ i Φ .
  • Partition H i into ( H x ) i for initial state and ( H c ) i for spherical harmonics coefficients.
  • Accumulate
    M x x = i ( H x ) i T W i ( H x ) i + M ¯ x x ,
    M x c = i ( H x ) i T W i ( H c ) i + M ¯ x c ,
    M c c = i ( H c ) i T W i ( H c ) i + M ¯ c c ,
    N x = i ( H x ) i T W i y i + P ¯ x 1 x ¯ 0 ,
    N c = i ( H c ) i T W i y i + P ¯ c c 1 c ¯ .
(4)
Repeat for each day and save M x x , M x c , M c c , N x , N c for each day. Save y , H x , H c for each day, to plot daily post fit range rate residuals.
(5)
Solve normal equations
First, for global parameters, spherical harmonics coefficients
c ^ = k ( M c c ) k k ( M c x M x x 1 M x c ) k 1 k ( N c ) k k ( M c x M x x 1 N x ) k ,
and then for local daily parameters, initial state of the two satellites for each day
( x ^ 0 ) k = ( M x x ) k 1 ( N x ) k ( M x x ) k 1 ( M x c ) k c ^ .
(6)
Estimate postfit range rate residuals for each day
ϵ = y H x x ^ 0 H c c ^ .
(7)
Update the initial state of both satellites for each arc (or day here)
( X ^ 0 ) k = ( X 0 ) k + ( x ^ 0 ) k ,
( x ¯ 0 ) k = ( x ¯ 0 ) k ( x ^ 0 ) k ,
and gravity field coefficients:
K ^ l m = K l m + c ^ ,
c ¯ = c ¯ c ^ .
Repeat this until the least squares estimation is converged or it is below an accepted error tolerance.

5. Evaluation with Simulated Data

In this section, the validity and quality of GRACETOOLS is tested by simulated data. This offers the possibility to arbitrarily set all input data and their uncertainties. With error free measurement data, it is possible to recover the true gravity field from an initial guess, which proves the functionality of GRACETOOLS. GRACETOOLS can be adapted for gravity field recovery using real GRACE and GRACE Follow-On L1B data.
For this example, we integrate the orbital trajectories with initial states of GRACE A and GRACE B for four days, and with Global Gravity Model (GGM05S) [17], degree and order 10, as the true field. We use GRACE data sampling of five seconds. From these simulation, observations (range rate, position and velocities) are computed in the form of KBR1B and GNV1B data files. As an initial guess for the gravity field parameters in the estimation, we add noise to the true gravity field. We use normally standard distributed random numbers n l m and calculate a deviation to the true gravity field spherical harmonic coefficients by
K l m , e r r = K l m · n l m · 0.05 .
Subsequently, we use the corrupted coefficients K l m , e r r + K l m as initial gravity field in our estimation with the perfect simulated observations. Because no noise and other unknown disturbances are corrupting the observation data, we are able to recover the initial GGM05S gravity field, with a sufficient number of iterations. According to Equation (52) with L m i n = 2 and L m a x = 10 , we need to estimate 117 spherical harmonics coefficients.
N c o e f = L m a x 2 L m i n 2 + 2 L m a x + 1 = 10 2 2 2 + 2 × 10 + 1 = 117 .
In Figure 1, the original (true) gravity field (GGM05S), which is used to produce the observations and the disturbed field, which is used as initial guess in the estimation process and the difference between both gravity fields are shown. All gravity fields are shown in the form of square root of degree variances. Additionally, for comparison, the difference between GGM05S and Earth Gravitational Model 1996 (EGM96) [18] is also plotted. This shows that the imposed initial gravity field error is quite big.
The true (GGM05S) and the initial gravity fields are shown spatially in terms of gravity anomalies in Figure 2. Both plots show the gravity fields up to degree and order 10. In these plots, the initial error is visible quite distinctly. The big error on the C 20 coefficient overlays nearly all other features of the gravity field.
To recover the gravity field, we use four days of simulated data and a local arc length of one day. The perfect initial states for each arc are used. The difference between the estimated gravity field after each iteration with respect to the true field is shown in Figure 3 for 28 iterations. While the lower degrees (2 and 3) improve with the first iteration, the higher degrees are getting a bit worse and start improving after some iterations because there is a big difference between the initial and true gravity field for the lower degrees (2 and 3). After the fifth iteration, all degrees are improving subsequently with further iterations up to a square root of degree variances of about 2 × 10 14 . After this value is reached, further iterations are not improving the result anymore. Because the deviations of the spherical harmonic coefficients ( c ^ ) have reached the order of 10 15 to 10 16 , which is the border of the double data type precision.
Until about Iteration 12, the resulting range rate residuals ϵ are decreasing. After Iteration 12, they stay at the same level of about some 10 10 m/s. Exemplarily, the range rate residuals for Day 1, for the sixth and last iteration (Iteration 28) are shown in Figure 4 and Figure 5. The evolution of the range rate residuals over all iterations is displayed in Figure 6, also for Day 1. The root mean square (rms) of the range rate residuals is computed and plotted over all iterations. This demonstrates that the residuals do not decrease further than 10 10 m/s. This is reasonable because this is about the numerical integration precision that is possible to archive for velocities (or relative velocities) with double precision data type. However, the gravity field coefficients can still be improved because, at this point, they are not limited by the integration error, but the linearization. The linearization error can be further reduced with subsequent iterations.
Additionally, in Figure 7 and Figure 8, the amplitude spectral density (ASD) of the range rate residuals are plotted. For the first iterations, two dominant peaks of one orbit and double orbit frequencies are visible. With further iterations, these peaks are decreasing more and more.

6. Conclusions

In this work, we have presented the first version of our new GRACE gravity field recovery code, written in MATLAB, using variational equations, which we call GRACETOOLS. The current version of our code provides an environment to evolve a gravity field recovery tool using GRACE satellites type observations. This first release of GRACETOOLS has been mainly focused on recovering a gravity field from simulated GRACE range rate observations. The on-going development of GRACETOOLS includes more sophisticated end to end simulations with all input force models and GRACE Follow-On instrument observations. We hope that, with the transparency provided by opening up the code, we can address open questions in GRACE data analysis faster and more efficiently.

Supplementary Materials

GRACETOOLS is publicly available at https://www.geoq.uni-hannover.de/gracetools.

Author Contributions

N.D. developed the GRACETOOLS code and wrote the original draft. F.W. developed the numerical integrator and performed the simulation with noiseless observations. M.W. wrote the MATLAB functions for calculation of gravity partials and acceleration along the orbit. C.M. validated the methodology. H.W. validated the MATLAB functions.

Funding

This project is supported by funding from the SFB 1128 “Relativistic Geodesy and Gravimetry with Quantum Sensors (geo-Q)” by the Deutsche Forschungsgemeinschaft.

Acknowledgments

A portion of this research was carried out at the Jet Propulsion Laboratory, California Institute of Technology, under a contract with the National Aeronautics and Space Administration. We are thankful to Axel Schnitger for initiating and organizing the Gitlab for data and code sharing throughout this project. We would like to thank three anonymous reviewers for their useful reviews which helped in improving the manuscript significantly.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ASDAmplitude Spectral Density
GRACEGravity Recovery and Climate Experiment
GRACETOOLSGRACE gravity field recovery tools
GNV1BGPS navigation level 1B
KBR1BK-band ranging level 1B

Appendix A. About GRACETOOLS

The first GRACETOOLS release has the following main features:
  • The code was written using a batch least squares algorithm. The batch processing algorithm has been described in detail by Author2 [15] and it is a very common approach in satellite orbit determination (e.g., [19]).
  • We provide three different fixed step numerical integration schemes. The recommended one is the Adams–Bashforth–Moultion (ABM) predictor–corrector multistep integrator. It can be used with different orders, but we suggest using an order between 6 and 10 for a step size of five seconds, which is the GRACE L1B data sampling. The ABM integrator is implemented with one corrector step, thus it needs two evaluations of the “deriv” function. Similar to any multistep integrator, it needs to be initialized with an single step integrator or a sufficient amount of initial values. In this implementation, the ABM method is automatically initialized by an 8th order Runge–Kutta (RK) method (Dormand–Prince 87), which is used to integrate the first required steps. The RK method can also be use as main integrator, but it needs 13 evaluations of the “deriv” function for each integration step, and thus is quite slow.
  • The code organization is designed to be highly modular. Every set of partials (e.g., A and H ˜ matrices) is represented by a separate function or chain of functions. The function “grtenpshs” is used to calculate “acceleration along the orbit” to integrate equation of motion. To calculate partials r ¨ A r A and r ¨ B r B in Matrix A, the function “grtenpshs” is used. Similarly, partials r ¨ A K l m and r ¨ B K l m in Matrix A are calculated by the function “llpartialgradV”. Our goal is to produce a code which can be read without difficulties, which makes easier future modifications or forks.
  • MATLAB parallel for-Loops (parfor) is used for calculation over arcs (days here). This code can be easily modified to run on the user’s local parallel computations clusters.
  • Since maintainability is one of our main goals, the documentation is also a critical factor. We document every function similar to the MATLAB documentation guide line.

References

  1. Tapley, B.D.; Bettadpur, S.; Watkins, M.; Reigber, C. The gravity recovery and climate experiment: Mission overview and early results. Geophys. Res. Lett. 2004, 31, L09607. [Google Scholar] [CrossRef]
  2. Rummel, R.; van Gelderen, M.; Koop, R.; Schrama, E.; Sansó, F.; Brovelli, M.; Miggliaccio, F.; Sacerdote, F. Spherical Harmonic Analysis of Satellite Gradiometry; Publications on Geodesy, New Series 39; Netherlands Geodetic Commission: Delft, The Netherlands, 1998. [Google Scholar]
  3. Naeimi, M.; Flury, J. Global Gravity Field Modeling from Satellite-to-Satellite Tracking Data. In Lecture Notes in Earth System Sciences; Springer: Berlin, Germany, 2017. [Google Scholar]
  4. Reigber, C. Gravity field recovery from satellite tracking data. In Theory of Satellite Geodesy and Gravity Field Determination; Springer: Berlin/Heidelberg, Germany, 1989; pp. 197–234. [Google Scholar]
  5. Jekeli, C. The determination of gravitational potential differences from satellite-to-satellite tracking. Celest. Mech. Dyn. Astron. 1999, 75, 85. [Google Scholar] [CrossRef]
  6. Han, S.-C.; Shum, C.K.; Jekeli, C. Precise estimation of in situ geopotential differences from GRACE low-low satellite-to-satellite tracking and accelerometer data. J. Geophys. Res. 2006, 111, B04411. [Google Scholar] [CrossRef]
  7. Beutler, G.; Jäggi, A.; Mervart, L.; Meyer, U. The celestial mechanics approach: Theoretical foundations. J. Geod. 2010, 84, 605–624. [Google Scholar] [CrossRef]
  8. Jäggi, A. Pseudo-Stochastic Orbit Modeling of Low Earth Satellites Using the Global Positioning System. Ph.D. Thesis, Astronomical Institute, University of Bern, Bern, Switzerland, 2006. [Google Scholar]
  9. Liu, X. Global Gravity Field Recovery From Satellite-to-Satellite Tracking Data With the Acceleration Approach. Ph.D. Thesis, Nederlandse Commissie voor Geodesie Netherlands Geodetic Commission, Delft, The Netherlands, 2008. [Google Scholar]
  10. Mayer-Gürr, T. Gravitationsfeldbestimmung aus der Analyse kurzer Bahnbögen am Beispiel der Satellitenmissionen CHAMP und GRACE. Ph.D. Thesis, Universitäts-und Landesbibliothek Bonn, Bonn, Germany, 2006. [Google Scholar]
  11. Keller, W.; Sharifi, M. Satellite gradiometry using a satellite pair. J. Geod. 2005, 78, 544. [Google Scholar] [CrossRef]
  12. Sakumura, C.; Bettadpur, S.; Bruinsma, S. Ensemble prediction and intercomparison analysis of GRACE time-variable gravity field models. Geophys. Res. Lett. 2014, 41, 1389–1397. [Google Scholar] [CrossRef] [Green Version]
  13. Gunter, B.C. Parallel Least Squares Analysis of Simulated GRACE Data. Master’s Thesis, The University of Texas at Austin, Austin, TX, USA, 2000. [Google Scholar]
  14. McCullough, C.M. Gravity Field Estimation for Next Generation Satellite Missions. Ph.D. Thesis, The University of Texas at Austin, Austin, TX, USA, 2017. [Google Scholar]
  15. Tapley, B.D.; Schutz, B.E.; Born, G.H. Statistical Orbit Determination; Elsevier Academic Press: Amsterdam, The Netherlands, 2004. [Google Scholar]
  16. Mayer-Gürr, T.; Behzadpour, S.; Ellmer, M.; Kvas, A.; Klinger, B.; Zehentner, N. ITSG-Grace2016—Monthly and Daily Gravity Field Solutions from GRACE. GFZ Data Services. 2016. Available online: http://doi.org/10.5880/icgem.2016.007 (accessed on 11 September 2018).
  17. Ries, J.; Bettadpur, S.; Eanes, R.; Kang, Z.; Ko, U.; McCullough, C.; Nagel, P.; Pie, N.; Poole, S.; Richter, T.; et al. Development and Evaluation of the Global Gravity Model GGM05-CSR-16-02; Technical Report for Center for Space Research; The University of Texas: Austin, TX, USA, 2016. [Google Scholar]
  18. Lemoine, F.G.; Kenyon, S.C.; Factor, J.K.; Trimmer, R.G.; Pavlis, N.K.; Chinn, D.S.; Cox, C.M.; Klosko, S.M.; Luthcke, S.B.; Torrence, M.H.; et al. The Development of the Joint NASA GSFC and the National Imagery and Mapping Agency (NIMA) Geopotential Model EGM96; NASA: Washington, DC, USA, 1998.
  19. Chung, L.R. Orbit Determination Methods for Deep Space Drag-Free Controlled Laser Interferometry Missions. Master’s Thesis, University of Maryland, College Park, ML, USA, 2006. [Google Scholar]
Figure 1. Square root of degree variances from true gravity field (GGM05S), with which observations were simulated, initial gravity field for the estimation process, and the difference between both fields. As comparison the difference between GGM05S and EGM96 is also shown.
Figure 1. Square root of degree variances from true gravity field (GGM05S), with which observations were simulated, initial gravity field for the estimation process, and the difference between both fields. As comparison the difference between GGM05S and EGM96 is also shown.
Geosciences 08 00350 g001
Figure 2. True (GGM05S) gravity field (left) and initial gravity field (right) in terms of gravity anomalies up to degree and order 10.
Figure 2. True (GGM05S) gravity field (left) and initial gravity field (right) in terms of gravity anomalies up to degree and order 10.
Geosciences 08 00350 g002
Figure 3. Square root of degree variances of difference between true gravity field and estimated fields after each iteration.
Figure 3. Square root of degree variances of difference between true gravity field and estimated fields after each iteration.
Geosciences 08 00350 g003
Figure 4. Time series of range rate residuals for Day 1 after the sixth iteration.
Figure 4. Time series of range rate residuals for Day 1 after the sixth iteration.
Geosciences 08 00350 g004
Figure 5. Time series of range rate residuals for Day 1 after the last (28th) iteration.
Figure 5. Time series of range rate residuals for Day 1 after the last (28th) iteration.
Geosciences 08 00350 g005
Figure 6. Root mean square (rms) of range rate residuals for Day 1, for each iteration
Figure 6. Root mean square (rms) of range rate residuals for Day 1, for each iteration
Geosciences 08 00350 g006
Figure 7. Amplitude spectral density of range rate residuals for Day 1 after the sixth iteration.
Figure 7. Amplitude spectral density of range rate residuals for Day 1 after the sixth iteration.
Geosciences 08 00350 g007
Figure 8. Amplitude spectral density of range rate residuals for Day 1 after the last (28th) iteration.
Figure 8. Amplitude spectral density of range rate residuals for Day 1 after the last (28th) iteration.
Geosciences 08 00350 g008
Table 1. Methods of Earth’s gravity field recovery from GRACE inter-satellite ranging observations.
Table 1. Methods of Earth’s gravity field recovery from GRACE inter-satellite ranging observations.
TimewiseObservationsSpacewiseObservations
Classical approach ρ , ρ ˙ Energy balance approach ρ ˙
e.g., [1,4] e.g., [5,6]
Celestial mechanics approach ρ , ρ ˙ Acceleration approach ρ ¨
e.g., [7,8] e.g., [9]
Short arc approach ρ , ρ ˙ Line of Sight Gradiometry ρ ¨ ρ
e.g., [10] e.g., [11]

Share and Cite

MDPI and ACS Style

Darbeheshti, N.; Wöske, F.; Weigelt, M.; Mccullough, C.; Wu, H. GRACETOOLS—GRACE Gravity Field Recovery Tools. Geosciences 2018, 8, 350. https://doi.org/10.3390/geosciences8090350

AMA Style

Darbeheshti N, Wöske F, Weigelt M, Mccullough C, Wu H. GRACETOOLS—GRACE Gravity Field Recovery Tools. Geosciences. 2018; 8(9):350. https://doi.org/10.3390/geosciences8090350

Chicago/Turabian Style

Darbeheshti, Neda, Florian Wöske, Matthias Weigelt, Christopher Mccullough, and Hu Wu. 2018. "GRACETOOLS—GRACE Gravity Field Recovery Tools" Geosciences 8, no. 9: 350. https://doi.org/10.3390/geosciences8090350

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop