3.2.6 - Get Request File information
Action Option -GF (-GetFile) :
retrieves data file information for specified requests or partitions.
Available mode options:
format the column output with a fixed width for all values of a given field |
|
show Dataset ID for each request file |
Use Info option -FN (-FieldNames) to choose which data file fields to retrieve. If -FN is not provided, it defaults to ‘FRPTYSNMA’. Use -FN ALL to retrieve every available field.
Valid data file field names and their corresponding Info option names:
Names |
Descriptions |
|
|---|---|---|
R |
data request index |
|
Q |
request name/ID |
|
P |
request partition index |
|
T |
tarfile index when this small file is tarred |
|
I |
group index |
|
B |
dataset name/ID, dNNNNNN |
|
L |
source file name |
|
Z |
source data type, W - Web |
|
Y |
file type, Data, dOcument, Software |
|
F |
file name online |
|
A |
file status, R - requested, O - online |
|
S |
data file size |
|
C |
command to process this request file |
|
M |
data format, i.e. GRIB, NetCDF |
|
N |
archive format, i.e. TAR, GZ |
|
O |
order the file shown on webpage |
|
J |
time request processed |
|
K |
date data file ready online |
|
Y |
time data file ready online |
|
D |
description of this file |
Data file information can be retrieved for the request indices given via option -RI (-RequestIndex), or the partition indices given via option -PI (-PartitionIndex).
A data file record’s status is initially ‘R’ (requested) when a request is submitted. It changes to ‘O’ (online) after the request is processed and the data file has been staged online for download. If a copy of the same data file is already online for another request, that copy is shared rather than staging a new one.
EXAMPLE 7. To get the default-field data file information for partition index 13:
Content of the output:
WebFile<:>RequestIndex<:>PartitionIndex<:>Size<:>ArchiveFormat<:>DataFormat<:>FileStatus<:>
godas.P.198306.tar<:>61160<:>13<:>196544000<:>GZ.TAR<:>GRIB1<:>O<:>
...