-
Notifications
You must be signed in to change notification settings - Fork 0
/
sabgom_ROMS_nf_catalog.xml
118 lines (110 loc) · 5.21 KB
/
sabgom_ROMS_nf_catalog.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
<catalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0 http://www.unidata.ucar.edu/schemas/thredds/InvCatalog.
1.0.3.xsd"
xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0"
xmlns:xlink="http://www.w3.org/1999/xlink" name="OPeNDAP Data Server" version="1.0.3">
<service name="allServices" serviceType="Compound" base="">
<service name="ncdods" serviceType="OPENDAP" base="/thredds/dodsC/"/>
<service name="ncss" serviceType="NetcdfSubset" base="/thredds/ncss/grid/"/>
<service name="wms" serviceType="WMS" base="/thredds/wms/"/>
<service name="ncml" serviceType="NCML" base="/thredds/ncml/" />
<service name="uddc" serviceType="UDDC" base="/thredds/uddc/" />
<service name="iso" serviceType="ISO" base="/thredds/iso/" />
<service name="HTTPServer" serviceType="HTTPServer" base="/thredds/fileServer/" />
</service>
<dataset name="SABGOM ROMS Nowcast/Forecast">
<metadata inherited="true">
<serviceName>allServices</serviceName>
<creator>
<name vocabulary="DIF">Dr. Ruoying He</name>
<contact url="http://www.meas.ncsu.edu/faculty/he/he.html" email="ruoying_he@ncsu.edu"/>
</creator>
<documentation xlink:href="http://omgsrv1.meas.ncsu.edu:8080/ocean-circulation/"
xlink:title="SABGOM ROMS Nowcast/Forecast System Project Page"/>
<documentation type="Summary"> Coastal Circulation Nowcast/Forecast System for the South Atlantic Bight and Gulf of Mexico (SABGOM)
</documentation>
<documentation type="Rights"> This model data was generated as part of an academic research
project, and the principal investigator Ruoying He (rhe@ncsu.edu) asks to be informed of intent
for scientific use and appropriate acknowledgment given in any publications arising therefrom.
The data is provided free of charge, without warranty of any kind. </documentation>
</metadata>
<featureCollection name="SABGOM ROMS Forecast Model Run Collection" featureType="FMRC" harvest="true"
path="fmrc/sabgom_roms">
<metadata inherited="true">
<serviceName>allServices</serviceName>
</metadata>
<collection spec="/raid0/data/sabgom/ROMS/his_#yyyyMMdd#.*\.nc$" olderThan="10 min"/>
<update startup="true" rescan="0 5 * * * ? *" trigger="allow"/>
<fmrcConfig regularize="false" datasetTypes="Best"/>
<protoDataset choice="Penultimate">
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">
<variable name="temp">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="sea_water_potential_temperature"/>
</variable>
<variable name="salt">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="sea_water_salinity"/>
</variable>
<variable name="zeta">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="sea_surface_height"/>
</variable>
<variable name="u">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="eastward_sea_water_velocity_assuming_no_tide"/>
</variable>
<variable name="v">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="northward_sea_water_velocity_assuming_no_tide"/>
</variable>
<variable name="w">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="upward_sea_water_velocity_assuming_no_tide"/>
</variable>
<variable name="NO3">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="NO3 scalar"/>
</variable>
<variable name="NH4">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="NH4 scalar"/>
</variable>
<variable name="chlorophyll">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="Chlorophyll scalar"/>
</variable>
<variable name="phytoplankton">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="Phytoplankton scalar"/>
</variable>
<variable name="zooplankton">
<attribute name="_FillValue" type="float" value="0.0"/>
<attribute name="standard_name" value="Zooplankton scalar"/>
</variable>
</netcdf>
</protoDataset>
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">
<variable name="h">
<attribute name="coordinates" value="lon_rho lat_rho"/>
</variable>
<variable name="f">
<attribute name="coordinates" value="lon_rho lat_rho"/>
</variable>
<variable name="pm">
<attribute name="coordinates" value="lon_rho lat_rho"/>
</variable>
<variable name="pn">
<attribute name="coordinates" value="lon_rho lat_rho"/>
</variable>
<variable name="angle">
<attribute name="coordinates" value="lon_rho lat_rho"/>
</variable>
<variable name="mask_rho">
<attribute name="coordinates" value="lon_rho lat_rho"/>
</variable>
<attribute name="Conventions" value="CF-1.0"/>
</netcdf>
</featureCollection>
</dataset>
</catalog>