<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Thanks for the answers to my previous question. The "parea" and "vpage" commands work, but I have to specify the picture size every time. I want a more robotic (generic) approach, if possible. <br>The GrADS template data descriptor is a wonderful idea! But does it only do aggregating or concatenating? I want to manipulate the fields before I plot out the hovmollers: <br>First I plot the hovmoller using data from file 1 for Aug10-15: <br>'set yflip on'<br>'set lev 1000'<br>'set tlsupp year'<br>'set t 2 48'<br>'set lat 15'<br>'set gxout shaded'<br>'set grads off'<br>'d ave(olr.1,lat=5,lat=25)'<br>Then I want to add the hovmoller plot using data from file 1 and file 2 for Aug15-20: <br>'set t 49 80'<br>'d ave((olr.1+olr.2)/2,lat=5,lat=25)'<br><br>Question: Is it possible that I write the fields (olr) from different data files (with different ctl files) into one data file with one ctl file? <br><br>Thanks!<br><br>Liping<br><br><br>&gt; Date: Wed, 12 May 2010 18:10:26 -0400<br>&gt; From: Charles.Seman@noaa.gov<br>&gt; To: gradsusr@gradsusr.org<br>&gt; Subject: Re: [gradsusr] plotting time in hovmoller pictures<br>&gt; <br>&gt; Liping Liu,<br>&gt; <br>&gt; You might also be able to use GrADS templates to "concatenate" the "olr" <br>&gt; fields from file 1 and file 2 into a single time series within GrADS as <br>&gt; follows:<br>&gt; <br>&gt; 'open olr_template.ctl'<br>&gt; 'set yflip on'<br>&gt; 'set lev 1000'<br>&gt; 'set tlsupp year'<br>&gt; 'set t 2 80'<br>&gt; 'set lat 15'<br>&gt; 'set gxout shaded'<br>&gt; 'set grads off'<br>&gt; 'd ave(olr,lat=5,lat=25)'<br>&gt; <br>&gt; where "olr" is the name of the variable in the "vars" section of the <br>&gt; GrADS template data descriptor file "olr_template.ctl" (please see the <br>&gt; examples at http://grads.iges.org/grads/gadoc/templates.html which can <br>&gt; give you some ideas for what your "olr_template.ctl" might need)... <br>&gt; briefly, a template data descriptor file for  time differs from a single <br>&gt; dataset data descriptor file in the "dset" record, a required "options <br>&gt; template" record, and in the "tdef" record (in which the number of time <br>&gt; levels in the template data descriptor file is the sum of the time <br>&gt; levels for each of the component datasets).<br>&gt; <br>&gt; I hope this helps,<br>&gt; Chuck<br>&gt; <br>&gt; Liping Liu wrote:<br>&gt; &gt; Hi,   (I am a new user of GrADs)<br>&gt; &gt;<br>&gt; &gt; I am trying to plot two hovmollers into one figure. The problem is the <br>&gt; &gt; time.<br>&gt; &gt; First I plot the hovmollers using data from file 1 for Aug10 to Aug15, <br>&gt; &gt; with the following commands:<br>&gt; &gt;<br>&gt; &gt; 'set yflip on'<br>&gt; &gt; 'set lev 1000'<br>&gt; &gt; 'set tlsupp year'<br>&gt; &gt; 'set t 2 48'<br>&gt; &gt; 'set lat 15'<br>&gt; &gt; 'set gxout shaded'<br>&gt; &gt; 'set grads off'<br>&gt; &gt; 'd ave(olr.1,lat=5,lat=25)'<br>&gt; &gt;<br>&gt; &gt; So it gives me a figure for Aug10--Aug15. But, when I repeat the <br>&gt; &gt; plotting for another period of time Aug15-Aug20: <br>&gt; &gt;<br>&gt; &gt; 'set t 49 80'<br>&gt; &gt; 'd ave(olr.2,lat=5,lat=25)'<br>&gt; &gt;<br>&gt; &gt; It will simply overlap the whole figure, the time is not sequenced.<br>&gt; &gt;<br>&gt; &gt; Question: what do I do to get the pictures of Aug10-15 and Aug15-20 <br>&gt; &gt; laid out vertically (not overlapping each other)?<br>&gt; &gt;<br>&gt; &gt; An alternative way is to write the two sets of data into one data <br>&gt; &gt; file. But I don't know how to do that either.<br>&gt; &gt;<br>&gt; &gt; Thanks for your help. Suggestions to either of the approaches are <br>&gt; &gt; greatly appreciated!<br>&gt; &gt;<br>&gt; &gt; Liping<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; Hotmail has tools for the New Busy. Search, chat and e-mail from your <br>&gt; &gt; inbox. Learn more. <br>&gt; &gt; &lt;http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1&gt; <br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gradsusr mailing list<br>&gt; &gt; gradsusr@gradsusr.org<br>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt;   <br>&gt; <br>&gt; -- <br>&gt; <br>&gt; Please note that Charles.Seman@noaa.gov should be considered my NOAA<br>&gt; email address, not cjs@gfdl.noaa.gov.<br>&gt; <br>&gt; ********************************************************************<br>&gt;  Charles Seman                                Charles.Seman@noaa.gov<br>&gt;  U.S. Department of Commerce / NOAA / OAR<br>&gt;  Geophysical Fluid Dynamics Laboratory         voice: (609) 452-6547<br>&gt;  201 Forrestal Road                              fax: (609) 987-5063<br>&gt;  Princeton, NJ  08540-6649            http://www.gfdl.noaa.gov/~cjs/<br>&gt; ********************************************************************<br>&gt; <br>&gt; "The contents of this message are mine personally and do not reflect any<br>&gt; official or unofficial position of the United States Federal Government,<br>&gt; the United States Department of Commerce, or NOAA."<br>&gt; <br>&gt; _______________________________________________<br>&gt; gradsusr mailing list<br>&gt; gradsusr@gradsusr.org<br>&gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>                                               <br /><hr />Hotmail is redefining busy with tools for the New Busy. Get more from your inbox. <a href='http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2' target='_new'>See how.</a></body>
</html>