reanalysis_mean_harmonics.py
Reads atmospheric geopotential heights fields from reanalysis and calculates a multi-annual mean set of spherical harmonics using a 3D geometry [2, 24]
Calling Sequence
usage: reanalysis_mean_harmonics.py [-h] [--directory DIRECTORY]
[--mean START END] [--redistribute]
[--lmax LMAX] [--mmax MMAX]
[--love {0,1,2,3,4}]
[--reference {CF,CM,CE}]
[--format {ascii,netCDF4,HDF5}]
[--verbose] [--mode MODE]
{ERA-Interim,ERA5,MERRA-2} [{ERA-Interim,ERA5,MERRA-2} ...]
Positional Arguments
- model
Possible choices: ERA-Interim, ERA5, MERRA-2
Reanalysis Model
Named Arguments
- --directory, -D
Working data directory
- --mean
Start and end year range for mean
- --redistribute
Redistribute pressure values over the ocean
- --lmax, -l
Maximum spherical harmonic degree
- --mmax, -m
Maximum spherical harmonic order
- --love, -n
Possible choices: 0, 1, 2, 3, 4
Treatment of the Load Love numbers
- --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
- --format, -F
Possible choices: ascii, netCDF4, HDF5
Input and output data format
- --verbose, -V
Verbose output of processing run
- --mode, -M
Permission mode of directories and files