[gradsusr] Query Reg writing two variables colomnwise.
Emrullah Sonuç
esonuc at gmail.com
Sun May 8 02:39:04 EDT 2011
Hi Geeta;
Try this:
-------------------
'set lat 13.44'
'set lon 77.06'
'd x2-x1'
line=sublin(result,2)
dummy=subwrd(line,4)
'd x3-x2'
line2=sublin(result,2)
dummy2=subwrd(line2,4)
nn = 'KORA : 'dummy' 'dummy2
rc=write('/model/uas/rain48.dat',nn,append)
---------------------------------------------------------------
On Fri, May 6, 2011 at 12:07 PM, Geeta Geeta <geeta124 at hotmail.com> wrote:
> Hello all,
> I have posted this problem a few days back also. But I did not get any
> response. So I am repeating it again.
>
> My problem is that I have to write TWO variables at a few station
> locations. It looks like this
> *STN RAINFALL TEMP*
> KORA : 0.00 30.1
> HEBBURU : 0.13 30.2
> TURUVEKERE : 0.00 29.3
> MAYASANDRA : 0.00
> KUNIGAL : 3.60
> YADIYUR : 3.60
> GUTTAL : 0.00
> KARJIGI : 0.00
> RANEEBENNUR: 0.00
> KUPPELUR : 0.00
> HIREKERUR : 0.00
> RATTIHALLI : 0.00
>
> Following script is being used for extracting the Rainfall amounts.
> * 1. TUMKUR, KORA
> 'set lat 13.44'
> 'set lon 77.06'
> 'd x2-x1'
> dummy=sublin(result,2)
> rc=write('/model/uas/rain24.dat','KORA : 'dummy,append)
> 'd x3-x2'
> dummy=sublin(result,2)
> rc=write('/model/uas/rain48.dat','KORA : 'dummy,append)
> *********************
>
> Grads writes only ONE Variable. I am unable to make Grads write TWO
> variables simultaneously in file using Grads.
>
> Kindly help me.
> geeta
>
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>
---------------------------------------------------------------------
Emrullah SONUÇ (esonuc at gmail.com)
Karabuk University
Faculty Of Engineering
Department Of Computer Engineering
Baliklarkayasi Mevkii, 78050 Karabuk, TURKEY
Tel: +90-370-4332021 Fax: +90-370-4333290
---------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20110508/8a5c548f/attachment-0003.html
More information about the gradsusr
mailing list