[gradsusr] Dimension problem?

Ruben G. C rubensinho at gmail.com
Mon Jun 21 13:42:30 EDT 2010


Hello all!
I have a problem with a .gs script, it looks like it move  (clockwise clock)
the patterns on a binary file output of the MM5 when I see it on a contour
map on GrADS.
The file has been treated with MM5to GrADS....
Does anyone has had a problem like this?
the code I wrote is this (gs)

  'reinit'
'set gxout fwrite'
'set fwrite -le MM5_EXTRAIDOS/MM5_0708.dat'
'set x 1 30'
'set y 1 30'
i=1
while(i<32)
'set t 'i
say ' TIME    'i
if(i< 10);dd=0%i;endif
if(i>9);dd=i;endif

say ''dd

'open MMOUT_DOMAIN2_0708'dd'_12Z.ctl'
k=1
while(k<24)
'd ((rc(t='k+1')+rn(t='k+1')) - (rc(t='k')+rn(t='k')))*10'
k=k+1
endwhile
 i = i + 1
endwhile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20100621/ac922033/attachment-0003.html 


More information about the gradsusr mailing list