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
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset xmlns="http://xml.opendap.org/ns/DAP/4.0#" dapVersion="4.0" dmrVersion="1.0" name="coads_climatology.nc">
<Dimension name="TIME" size="12"/>
<Dimension name="COADSY" size="90"/>
<Dimension name="COADSX" size="180"/>
<Float64 name="TIME">
<Dim name="/TIME"/>
</Float64>
<Float64 name="COADSY">
<Dim name="/COADSY"/>
</Float64>
<Float64 name="COADSX">
<Dim name="/COADSX"/>
</Float64>
<Float32 name="SST">
<Dim name="/TIME"/>
<Dim name="/COADSY"/>
<Dim name="/COADSX"/>
<Attribute name="missing_value" type="Byte">
<Value>-9.999999790e+33</Value>
</Attribute>
<Attribute name="_FillValue" type="Byte">
<Value>-9.999999790e+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="Byte">
<Value>-9.999999790e+33</Value>
</Attribute>
<Attribute name="_FillValue" type="Byte">
<Value>-9.999999790e+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="Byte">
<Value>-9.999999790e+33</Value>
</Attribute>
<Attribute name="_FillValue" type="Byte">
<Value>-9.999999790e+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="Byte">
<Value>-9.999999790e+33</Value>
</Attribute>
<Attribute name="_FillValue" type="Byte">
<Value>-9.999999790e+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>
|