[gradsusr] (no subject)

Gargi Akhoury gargiakhoury at bitmesra.ac.in
Fri Oct 17 10:41:51 EDT 2014


Hello,
      Below is the program for seasonal average, but it is giving error,
need help regarding this, it is not working


'sdfopen 't1000.nc''   %open netcdf file
'set lat -90 90'
'set lon 0 360'
'set t 1 780'


tt=6                                % starting time from June month
 while(tt<=780)
'set t 'tt
'define june=aave(t1000-273.15,lon=0,lon=360,lat=-2.5,lat=2.5)'   %
displaying June data of required latitude

'd june'
 tt=tt+1
'set t 'tt
'define jul=aave(t1000-273.15,lon=0,lon=360,lat=-2.5,lat=2.5)'
'd jul'
 tt=tt+1
'set t 'tt
'define aug=aave(t1000-273.15,lon=0,lon=360,lat=-2.5,lat=2.5)'
'd aug'
 tt=tt+1
'set t 'tt
'define sep=aave(t1000-273.15,lon=0,lon=360,lat=-2.5,lat=2.5)'
'd sep'
'define eq=(june+jul+aug+sep)/4.0'   % average of four months
'd eq'
tt=tt+9

endwhile


Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20141017/b7dbf755/attachment.html 


More information about the gradsusr mailing list