ecco_read_realtime.py
Reads 12-hour ECCO ocean bottom pressure data from JPL
Global area average of each ocean bottom pressure map is removed [7]
Calculates monthly anomalies on an equirectangular grid
Calling Sequence
usage: ecco_read_realtime.py [-h] [--directory DIRECTORY]
[--year YEAR [YEAR ...]] [--mean START END]
[--format {ascii,netCDF4,HDF5}] [--verbose]
[--mode MODE]
{kf080i,dr080i} [{kf080i,dr080i} ...]
Positional Arguments
- model
Possible choices: kf080i, dr080i
ECCO Near Real-Time Model
'kf080i': Kalman filter analysis'dr080i': RTS smoother analysis
Named Arguments
- --directory, -D
Working data directory
- --year, -Y
Years of model outputs to run
- --mean, -m
Start and end year range for mean
- --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