dealiasing_monthly_mean.py
Reads GRACE/GRACE-FO level-1b dealiasing data files for a specific product and outputs monthly the mean for a specific GRACE/GRACE-FO processing center and data release
'GAA': atmospheric loading from ECMWF'GAB': oceanic loading from OMCT/MPIOM'GAC': global atmospheric and oceanic loading'GAD': ocean bottom pressure from OMCT/MPIOM
Creates monthly files of oblateness variations at 3 or 6-hour intervals
Calling Sequence
usage: dealiasing_monthly_mean.py [-h] [--directory DIRECTORY] --center PROC
[--release DREL] [--product DSET [DSET ...]]
[--lmax LMAX]
[--format {ascii,netCDF4,HDF5,SHM}]
[--clobber] [--verbose] [--mode MODE]
Named Arguments
- --directory, -D
Working data directory
- --center, -c
GRACE/GRACE-FO Processing Center
- --release, -r
GRACE/GRACE-FO Data Release
- --product, -p
Possible choices: GAA, GAB, GAC, GAD
GRACE/GRACE-FO dealiasing product
- --lmax, -l
Maximum spherical harmonic degree
- --format, -F
Possible choices: ascii, netCDF4, HDF5, SHM
Output data format
- --clobber, -C
Overwrite existing data
- --verbose, -V
Verbose output of run
- --mode, -M
Permissions mode of output files