<div>Hi group:<br>I have downloaded the GSWP2 meteorological forcings from <a href="http://dods.ipsl.jussieu.fr/cgi-bin/nph-dods//gswp/">http://dods.ipsl.jussieu.fr/cgi-bin/nph-dods//gswp/</a>. the variable  is resampled by landmask to compress the volume.<br>

So now I cannot find the lat and lon project of the variable, such as, </div>
<div><br>%% ncdump(&#39;E:\Tair_era198807.nc&#39;)   %% Generated 10-Dec-2009 11:42:08<br>nc{&#39;land&#39;} = nclong(&#39;land&#39;); %% 15238 elements.<br>nc{&#39;land&#39;}.compress = ncchar(&#39;&#39;y x&#39;&#39;);<br>

 <br>nc{&#39;Tair&#39;} = ncfloat(&#39;tstep&#39;, &#39;land&#39;); %% 3779024 elements.<br>nc{&#39;Tair&#39;}.axis = ncchar(&#39;&#39;TYX&#39;&#39;);<br>nc{&#39;Tair&#39;}.units = ncchar(&#39;&#39;K&#39;&#39;);<br>nc{&#39;Tair&#39;}.long_name = ncchar(&#39;&#39;Near surface air temperature at 2m&#39;&#39;);<br>

nc{&#39;Tair&#39;}.associate = ncchar(&#39;&#39;time (nav_lat nav_lon)&#39;&#39;);<br>nc{&#39;Tair&#39;}.missing_value = ncfloat(1.00000002004088e+020);<br>the variable &#39;land&#39; span from 2301 to 52312, and is not the index of lat and lon. So my question is what the &#39;land&#39; values mean? How can I project the Tair to lat and lon grids?<br>

please give me help with your extensive knowledge, at least provide some references. I thank you very  much! <br><br>Dec10,2009</div>