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

Pchakrab (talk | contribs)
Pchakrab (talk | contribs)
Line 10: Line 10:


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.]