<div dir="ltr">Dear,<br>I believe you are meaning extracting data from netcdf file. <br>The best way I do is to average data from a grid box of the area.<br> The reason for doing this is to make sure that your data is a <br>representation of the area you are interested inother than just<br> a single a single point. <br>This can be in so many ways. But the simolest I can remember is like this:<br><br>*****THIS SCRIPT EXTRACT SEA SURFACE TEMPERATURES FOR GRID BOX<br>**LONG 129E to 131E and LAT 20.0N to 24.0N<br><br>'reinit'<br>'sdfopen C:\fortran\sst\<a href="http://2018sst.nc">2018sst.nc</a>'<br>'set x 1'<br>'set y 1'<br>** set your area1 here..If your data has high resoultion you can set your area too closer<br>lon1 =129.0<br>lon2 =131.0<br>lat1 =20.0<br>lat2 =24.0<br><br>** Keep time fixed as below.. Here time is taken as starting from value 1 to 703<br>** you can also set your time by exactly setting 'set t hhddmmyy'<br><br>'set t 1 703'<br>** Here we are finding areal average of the grid.<br><br>'define ssst = aave(sst,lon = 'lon1',lon = 'lon2', lat = 'lat1',lat='lat2')'<br><br>** set file name to pring oout... Here we are saving data as 12 month data table<br>'fprintf ssst C:\fortran\SST_EXTRACT\DJF\REG2\REG2\R2DJF_SJPAN.txt %g 12 1'<br><br>The data is save as a text file and in a single column. If you you want <br>the data to be extracted as monthly then you use 1 12 instead of 1 1 meaning <br>that you will have 12 columns representing months of the year.<br>Hope this helps.<br>Thank<br>Regards,<br>Charles Vanya<br></div><br><div class="gmail_quote"><div dir="ltr">On Mon, 13 Aug 2018 at 15:12, Davide Sacchetti <<a href="mailto:davide.sacchetti@arpal.gov.it">davide.sacchetti@arpal.gov.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>is file in station data format? if yes use gxout print<br><br><br><div><strong>
From:
</strong>
 
E Mobarak <<a href="mailto:mobarak_e@yahoo.com" target="_blank">mobarak_e@yahoo.com</a>>
<br>
<strong>
To:
</strong>
 
<<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>>
<br>
<strong>
Sent:
 
</strong>
8/11/2018 6:09 PM
<br>
<strong>
Subject:
</strong>
 
[gradsusr] extract station data
<br><br><blockquote class="m_-4609455438561977606mori" style="margin:0 0 0 .8ex;border-left:1px solid #ccc;padding-left:1ex"><div style="font-family:times new roman,new york,times,serif;font-size:16px"><div>Hi </div><div>how i can extract data for some station with different latitude and longitude, by loop or function in scripts</div><div>thanks</div><div style="font-family:times new roman,new york,times,serif;font-size:16px"></div></div><br><br>_______________________________________________
<br>gradsusr mailing list
<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>
<br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br></blockquote></div></div>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div>Meteorological Services<br>P.O.Box 1808,<br>Blantyre,<br>Malawi<br>Cell:+265-888-980 545</div>
<div> 00265111939610<br>  <br></div></div></div></div>