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 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset xmlns="http://xml.opendap.org/ns/DAP/4.0#" xml:base="http://test.opendap.org:8080/opendap/data/nc/coads_climatology.nc" dapVersion="4.0" dmrVersion="1.0" name="coads_climatology.nc">
<Dimension name="COADSX" size="180"/>
<Dimension name="COADSY" size="90"/>
<Dimension name="TIME" size="12"/>
<Float64 name="COADSX">
<Dim name="/COADSX"/>
<Attribute name="units" type="String">
<Value>degrees_east</Value>
</Attribute>
<Attribute name="modulo" type="String">
<Value> </Value>
</Attribute>
<Attribute name="point_spacing" type="String">
<Value>even</Value>
</Attribute>
</Float64>
<Float64 name="COADSY">
<Dim name="/COADSY"/>
<Attribute name="units" type="String">
<Value>degrees_north</Value>
</Attribute>
<Attribute name="point_spacing" type="String">
<Value>even</Value>
</Attribute>
</Float64>
<Float64 name="TIME">
<Dim name="/TIME"/>
<Attribute name="units" type="String">
<Value>hour since 0000-01-01 00:00:00</Value>
</Attribute>
<Attribute name="time_origin" type="String">
<Value>1-JAN-0000 00:00:00</Value>
</Attribute>
<Attribute name="modulo" type="String">
<Value> </Value>
</Attribute>
</Float64>
<Float32 name="SST">
<Dim name="/TIME"/>
<Dim name="/COADSY"/>
<Dim name="/COADSX"/>
<Attribute name="missing_value" type="Float32">
<Value>-9.99999979e+33</Value>
</Attribute>
<Attribute name="_FillValue" type="Float32">
<Value>-9.99999979e+33</Value>
</Attribute>
<Attribute name="long_name" type="String">
<Value>SEA SURFACE TEMPERATURE</Value>
</Attribute>
<Attribute name="history" type="String">
<Value>From coads_climatology</Value>
</Attribute>
<Attribute name="units" type="String">
<Value>Deg C</Value>
</Attribute>
<Map name="/TIME"/>
<Map name="/COADSY"/>
<Map name="/COADSX"/>
</Float32>
<Float32 name="AIRT">
<Dim name="/TIME"/>
<Dim name="/COADSY"/>
<Dim name="/COADSX"/>
<Attribute name="missing_value" type="Float32">
<Value>-9.99999979e+33</Value>
</Attribute>
<Attribute name="_FillValue" type="Float32">
<Value>-9.99999979e+33</Value>
</Attribute>
<Attribute name="long_name" type="String">
<Value>AIR TEMPERATURE</Value>
</Attribute>
<Attribute name="history" type="String">
<Value>From coads_climatology</Value>
</Attribute>
<Attribute name="units" type="String">
<Value>DEG C</Value>
</Attribute>
<Map name="/TIME"/>
<Map name="/COADSY"/>
<Map name="/COADSX"/>
</Float32>
<Float32 name="UWND">
<Dim name="/TIME"/>
<Dim name="/COADSY"/>
<Dim name="/COADSX"/>
<Attribute name="missing_value" type="Float32">
<Value>-9.99999979e+33</Value>
</Attribute>
<Attribute name="_FillValue" type="Float32">
<Value>-9.99999979e+33</Value>
</Attribute>
<Attribute name="long_name" type="String">
<Value>ZONAL WIND</Value>
</Attribute>
<Attribute name="history" type="String">
<Value>From coads_climatology</Value>
</Attribute>
<Attribute name="units" type="String">
<Value>M/S</Value>
</Attribute>
<Map name="/TIME"/>
<Map name="/COADSY"/>
<Map name="/COADSX"/>
</Float32>
<Float32 name="VWND">
<Dim name="/TIME"/>
<Dim name="/COADSY"/>
<Dim name="/COADSX"/>
<Attribute name="missing_value" type="Float32">
<Value>-9.99999979e+33</Value>
</Attribute>
<Attribute name="_FillValue" type="Float32">
<Value>-9.99999979e+33</Value>
</Attribute>
<Attribute name="long_name" type="String">
<Value>MERIDIONAL WIND</Value>
</Attribute>
<Attribute name="history" type="String">
<Value>From coads_climatology</Value>
</Attribute>
<Attribute name="units" type="String">
<Value>M/S</Value>
</Attribute>
<Map name="/TIME"/>
<Map name="/COADSY"/>
<Map name="/COADSX"/>
</Float32>
<Attribute name="NC_GLOBAL" type="Container">
<Attribute name="history" type="String">
<Value>FERRET V4.30 (debug/no GUI) 15-Aug-96</Value>
</Attribute>
</Attribute>
<Attribute name="DODS_EXTRA" type="Container">
<Attribute name="Unlimited_Dimension" type="String">
<Value>TIME</Value>
</Attribute>
</Attribute>
</Dataset>
|