Recipe: Retrieve (global) data from FTP server: Difference between revisions
Add banner about FTP disabled. |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<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]]. | Back to [[G5NR Data Access Guide]]. | ||
Line 10: | Line 13: | ||
The base url for G5NR data is | The base url for G5NR data is | ||
ftp://G5NR@ftp.nccs.nasa.gov/Ganymed/7km/c1440_NR/ | 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.] |