Is whatever reads the substitution strings case sensitive?<br><br>Jeff<br><br><div class="gmail_quote">On Tue, Oct 5, 2010 at 11:58 AM, Jennifer Adams <span dir="ltr">&lt;<a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;">Well, with templated data sets, if GrADS can&#39;t find the file for your requested time, it just gives missing data. So you should make sure that all the files exist where they are expected to and that the names match up correctly with your template substitution strings in your DSET entry. Another check is to write a descriptor for one member, without the edef and substituting YSU for %e and make sure that works. <div>
--Jennifer</div><div><div></div><div class="h5"><div><br><div><div><div>On Oct 5, 2010, at 12:43 PM, Jeffrey Duda wrote:</div><br><blockquote type="cite">Jennifer,<br>Here&#39;s what my actual control file looks like (not just the output from &#39;q ctlinfo&#39;):<br>
<br>dset ^summer_%e_%y4-%m2-%d2_%h2:%n2.dat<br>options  byteswapped template<br>undef 1.e30<br>title  OUTPUT FROM WRF V3.1.1 MODEL<br> pdef 325 249 nps  163.030  375.118     -97.1640   23.0459518<br>xdef 1021 linear -150.3   0.10381060<br>
ydef  489 linear   12.4   0.10381060<br>zdef   26 linear 1 1<br>tdef   61 linear 00Z14JUL2010      60MN<br>edef    7 names YSU MYJ QNSE MYNN25 MYNN3 Pleim BouLac<br> VARS   20<br>U             26  0  x-wind component (m s-1)<br>
V             26  0  y-wind component (m s-1)<br>W             26  0  z-wind component (m s-1)<br>WW            26  0  omega (Pa s-1)<br>PH            26  0  perturbation geopotential (m2 s-2)<br> PHB           26  0  base-state geopotential (m2 s-2)<br>
P             26  0  perturbation pressure (Pa)<br>PB            26  0  BASE STATE PRESSURE (Pa)<br>Q2             1  0  QV at 2 M (kg kg-1)<br>T2             1  0  TEMP at 2 M (K)<br> PSFC           1  0  SFC PRESSURE (Pa)<br>
U10            1  0  U at 10 M (m s-1)<br>V10            1  0  V at 10 M (m s-1)<br>QVAPOR        26  0  Water vapor mixing ratio (kg kg-1)<br>HGT            1  0  Terrain Height (m)<br> RAINC          1  0  ACCUMULATED TOTAL CUMULUS PRECIPITATION (mm)<br>
RAINNC         1  0  ACCUMULATED TOTAL GRID SCALE PRECIPITATION (mm)<br>PBLH           1  0  PBL HEIGHT (m)<br>tc            26  0  Temperature (C)<br>slp            1  0  Sea Levelp Pressure (hPa)<br> ENDVARS<br><br>You can see that &#39;options template&#39; and the &#39;edef&#39; line is in there.<br>
<br>Jeff<br><br><div class="gmail_quote">On Tue, Oct 5, 2010 at 11:34 AM, Jennifer Adams <span dir="ltr">&lt;<a href="mailto:jma@cola.iges.org" target="_blank">jma@cola.iges.org</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="word-wrap: break-word;">Hi, Jeff -- <div>You appear to have neglected to add &#39;options template&#39; in your descriptor file. Also, if all your ensembles are the same length and have the same start time, you can simplify your edef as  &#39;edef 7 names ysu myj ... boulac &#39;</div>
 <div>--Jennifer</div><div><br></div><div><br></div><div><br><div><div><div></div><div><div>On Oct 5, 2010, at 12:15 PM, Jeffrey Duda wrote:</div><br></div></div><blockquote type="cite"><div><div></div><div> I wish to concatenate several separate sets of WRF output in which only the PBL scheme is changed into an ensemble.  I edited a control file accordingly, and made sure to place all binary files in the same directory.  However, when I open the control file and attempt to display any variables (whether the e dimension is varying or not), I get the &quot;cannot contour grid - all undefined values&quot; error.  What am I doing wrong?<br>
 <br>Here is the cltinfo:<br><br>dset summer_%e_%y4-%m2-%d2_%h2:%n2.dat<br>title OUTPUT FROM WRF V3.1.1 MODEL<br>undef 1e+30<br>xdef 1021 linear -150.3 0.103811<br>ydef 489 linear 12.4 0.103811<br>zdef 26 linear 1 1<br>tdef 61 linear 00Z14JUL2010 60mn<br>
 edef 7 <br>ysu 61 00Z14JUL2010<br>myj 61 00Z14JUL2010<br>qnse 61 00Z14JUL2010<br>mynn25 61 00Z14JUL2010<br>mynn3 61 00Z14JUL2010<br>pleim 61 00Z14JUL2010<br>boulac 61 00Z14JUL2010<br>endedef<br>vars 20<br>u  26  0  x-wind component (m s-1)<br>
 v  26  0  y-wind component (m s-1)<br>w  26  0  z-wind component (m s-1)<br>ww  26  0  omega (Pa s-1)<br>ph  26  0  perturbation geopotential (m2 s-2)<br>phb  26  0  base-state geopotential (m2 s-2)<br>p  26  0  perturbation pressure (Pa)<br>
 pb  26  0  BASE STATE PRESSURE (Pa)<br>q2  1  0  QV at 2 M (kg kg-1)<br>t2  1  0  TEMP at 2 M (K)<br>psfc  1  0  SFC PRESSURE (Pa)<br>u10  1  0  U at 10 M (m s-1)<br>v10  1  0  V at 10 M (m s-1)<br>qvapor  26  0  Water vapor mixing ratio (kg kg-1)<br>
 hgt  1  0  Terrain Height (m)<br>rainc  1  0  ACCUMULATED TOTAL CUMULUS PRECIPITATION (mm)<br>rainnc  1  0  ACCUMULATED TOTAL GRID SCALE PRECIPITATION (mm)<br>pblh  1  0  PBL HEIGHT (m)<br>tc  26  0  Temperature (C)<br>slp  1  0  Sea Levelp Pressure (hPa)<br>
 endvars<br><br>Jeff Duda<br clear="all"><br>-- <br>Jeff Duda<br>Iowa State University<br>Meteorology Graduate Student<br>3134 Agronomy Hall<br><a href="http://www.meteor.iastate.edu/%7Ejdduda" target="_blank">www.meteor.iastate.edu/~jdduda</a><br>
 </div></div> _______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
 </blockquote></div><font color="#888888"><br><div> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="word-wrap: break-word;">
 <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div>
 --</div><div>Jennifer M. Adams</div><div>IGES/COLA</div><div>4041 Powder Mill Road, Suite 302</div><div>Calverton, MD 20705</div><div><a href="mailto:jma@cola.iges.org" target="_blank">jma@cola.iges.org</a></div><div><br>
 </div><br></span></span></div></span> </div><br></font></div></div><br>_______________________________________________<br> gradsusr mailing list<br> <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
 <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br> <br></blockquote></div><br><br clear="all"><br>-- <br>Jeff Duda<br>Iowa State University<br>Meteorology Graduate Student<br>
3134 Agronomy Hall<br><a href="http://www.meteor.iastate.edu/%7Ejdduda" target="_blank">www.meteor.iastate.edu/~jdduda</a><br> _______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br></blockquote></div><br><div> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="word-wrap: break-word;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div>
--</div><div>Jennifer M. Adams</div><div>IGES/COLA</div><div>4041 Powder Mill Road, Suite 302</div><div>Calverton, MD 20705</div><div><a href="mailto:jma@cola.iges.org" target="_blank">jma@cola.iges.org</a></div><div><br>
</div><br></span></span></div></span> </div><br></div></div></div></div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Jeff Duda<br>Iowa State University<br>Meteorology Graduate Student<br>3134 Agronomy Hall<br><a href="http://www.meteor.iastate.edu/~jdduda">www.meteor.iastate.edu/~jdduda</a><br>