Connect to ftp.cmdl.noaa.gov, Path: ccg/co2/GLOBALVIEW. You have 3 options.
- To retrieve GLOBALVIEW-CO2 file-by-file, execute the following FTP command sequence:
ftp> binary
ftp> cd ccg/co2/GLOBALVIEW/gv_co2
ftp> mget *
ftp> bye
- To retrieve a single zipped tar file, execute the following FTP command sequence:
ftp> binary
ftp> cd ccg/co2/GLOBALVIEW
ftp> get gv_co2_YYYY.tar.gz
ftp> bye
Then on your system:
$ gunzip gv_co2_YYYY.tar.gz
$ tar xvf gv_co2_YYYY.tar
- To retrieve a single zipped file:
Transfer the file to the local system as described above
$ unzip gv_co2_YYYY.zip.
Note: YYYY is the 4-digit GLOBALVIEW update year.