forked from kmanross/NCAR_RDA_content_thredds
-
Notifications
You must be signed in to change notification settings - Fork 1
/
catalog_ds502.0.xml
93 lines (83 loc) · 5.29 KB
/
catalog_ds502.0.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
<?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">
<!-- All-inclusive service group to be used for individual files -->
<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>
<!-- Service group to be used for aggregations (includes all services except
HTTPServer) -->
<service name="agg_services" 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="ds502.0 NOAA CPC Morphing Technique (CMORPH) Global Precipitation Analyses">
<metadata inherited="true">
<serviceName>agg_services</serviceName>
<dataFormat>NetCDF</dataFormat>
<dataType>GRID</dataType>
<documentation type="Rights">Freely Available</documentation>
<documentation xlink:href="http://rda.ucar.edu/datasets/ds502.0/"
xlink:title="NCAR RDA - NOAA CPC Morphing Technique (CMORPH) Global Precipitation Analyses (ds502.0)"/>
<documentation type="summary">
CMORPH (CPC MORPHing technique) produces global precipitation analyses at very high spatial and temporal resolution. This technique uses precipitation estimates that have been derived from low orbiter satellite microwave observations exclusively, and whose features are transported via spatial propagation information that is obtained entirely from geostationary satellite IR data. Precipitation estimates are derived from the passive microwaves aboard the DMSP 13, 14 and 15 (SSM-I), the NOAA-15, 16, 17 and 18 (AMSU-B), and AMSR-E and TMI aboard NASA's Aqua and TRMM spacecraft, respectively. These estimates are generated by algorithms of Ferraro (1997) for SSM-I, Ferraro et al. (2000) for AMSU-B and Kummerow et al. (2001) for TMI. Note that this technique is not a precipitation estimation algorithm but a means by which estimates from existing microwave rainfall algorithms can be combined. Therefore, this method is extremely flexible such that any precipitation estimates from any microwave satellite source can be incorporated.
</documentation>
<documentation xlink:href="http://www.cpc.ncep.noaa.gov/products/janowiak/cmorph.shtml" xlink:title="NOAA CMORPH Precipitation Page" />
<creator>
<name vocabulary="DIF">DOC/NOAA/NWS/NCEP/CPC</name>
<contact url="http://www.cpc.ncep.noaa.gov/products/janowiak/cmorph.shtml" email="[email protected]" />
</creator>
<authority>edu.ucar.rda</authority>
<publisher>
<name vocabulary="DIF">NCAR/RDA</name>
<contact url="http://rda.ucar.edu/" email="[email protected]" />
</publisher>
<keywords>CMORPH</keywords>
<keywords>NCEP</keywords>
<keywords>Precipitation</keywords>
<keywords>Precipitation Analysis</keywords>
</metadata>
<!-- Files -->
<datasetScan name="ds502.0 Files"
path="files/g/ds502.0"
location="/glade/p/rda/data/ds502.0">
<metadata inherited="true">
<serviceName>all</serviceName>
</metadata>
<filter>
<exclude wildcard="*.html"/>
<exclude wildcard="big_endian" atomic="false" collection="true"/>
</filter>
<addDatasetSize/>
</datasetScan>
<!-- Aggregations -->
<dataset name="ds502.0 Dataset Timeseries Aggregation"
ID="ds502.0-AGG"
urlPath="aggregations/g/ds502.0/2/best"
harvest="true">
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">
<aggregation dimName="time" type="joinExisting">
<scan location="/glade/p/rda/data/ds502.0/netcdf/" suffix=".nc" subdirs="true"/>
</aggregation>
<variable name="cmorph_precip">
<attribute name="standard_name" value="lwe_precipitation_rate_cmorph_estimate"/>
</variable>
</netcdf>
</dataset>
</dataset>
</catalog>