Recipe: Retrieve (global) data from FTP server: Difference between revisions
Add banner about FTP disabled. |
|||
(4 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]]. | ||
== Problem == | == Problem == | ||
We want to access G5NR data by downloading files | 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. | '''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/ | 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.] |