<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span><div>Hi</div><div>I am using write instead of print and want two parameters in the same file (formatted: 1st column as pcp, 2nd column as tmp). But I am getting some format error. Can you tell me what is wrong in the last line of the script?</div><div>(This format is similar to matlab).&nbsp;</div><div><br></div><div><div>'set gxout print'</div><div>'set lat 38 42'</div><div>'set lon -105 -96'</div></div><div>'d apcp'</div><div>pcp=subwrd(result,16)</div><div>'d tmpsfc'</div><div>tmp=subwrd(result,16)</div><div>dummy = write('output.txt', '%8.4f %8.4f', pcp, tmp)</div><div><br></div></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">&nbsp;</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">Please let me know if there is some
 other way of formatting multiple variables in a text file using write command.</div><div style="font-size: 12pt; "><font class="Apple-style-span" color="#0000ff" face="arial">Anil</font></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><font class="Apple-style-span" color="#0000ff" face="arial" size="2"><i><br></i></font></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> Arlindo da Silva &lt;dasilva@alum.mit.edu&gt;<br><b><span style="font-weight: bold;">To:</span></b> Anil acharya &lt;acharya_anil@yahoo.com&gt;; GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br><b><span
 style="font-weight: bold;">Sent:</span></b> Wednesday, November 9, 2011 11:51 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [gradsusr] regriding problem<br></font><br>
<div id="yiv207837328"><br><br><div class="yiv207837328gmail_quote">On Wed, Nov 9, 2011 at 1:11 PM, Anil acharya <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:acharya_anil@yahoo.com" target="_blank" href="mailto:acharya_anil@yahoo.com">acharya_anil@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="yiv207837328gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div style="font-size:12pt;"><span>Hi</span></div>
<div style="font-size:12pt;"><span>I am also stucked after regridding my parameters in the control file. When I open the control file, I have two parameters tmp and pcp. I am able to regrid to my specific watershed location and display the result using opengrads (following commands)&nbsp;</span></div>
<div style="font-size:12pt;"><span><br></span></div><div><span><div>set lat 38 42</div><div>set lon -105 -96</div><div>set t 1 50</div><div>define pcp1=re(pcp,65,linear,-104.1875,0.125,25,linear,38.5625,0.125,bl)</div>
<div>d pcp1</div><div>define
 tmp1=re(tmp,65,linear,-104.1875,0.125,25,linear,38.5625,0.125,bl)</div><div>d tmp1</div><div><br></div><div>I need to get the regridded output (pcp1, tmp1) for all time periods and for each lat. and lon. in text files.</div>
<div>e.g. file 1_-104.1875_38.5625 &nbsp; &nbsp; (pcp1 &nbsp; &nbsp;tmp1, parameters columnwise in each file)</div><div>&nbsp; &nbsp; &nbsp; file 2_-104.1875_38.6875 &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; file 3_-104.0625_38.5625</div><div>&nbsp; &nbsp; &nbsp; file 4_-104.0625_38.6875<br>
</div><div><br></div><div>If you notice the format above, each file varies in latitude and longitude by 0.125. Also the file names should have 4 decimal points as above.&nbsp;</div><div><br></div><div>I tried using &nbsp;while endwhile loop based on some instruction available in the graduser list (link below) but not able to fix the error. I just started using GRADS and I am meshing it again and again. I have not attached the code
 thinking it might confuse you more.</div><div><br></div><div>http://gibies.blogspot.com/2009/11/text-output-of-data-from-grads.html<br>
</div><div><br></div><div>I appreciate if someone can help me out to get the required text file format. &nbsp; &nbsp;<br></div><div><br></div><div><br></div></span></div></div></div></blockquote><div><br></div><div>I am not sure what is your problem, regridding or writing data to text files. For text files, are you familiar with these recipes?</div>
<div><br></div><div>&nbsp; &nbsp;http://cookbooks.opengrads.org/index.php?title=Recipe-002:_Saving_GrADS_variable_data_to_a_text_file</div>
<div><br></div><div>&nbsp; &nbsp;http://cookbooks.opengrads.org/index.php?title=Recipe-003:_Using_PyGrADS_to_save_variable_data_to_a_text_file</div>
<div><br></div><div><br></div><div>&nbsp; &nbsp; Arlindo</div><div><br></div></div>-- <br>Arlindo da Silva<br><a rel="nofollow" ymailto="mailto:dasilva@alum.mit.edu" target="_blank" href="mailto:dasilva@alum.mit.edu">dasilva@alum.mit.edu</a><br>
</div><br><br></div></div></div></body></html>