dealiasing_global_uplift.py

  • Reads GRACE/GRACE-FO level-1b dealiasing data files for global atmospheric and oceanic loading and estimates anomalies in elastic crustal uplift [15, 73]

Source code

Calling Sequence

usage: dealiasing_global_uplift.py [-h] [--directory DIRECTORY]
                                   [--output-directory OUTPUT_DIRECTORY]
                                   [--release DREL] [--product DSET]
                                   [--year YEAR [YEAR ...]]
                                   [--love {0,1,2,3,4}]
                                   [--reference {CF,CM,CE}]
                                   [--spacing dlon [dlat ...]]
                                   [--interval {1,2,3}]
                                   [--bounds lon_min lon_max lat_min lat_max]
                                   [--format {ascii,netCDF4,HDF5}] [--log]
                                   [--verbose] [--mode MODE]

Named Arguments

--directory, -D

Working data directory

--output-directory, -O

Output directory for spatial files

--release, -r

GRACE/GRACE-FO Data Release

--product, -p

Possible choices: atm, ocn, glo, oba

GRACE/GRACE-FO Level-1b data product

--year, -Y

Years of data to run

--love, -n

Possible choices: 0, 1, 2, 3, 4

Treatment of the Load Love numbers

  • 0: Han and Wahr (1995) values from PREM [23]

  • 1: Gegout (2005) values from PREM [21]

  • 2: Wang et al. (2012) values from PREM [80]

  • 3: Wang et al. (2012) values from PREM with hard sediment [80]

  • 4: Wang et al. (2012) values from PREM with soft sediment [80]

--reference

Possible choices: CF, CM, CE

Reference frame for load Love numbers

  • 'CF': Center of Surface Figure

  • 'CM': Center of Mass of Earth System

  • 'CE': Center of Mass of Solid Earth

--spacing, -S

Spatial resolution of output data

--interval, -I

Possible choices: 1, 2, 3

Output grid interval (1: global, 2: centered global, 3: non-global)

  • 1: (0:360, 90:-90)

  • 2: (degree spacing/2)

  • 3: non-global grid (set with defined bounds)

--bounds, -B

Bounding box for non-global grid

--format, -F

Possible choices: ascii, netCDF4, HDF5

Input and output data format

--log

Output log file for each job

--verbose, -V

Verbose output of run

--mode, -M

Permissions mode of output files