Recipe: Retrieve (global) data from FTP server: Difference between revisions

Pchakrab (talk | contribs)
No edit summary
Add banner about FTP disabled.
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
Back to [[G5NR Data Access Guide.]]
<span style="color:red"><font size=40>NOTE: NCCS has disabled the FTP option. It no longer works!</font></span>
 
 
Back to [[G5NR Data Access Guide]].


== Problem ==
== Problem ==


We want to access G5NR data by downloading files by ftp/wget.
We want to access G5NR data by downloading files from the <code>ftp</code> server using either a web browser or the command line tool <code>wget</code>.


== Solution ==
== Solution ==
'''NOTE:''' If you are bookmarking an <code>ftp</code> location you may need to manually add G5NR@ to the bookmarked url.


The base url for G5NR data is
The base url for G5NR data is
  ftp://G5NR@ftp.nccs.nasa.gov/Ganymed/7km/c1440_NR/DATA
  ftp://G5NR@ftp.nccs.nasa.gov/Ganymed/7km/c1440_NR/


At this location, the data is organized by resolution (0.5000_deg/0.0625_deg), type (const/inst/tavg/tdav), collection name, year, month and day as follows:
At this location, the data is organized by resolution (0.5000_deg/0.0625_deg), type (const/inst/tavg/tdav), collection name, year, month and day as follows:


  |-- resolution
DATA
  |  |-- type
  |---resolution
  |  |  |-- collection
  |  |---type
  |  |  |  |-- year
  |  |  |---collection
  |  |  |  |  |-- month
  |  |  |  |---year
  |  |  |  |  |  |-- day
  |  |  |  |  |---month
  |  |  |  |  |  |---day


[some details on what the types are etc.]
[some details on what the types are etc.]