Changes between Version 108 and Version 109 of Procedures/NEODCDelivery
- Timestamp:
- Dec 11, 2017, 12:10:56 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NEODCDelivery
v108 v109 60 60 1. Upload the data to NEODC using neodc-archive.py. This will upload the data using rsync (see http://www.ceda.ac.uk/help/archiving-with-ceda/sending-data-to-ceda/ for more details on archiving data at NEODC using rsync). If you are not running as airborne and haven't set up a password file you will need to enter your password (listed on the [https://rsg.pml.ac.uk/intranet/trac/wiki/Projects/ARSF-DAN/Passwords Passwords] page). 61 61 {{{ 62 neodc-archive.py --year 2012 --jday 324 --sortie c --rsync62 ceda-archive.py --year 2012 --jday 324 --sortie c --rsync 63 63 }}} 64 *Note: If only needs to archive processed data, try the above command without --rsync: 65 {{{ 66 neodc-archive.py --year 2012 --jday 324 --sortie c 67 }}} 68 And select the correct rsync command that is not the raw one. 64 - Note: If you don't need to upload all data (e.g., procesed only) run the command without the `--rsync` flag, this will create the folder structure and print the rsync commands to be run manually. 69 65 1. If for any reason rsync fails you can also upload the data via FTP (note the general password, not the rsync one, is used) using: 70 66 {{{