<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Good question -- I checked that out before replying. The GrADS code coverts all ensemble names to lower case. So that is probably the root of your problem. Ensemble names with upper case letters *do* work on my mac, however, because OS X is case neutral. It doesn't work on linux. I will update the documentation with that subtlety.&nbsp;<div>--Jennifer</div><div><br><div><br></div><div>You can have upper case letters in your ensemble name. The output from 'q ens' and 'q ctlinfo' will change them to lower case, but&nbsp;<div><br><div><div>On Oct 5, 2010, at 1:11 PM, Jeffrey Duda wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">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'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.&nbsp;<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's what my actual control file looks like (not just the output from 'q ctlinfo'):<br> <br>dset ^summer_%e_%y4-%m2-%d2_%h2:%n2.dat<br>options&nbsp; byteswapped template<br>undef 1.e30<br>title&nbsp; OUTPUT FROM WRF V3.1.1 MODEL<br> pdef 325 249 nps&nbsp; 163.030&nbsp; 375.118&nbsp;&nbsp;&nbsp;&nbsp; -97.1640&nbsp;&nbsp; 23.0459518<br>xdef 1021 linear -150.3&nbsp;&nbsp; 0.10381060<br> ydef&nbsp; 489 linear&nbsp;&nbsp; 12.4&nbsp;&nbsp; 0.10381060<br>zdef&nbsp;&nbsp; 26 linear 1 1<br>tdef&nbsp;&nbsp; 61 linear 00Z14JUL2010&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 60MN<br>edef&nbsp;&nbsp;&nbsp; 7 names YSU MYJ QNSE MYNN25 MYNN3 Pleim BouLac<br> VARS&nbsp;&nbsp; 20<br>U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; 0&nbsp; x-wind component (m s-1)<br> V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; 0&nbsp; y-wind component (m s-1)<br>W&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; 0&nbsp; z-wind component (m s-1)<br>WW&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; 0&nbsp; omega (Pa s-1)<br>PH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; 0&nbsp; perturbation geopotential (m2 s-2)<br> PHB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; 0&nbsp; base-state geopotential (m2 s-2)<br> P&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; 0&nbsp; perturbation pressure (Pa)<br>PB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; 0&nbsp; BASE STATE PRESSURE (Pa)<br>Q2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0&nbsp; QV at 2 M (kg kg-1)<br>T2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0&nbsp; TEMP at 2 M (K)<br> PSFC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0&nbsp; SFC PRESSURE (Pa)<br> U10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0&nbsp; U at 10 M (m s-1)<br>V10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0&nbsp; V at 10 M (m s-1)<br>QVAPOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; 0&nbsp; Water vapor mixing ratio (kg kg-1)<br>HGT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0&nbsp; Terrain Height (m)<br> RAINC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0&nbsp; ACCUMULATED TOTAL CUMULUS PRECIPITATION (mm)<br> RAINNC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0&nbsp; ACCUMULATED TOTAL GRID SCALE PRECIPITATION (mm)<br>PBLH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0&nbsp; PBL HEIGHT (m)<br>tc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp; 0&nbsp; Temperature (C)<br>slp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0&nbsp; Sea Levelp Pressure (hPa)<br> ENDVARS<br><br>You can see that 'options template' and the 'edef' 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 --&nbsp;<div>You appear to have neglected to add 'options template' 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 &nbsp;'edef 7 names ysu myj ... boulac '</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.&nbsp; I edited a control file accordingly, and made sure to place all binary files in the same directory.&nbsp; However, when I open the control file and attempt to display any variables (whether the e dimension is varying or not), I get the "cannot contour grid - all undefined values" error.&nbsp; 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&nbsp; 26&nbsp; 0&nbsp; x-wind component (m s-1)<br> v&nbsp; 26&nbsp; 0&nbsp; y-wind component (m s-1)<br>w&nbsp; 26&nbsp; 0&nbsp; z-wind component (m s-1)<br>ww&nbsp; 26&nbsp; 0&nbsp; omega (Pa s-1)<br>ph&nbsp; 26&nbsp; 0&nbsp; perturbation geopotential (m2 s-2)<br>phb&nbsp; 26&nbsp; 0&nbsp; base-state geopotential (m2 s-2)<br>p&nbsp; 26&nbsp; 0&nbsp; perturbation pressure (Pa)<br> pb&nbsp; 26&nbsp; 0&nbsp; BASE STATE PRESSURE (Pa)<br>q2&nbsp; 1&nbsp; 0&nbsp; QV at 2 M (kg kg-1)<br>t2&nbsp; 1&nbsp; 0&nbsp; TEMP at 2 M (K)<br>psfc&nbsp; 1&nbsp; 0&nbsp; SFC PRESSURE (Pa)<br>u10&nbsp; 1&nbsp; 0&nbsp; U at 10 M (m s-1)<br>v10&nbsp; 1&nbsp; 0&nbsp; V at 10 M (m s-1)<br>qvapor&nbsp; 26&nbsp; 0&nbsp; Water vapor mixing ratio (kg kg-1)<br> hgt&nbsp; 1&nbsp; 0&nbsp; Terrain Height (m)<br>rainc&nbsp; 1&nbsp; 0&nbsp; ACCUMULATED TOTAL CUMULUS PRECIPITATION (mm)<br>rainnc&nbsp; 1&nbsp; 0&nbsp; ACCUMULATED TOTAL GRID SCALE PRECIPITATION (mm)<br>pblh&nbsp; 1&nbsp; 0&nbsp; PBL HEIGHT (m)<br>tc&nbsp; 26&nbsp; 0&nbsp; Temperature (C)<br>slp&nbsp; 1&nbsp; 0&nbsp; 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> _______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>http://gradsusr.org/mailman/listinfo/gradsusr<br></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 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-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 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-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 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-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; 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">jma@cola.iges.org</a></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span></div></span> </div><br></div></div></div></body></html>