Changes between Version 108 and Version 109 of Procedures/NEODCDelivery


Ignore:
Timestamp:
Dec 11, 2017, 12:10:56 PM (6 years ago)
Author:
dac
Comment:

Corrected archiving script after name changed.

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NEODCDelivery

    v108 v109  
    6060 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).
    6161{{{
    62 neodc-archive.py --year 2012 --jday 324 --sortie c --rsync
     62ceda-archive.py --year 2012 --jday 324 --sortie c --rsync
    6363}}}
    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.
    6965 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:
    7066{{{