<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0">Hi,</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">My original variable is as below:</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"></p>
<div>    float SLA(Time, Longitude, Latitude) ;<br>
        SLA:_FillValue = 9.96921e+36f ;<br>
        SLA:scale_factor = 1.f ;<br>
        SLA:coordinates = "Sea Level Anomaly Estimate" ;<br>
        SLA:add_offset = 0.f ;<br>
        SLA:long_name = "Sea Level Anomaly Estimate" ;<br>
        SLA:standard_name = "Sea Level Anomaly Estimate" ;<br>
        SLA:units = "m" ;<br>
<br>
</div>
As the lat lon dimensions has no units I was not getting the plot properly. <br>
<p></p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">I tried this:</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"></p>
<div></div>
<p></p>
<div>sst = f->SLA<br>
printVarSummary(sst)<br>
<br>
sst!1 = "longitude"<br>
sst!2 = "latitude"<br>
<br>
sst&latitude@units = "degrees_north"<br>
sst&longitude@units ="degrees_east"<br>
<br>
printVarSummary(sst)</div>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">But still getting the error,</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"></p>
<div><br>
(0)    check_for_y_lat_coord: Warning: Data either does not contain a valid latitude coordinate array or doesn't contain one at all.<br>
(0)    A valid latitude coordinate array should have a 'units' attribute equal to one of the following values:
<br>
<br>
</div>
Why is the units attribute is not getting assigned?
<p></p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">Thanks</p>
<p style="margin-top:0; margin-bottom:0">Sourav<br>
</p>
</div>
</body>
</html>