forked from kmanross/NCAR_RDA_content_thredds
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcatalog_ds083.2.xml
122 lines (101 loc) · 5.7 KB
/
catalog_ds083.2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="UTF-8"?>
<catalog name="THREDDS Server Default Catalog : You must change this to fit your server!"
xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0"
xmlns:xlink="http://www.w3.org/1999/xlink">
<service name="all" serviceType="Compound" base="">
<service name="opendap" serviceType="OPENDAP" base="/thredds/dodsC/"/>
<service name="ncss" serviceType="NetcdfSubset" base="/thredds/ncss/grid/"/>
<service name="cdmremote" serviceType="CdmRemote" base="/thredds/cdmremote/"/>
<service name="wcs" serviceType="WCS" base="/thredds/wcs/"/>
<service name="wms" serviceType="WMS" base="/thredds/wms/"/>
<service name="iso" serviceType="ISO" base="/thredds/iso/"/>
<service name="ncml" serviceType="NCML" base="/thredds/ncml/"/>
<service name="uddc" serviceType="UDDC" base="/thredds/uddc/"/>
</service>
<!-- Top level dataset: Needed to set metadata for Files & Aggregations -->
<dataset name="ds083.2 NCEP FNL Operational Model Global Tropospheric Analyses">
<metadata inherited="true">
<serviceName>all</serviceName>
<dataType>GRID</dataType>
<documentation type="Rights">Freely Available</documentation>
<documentation xlink:href="http://rda.ucar.edu/datasets/ds083.2/"
xlink:title="NCAR RDA - NCEP FNL Operational Model Global Tropospheric Analyses (ds083.2)"/>
<documentation type="summary">
NCEP FNL (Final) Operational Global Analysis data are on 1.0x1.0 degree grids prepared operationally every six hours. This product is from the Global Data Assimilation System (GDAS), which continuously collects observational data from the Global Telecommunications System (GTS), and other sources, for many analyses. The FNLs are made with the same model which NCEP uses in the Global Forecast System (GFS), but the FNLs are prepared about an hour or so after the GFS is initialized. The FNLs are delayed so that more observational data can be used. The GFS is run earlier in support of time critical forecast needs, and uses the FNL from the previous 6 hour cycle as part of its initialization.
The analyses are available on the surface, at 26 mandatory (and other pressure) levels from 1000mb to 10mb, in the surface boundary layer and at some sigma layers, the tropopause and a few others. Parameters include surface pressure, sea level pressure, geopotential height, temperature, sea surface temperature, soil values, ice cover, relative humidity, u- and v- winds, vertical motion, vorticity and ozone.
The archive time series is continuously extended to a near-current date. It is not maintained in real-time.
</documentation>
<documentation xlink:href="http://www.emc.ncep.noaa.gov/modelinfo/index.html" xlink:title="NCEP Model documentation" />
<creator>
<name vocabulary="DIF">DOC/NOAA/NWS/NCEP</name>
<contact url="http://www.ncep.noaa.gov/" email="http://www.ncep.noaa.gov/mail_liaison.shtml" />
</creator>
<authority>edu.ucar.rda</authority>
<publisher>
<name vocabulary="DIF">NCAR/RDA</name>
<contact url="http://rda.ucar.edu/" email="rdahelp@ucar.edu" />
</publisher>
<keywords>Numerical Weather Prediction</keywords>
<keywords>NCEP</keywords>
<keywords>Model data</keywords>
<keywords>GFS</keywords>
<keywords>GDAS</keywords>
<keywords>FNL</keywords>
</metadata>
<!-- Files -->
<datasetScan name="ds083.2 Files"
path="files/g/ds083.2"
location="/glade/p/rda/data/ds083.2">
<metadata inherited="true">
<serviceName>all</serviceName>
</metadata>
<filter>
<exclude wildcard="*.html"/>
</filter>
<addDatasetSize/>
</datasetScan>
<!-- Aggregations -->
<dataset name="ds083.2 Dataset Aggregations">
<featureCollection name="ds083.2 Dataset Aggregation Oct 1999 to Dec 2007"
featureType="GRIB"
harvest="true"
path="aggregations/g/ds083.2/1">
<metadata inherited="true">
<dataFormat>GRIB-1</dataFormat>
<serviceName>all</serviceName>
</metadata>
<collection name="ds083.2 Dataset Aggregation Oct 1999 to Dec 2007"
ID="ds083.2-AGG"
spec="/glade/p/rda/data/ds083.2/grib1/**/fnl_.*_00.grib1$"
olderThan="0 min"/>
<gribConfig datasetTypes="Best">
<bestNamer name="Timeseries Aggregation"/>
<pdsHash>
<useTableVersion>false</useTableVersion>
</pdsHash>
</gribConfig>
<update startup="false" trigger="allow"/>
</featureCollection>
<featureCollection name="ds083.2 Dataset Aggregation Dec 2007 to Current"
featureType="GRIB"
harvest="true"
path="aggregations/g/ds083.2/2">
<metadata inherited="true">
<dataFormat>GRIB-2</dataFormat>
<serviceName>all</serviceName>
</metadata>
<collection name="ds083.2 Dataset Aggregation Dec 2007 to Current"
ID="ds083.2-AGG2"
spec="/glade/p/rda/data/ds083.2/grib2/**/fnl_.*_00.grib2$"
olderThan="0 min"/>
<gribConfig datasetTypes="Best">
<bestNamer name="Timeseries Aggregation"/>
<pdsHash>
<useTableVersion>false</useTableVersion>
</pdsHash>
</gribConfig>
<update startup="false" trigger="allow"/>
</featureCollection>
</dataset>
</dataset>
</catalog>