GSynth is a software for computing gravity field functionals (gravity anomalies, geoid heights) and Earth tides effects considering solid Earth tides and Ocean tides. GSynth has been developed by Thomas since 2013. The initial version included two main modules, GRAVsynth and GRAVtide, that have been now merged into one code package.
GRAVsynth: Spherical harmonic synthesis of gravity field models for computing gravity anomalies and geoid heights
GRAVtide: Solid Earth and Ocean Tides effects modelling
The software is being used in gravity data analysis and tides modelling.
GSynth can be executed through applying the following steps:
- Download the models' data required by executing the script file
gsynth_data_models.m
stored in the folder'../scripts/'
cd scripts/
gsynth_data_models
- Set the configuration file
config_gsynth.in
stored in the folder'../config/'
cd config/
edit config_gsynth.in
cd ..
- Edit the input data points file stored in the folder
'../config/'
. Default file for the computations data points ispoints_gsynth.in
that is set within the configuration file.
cd config/
edit points_gsynth.in
cd ..
- Execute the main script of the software
gsynth_main.m
in the folder'../main/'
cd main/
gsynth_main
- The restuls are written to an output ascii file saved in the folder
'../results/'
Papanikolaou T., Papadopoulos N. (2015). High-frequency analysis of Earth gravity field models based on terrestrial gravity and GPS/levelling data: A case study in Greece, Journal of Geodetic Science, 5(1):67-79, https://doi.org/10.1515/jogs-2015-0008.
Papanikolaou T., Papadopoulos N. (2015). High-frequency analysis of Earth gravity field models based on terrestrial gravity and GPS/levelling data: A case study in Greece, Journal of Geodetic Science, 5(1):67-79, https://doi.org/10.1515/jogs-2015-0008.
Papanikolaou T. (2013). GRAVsynth and GRAVtide software' User guide, Dept. of Gravimetry, HMGS, Greece.