-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcatalog_ds083.2.xml
99 lines (81 loc) · 4.8 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
<?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="HTTPServer" serviceType="HTTPServer" base="/thredds/fileServer/"/>
<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">
<metadata inherited="true">
<serviceName>all</serviceName>
<dataFormat>GRIB-1</dataFormat>
<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="[email protected]" />
</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/ds083.2"
location="/glade/p/rda/data/ds083.2">
<metadata inherited="true">
<serviceName>all</serviceName>
</metadata>
<filter>
<exclude wildcard="*.html"/>
<exclude wildcard="grib2" atomic="false" collection="true"/>
</filter>
<addDatasetSize/>
</datasetScan>
<!-- Aggregations -->
<featureCollection name="ds083.2 Aggregations"
featureType="GRIB"
harvest="true"
path="aggregations/ds083.2/1">
<metadata inherited="true">
<serviceName>all</serviceName>
</metadata>
<collection name="ds083.2"
ID="ds083.2-AGG"
spec="/glade/p/rda/data/ds083.2/grib1/**/fnl_.*_00(_c)*$"
olderThan="0 min"/>
<gribConfig datasetTypes="Best">
<bestNamer name="Timeseries Aggregation"/>
<pdsHash>
<useTableVersion>false</useTableVersion>
</pdsHash>
</gribConfig>
<update startup="false" trigger="allow"/>
</featureCollection>
</dataset>
</catalog>