<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>
depth = 12 ;<br>
time = UNLIMITED ; // (288 currently)<br>
x = 428 ;<br>
y = 403 ;<br>
variables:<br>
int stereographic ;<br>
stereographic:grid_mapping_name = "polar_stereographic" ;<br>
stereographic:latitude_of_projection_origin = 90. ;<br>
stereographic:longitude_of_projection_origin = -45. ;<br>
stereographic:scale_factor_at_projection_origin = 1. ;<br>
stereographic:straight_vertical_longitude_from_pole = -45. ;<br>
stereographic:false_easting = 0. ;<br>
stereographic:false_northing = 0. ;<br>
float x(x) ;<br>
x:axis = "X" ;<br>
x:standard_name = "projection_x_coordinate" ;<br>
x:units = "100 km" ;<br>
float y(y) ;<br>
y:standard_name = "projection_y_coordinate" ;<br>
y:axis = "Y" ;<br>
y:units = "100 km" ;<br>
float depth(depth) ;<br>
depth:long_name = "depth" ;<br>
depth:units = "m" ;<br>
depth:standard_name = "depth" ;<br>
depth:positive = "down" ;<br>
depth:axis = "Z" ;<br>
double time(time) ;<br>
time:units = "hour since 1950-1-1T00:00:00Z" ;<br>
time:long_name = "forecast time" ;<br>
float longitude(y, x) ;<br>
longitude:standard_name = "longitude" ;<br>
longitude:units = "degrees_east" ;<br>
float latitude(y, x) ;<br>
latitude:standard_name = "latitude" ;<br>
latitude:units = "degrees_north" ;<br>
short temperature(time, depth, y, x) ;<br>
temperature:_FillValue = -32767s ;<br>
temperature:missing_value = -32767s ;<br>
temperature:add_offset = 23.5 ;<br>
temperature:scale_factor = 0.000808839239385893 ;<br>
temperature:units = "Celsius" ;<br>
temperature:standard_name = "sea_water_potential_temperature" ;<br>
temperature:grid_mapping = "stereographic" ;<br>
temperature:coordinates = "longitude latitude" ;<br>
temperature:cell_methods = "area: mean" ;<br>
<br>
// global attributes:<br>
:title = "Arctic Ocean Physics Reanalysis (1991-2014), 12.5km monthly mean (dataset-ran-arc-myoceanv2-be)" ;<br>
:institution = "NERSC, Thormoehlens gate 47, N-5006 Bergen, Norway" ;<br>
:history = "20160112:Created by program hyc2proj, version V0.3" ;<br>
:source = "NERSC-HYCOM model fields" ;<br>
:references = "http://topaz.nersc.no" ;<br>
:field_type = "Files based on file type nersc_weekly" ;<br>
:Conventions = "CF-1.4" ;<br>
:field_date = "2014-11-15" ;<br>
:bulletin_date = "2014-11-15" ;<br>
}<br>
</div>
<br>
<p></p>
</div>
</body>
</html>