forked from kmanross/NCAR_RDA_content_thredds
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcatalog_ds131.1.xml
75 lines (57 loc) · 3.93 KB
/
catalog_ds131.1.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
<?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="ds131.1 NOAA-CIRES Twentieth Century Global Reanalysis Version II">
<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/ds131.1/" xlink:title="NCAR RDA - NOAA-CIRES Twentieth Century Global Reanalysis Version II (ds131.1)" />
<documentation type="summary">The Twentieth Century Reanalysis Project, supported by the Earth System Research Laboratory Physical Sciences Division from NOAA and the University of Colorado CIRES/Climate Diagnostics Center, is an effort to produce a global reanalysis dataset spanning a portion of the nineteenth century and the entire twentieth century (1871 - near present), assimilating only surface observations of synoptic pressure, monthly sea surface temperature and sea ice distribution. Products include 6-hourly ensemble mean and spread analysis fields on a 2x2 degree global lat/lon grid, and 3 and 6-hourly ensemble mean and spread forecast (first guess) fields on a global Gaussian T-62 grid. Fields are accessible in yearly time series (1 file/parameter) and monthly synoptic time (all parameters/synoptic hour) files. Ensemble grids, spectral coefficients, and other information will available by offline request in the future.
</documentation>
<documentation xlink:href="http://www.cdc.noaa.gov/data/20thC_Rean/" xlink:title="NOAA ESRL 20th Century Reanalysis Project Homepage" />
<contributor role="computation">National Energy Research Scientific Computing Center managed by Lawrence Berkeley National Laboratory and of the Oak Ridge Leadership Computing Facility at Oak Ridge National Laboratory
</contributor>
<creator>
<name vocabulary="DIF">DOC/NOAA/ESRL</name>
<contact url="http://www.esrl.noaa.gov/psd/data/20thC_Rean/" email="[email protected]" />
</creator>
<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>Reanalysis</keywords>
<keywords>Twentieth Century</keywords>
</metadata>
<!-- Files -->
<datasetScan name="ds131.1 Files"
path="files/g/ds131.1"
location="/glade/p/rda/data/ds131.1/timeseries">
<metadata inherited="true">
<serviceName>all</serviceName>
</metadata>
<filter>
<exclude wildcard="*.html"/>
<exclude wildcard="data" atomic="false" collection="true"/>
</filter>
<addDatasetSize/>
</datasetScan>
<!-- Aggregations -->
</dataset>
</catalog>