<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Dear sir,<br><br>thanks for reply..<br>please see following sentences,<br><br>ga -&gt; open D:/g1.ctl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !&nbsp; I&nbsp; open description file of model data having variable ' t' <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and resolution 0.7 degree X 0.7 degree . &nbsp; !<br><br><br><br><br><br>ga -&gt; tmp=re2(t,1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !&nbsp; ' t ' is a variable of model output. I converted
 it&nbsp; in<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1degree x 1 degree&nbsp; data in GraDS&nbsp; 2.0 !<br><br><br><br>ga -&gt; sdfopen&nbsp; D:/13jan2002.nc &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ! &nbsp;&nbsp; now i open NCEP 1degree x degree&nbsp; data <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; having variable tmp&nbsp; !&nbsp;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br><br><br>ga -&gt; d tmp.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !<span style="color: rgb(192, 0, 0);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; error&nbsp; </span>: &nbsp;&nbsp; grads window &nbsp; shows&nbsp;&nbsp; " Entire Grid is
 <br>or&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; undefined " &nbsp; !&nbsp;&nbsp; <br>ga -&gt; d tmp -tmp.2<br><br><br><br>Sir didn't understand , why&nbsp; does grads window show&nbsp;&nbsp; " Entire Grid is&nbsp;
 undefined " ?<br><br>please help me.<br><br><br>Regards,<br>Rupesh<br><br><br><br><br><br><br>--- On <b>Mon, 22/3/10, Sestak, Michael L CIV 63134 <i>&lt;michael.l.sestak@NAVY.MIL&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Sestak, Michael L CIV 63134 &lt;michael.l.sestak@NAVY.MIL&gt;<br>Subject: Re: (NCEP 1degree x 1 degree  -  model output 0.7x 0.7degree   )  temperature pattern in GrADS<br>To: GRADSUSR@LIST.CINECA.IT<br>Date: Monday, 22 March, 2010, 7:44 PM<br><br><div class="plainMail">To just plot one on top of another is no problem.&nbsp; Just open each file (or appropriate control file) in grads then plot tm2.1 then plot tm2.2 (tm2 being whatever your temperature variable is called).&nbsp; If you actually want to plot the difference, you have to interpolate.&nbsp; I believe there is a built in re2 function in grads 2.0, in older versions you have to use the
 regrid2 udf.&nbsp; There are lots of messages about these routines in the grads user list archive (which should be moved to the new location by now?).<br><br>Michael Sestak<br>Fleet Numerical Meteorology and Oceanography Center<br>Monterey, CA <br><br>-----Original Message-----<br>From: <a ymailto="mailto:GRADSUSR@LIST.CINECA.IT" href="/mc/compose?to=GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a> [mailto:<a ymailto="mailto:GRADSUSR@LIST.CINECA.IT" href="/mc/compose?to=GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a>] On Behalf Of Rupesh Patil<br>Sent: Saturday, March 20, 2010 5:48<br>To: <a ymailto="mailto:GRADSUSR@LIST.CINECA.IT" href="/mc/compose?to=GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a><br>Subject: (NCEP 1degree x 1 degree - model output 0.7x 0.7degree ) temperature pattern in GrADS<br><br><br><br><br><br>Dear Grads users,<br> <br> I have to compare model output of temperature with NCEP 1degree x 1 degree data . But model
 output of temperature is in binary format having resolution 0.7degree x 0.7 degree and NCEP data is in Grib or .nc&nbsp; format having resolution 1degree x 1 degree .<br><br>Can we plot , NCEP 1degree x 1 degree&nbsp;&nbsp;&nbsp;minus&nbsp; model output of temperature in GrADS.<br><br>I use Grads version 1.9b4 on linux machine<br><br> <br>Thanks so much!<br><br>Regards,<br>Rupesh.Patil<br>Junior research fellow,<br>space and atmospheric sciences ,<br>pune university.&nbsp; <br><br><br><br><br><br>________________________________<br><br>Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! &lt;<a href="http://in.rd.yahoo.com/tagline_ie8_new/*http://downloads.yahoo.com/in/internetexplorer/" target="_blank">http://in.rd.yahoo.com/tagline_ie8_new/*http://downloads.yahoo.com/in/internetexplorer/</a>&gt; .<br></div></blockquote></td></tr></table><br>



      <!--1--><hr size=1></hr> 
The INTERNET now has a personality. YOURS! <a href="http://in.rd.yahoo.com/tagline_yyi_1/*http://in.yahoo.com/" target="_blank">See your Yahoo! Homepage</a>.