<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" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi all</p>
<p><br>
</p>
<p>I want convert my variable (temperature) to temperature (time,depth,lat,lon) from temperature(time,depth,x,y)
<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p>here is how it looks like now.</p>
<p><br>
</p>
<p>Any help!</p>
<p><br>
</p>
<p>Thanks<br>
</p>
<p><br>
</p>
<p><span></span></p>
<div>dimensions:<br>
&nbsp;&nbsp; &nbsp;depth = 12 ;<br>
&nbsp;&nbsp; &nbsp;time = UNLIMITED ; // (288 currently)<br>
&nbsp;&nbsp; &nbsp;x = 428 ;<br>
&nbsp;&nbsp; &nbsp;y = 403 ;<br>
variables:<br>
&nbsp;&nbsp; &nbsp;int stereographic ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;stereographic:grid_mapping_name = &quot;polar_stereographic&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;stereographic:latitude_of_projection_origin = 90. ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;stereographic:longitude_of_projection_origin = -45. ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;stereographic:scale_factor_at_projection_origin = 1. ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;stereographic:straight_vertical_longitude_from_pole = -45. ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;stereographic:false_easting = 0. ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;stereographic:false_northing = 0. ;<br>
&nbsp;&nbsp; &nbsp;float x(x) ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;x:axis = &quot;X&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;x:standard_name = &quot;projection_x_coordinate&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;x:units = &quot;100&nbsp; km&quot; ;<br>
&nbsp;&nbsp; &nbsp;float y(y) ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;y:standard_name = &quot;projection_y_coordinate&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;y:axis = &quot;Y&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;y:units = &quot;100&nbsp; km&quot; ;<br>
&nbsp;&nbsp; &nbsp;float depth(depth) ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;depth:long_name = &quot;depth&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;depth:units = &quot;m&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;depth:standard_name = &quot;depth&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;depth:positive = &quot;down&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;depth:axis = &quot;Z&quot; ;<br>
&nbsp;&nbsp; &nbsp;double time(time) ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;time:units = &quot;hour since 1950-1-1T00:00:00Z&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;time:long_name = &quot;forecast time&quot; ;<br>
&nbsp;&nbsp; &nbsp;float longitude(y, x) ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;longitude:standard_name = &quot;longitude&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;longitude:units = &quot;degrees_east&quot; ;<br>
&nbsp;&nbsp; &nbsp;float latitude(y, x) ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;latitude:standard_name = &quot;latitude&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;latitude:units = &quot;degrees_north&quot; ;<br>
&nbsp;&nbsp; &nbsp;short temperature(time, depth, y, x) ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;temperature:_FillValue = -32767s ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;temperature:missing_value = -32767s ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;temperature:add_offset = 23.5 ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;temperature:scale_factor = 0.000808839239385893 ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;temperature:units = &quot;Celsius&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;temperature:standard_name = &quot;sea_water_potential_temperature&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;temperature:grid_mapping = &quot;stereographic&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;temperature:coordinates = &quot;longitude latitude&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;temperature:cell_methods = &quot;area: mean&quot; ;<br>
<br>
// global attributes:<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;:title = &quot;Arctic Ocean Physics Reanalysis (1991-2014), 12.5km monthly mean (dataset-ran-arc-myoceanv2-be)&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;:institution = &quot;NERSC, Thormoehlens gate 47, N-5006 Bergen, Norway&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;:history = &quot;20160112:Created by program hyc2proj, version V0.3&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;:source = &quot;NERSC-HYCOM model fields&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;:references = &quot;http://topaz.nersc.no&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;:field_type = &quot;Files based on file type nersc_weekly&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;:Conventions = &quot;CF-1.4&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;:field_date = &quot;2014-11-15&quot; ;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;:bulletin_date = &quot;2014-11-15&quot; ;<br>
}<br>
</div>
<br>
<p></p>
</div>
</body>
</html>