Research Data Archive (RDA) data sets can be accessed within the CISL computing environment or downloaded for use elsewhere from the RDA web site.
A subset of the archive is stored in the centralized GLADE resource and so is readily accessible by Yellowstone, Geyser, and Caldera users, and by individuals who have Data-access projects.
The complete archive is stored in the High Performance Storage System (HPSS), so data sets that are not on GLADE can be found there.
Data sets are numbered and stored in directories that are named in this format: dsnnn.n (ds431.0, for example). If you don't know the number of the data set you need, browse or search the web site to find the data set and number.
Once you have identified the data set number, you can get a list of the files it contains through the web site or in the /glade/p/rda/data/dsnnn.n subdirectory.
You can also use the rdals utility to find file and metadata information for each subdirectory.
To get a list of the contents of each subdirectory:
This file in GLADE provides additional information:
Running the rdals utility lists file and metadata information for each /glade/p/rda/data/dsnnn.n subdirectory. Some data sets may contain incomplete metadata or file list information due to ongoing development.
The rdals utility can be found in the /glade/u/apps/contrib directory. Enter rdals -h for a description of how to use it.
The utility displays four columns of information. When listing directories, the columns are Directory Name, Data Volume, File Count, and Brief Description. When listing files, they are File Name, Data Size, Data Format, and Brief Description if the listed item is a file.
A leading letter is displayed on each line to indicate what type of item is listed:
Here is a sample of the output from rdals /glade/p/rda/data:
Dds351.0 3.35T 179381 NCEP ADP Global Upper Air Observational Weather Data, October 1999 - continuing Dds351.1 549.47G 256574 NCEP ADP ETA/NAM Upper Air Observation Subsets, October 2000 - continuing Dds353.4 180.17G 2004 NCEP ADP Operational Global Upper Air Observations, December 1972 - February 2007 Dds358.0 0B 0 Ptarmigan Dropsondes (Arctic reconnaissance) for 1950-1961 Dds359.0 2.93M 7 NOAA Profiler Network (NPN) Observations, 1992 May-continuing Dds365.0 0B 0 Sadler's Global Aircraft Observations, daily 1960-1973 Dds366.0 407.77G 2162 ERA-40 Global Upper Air Radiosonde Observation Feedback Record Reports Dds367.0 5.22G 1129 ERA-40 Global Upper Air Satellite Wind Observation Feedback Record Reports
Usage options
Usage: rdals [-d] [-f] [-N] [-h] [-r] [-D DelimitSymbols] [-R RecursiveLevel] [Directory/File List]
Nothing is displayed if neither directory nor file information matches information stored in the RDA database.
Examples
To check directories and files in data set dsnnn.n:
Change to the data set directory.
cd /glade/p/rda/data
Execute rdals, adding the recursive option -r to check directories and files further in the subdirectories (or cd to a subdirectory to check the files).
rdals -r dsnnn.n
Or:
Pass an absolute path to rdals.
rdals /glade/p/rda/data/dsnnn.n/
If your current directory is in another data set directory, such as /glade/p/rda/data/ds277.7, you can pass a relative path to the target directory.
rdals ../dsnnn.n/ or rdals ../dsnnn.n/*