jpl_ecco_sync.py
Syncs ECCO Near Real-Time model outputs from the NASA JPL ECCO Drive server
Calling Sequence
usage: jpl_ecco_sync.py [-h] [--user USER] [--webdav WEBDAV] [--netrc NETRC]
[--directory DIRECTORY] [--year YEAR [YEAR ...]]
[--product PRODUCT] [--timeout TIMEOUT] [--log]
[--list] [--checksum] [--clobber] [--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
- --user, -U
Username for NASA Earthdata Login
- --webdav, -W
WebDAV password for JPL ECCO Drive Login
- --netrc, -N
Path to .netrc file for authentication
- --directory, -D
Working data directory
- --year, -Y
Years to sync
- --product, -P
Product to sync
- --timeout, -t
Timeout in seconds for blocking operations
- --log, -l
Output log file
- --list, -L
Only print files that could be transferred
- --checksum
Compare hashes to check for overwriting existing data
- --clobber, -C
Overwrite existing data in transfer
- --mode, -M
Permission mode of directories and files synced