<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>I have a user that is trying to write a python script that reads in a dataset with a large number of files (say hundreds to thousands of files).  The dataset is Exodus.  This user wants to read in a large number of these datasets (dozens to hundreds),
with each dataset comprised of a different number of individual files than the other datasets.  Thus, he doesn’t want to read in files like this (example, only 8 files):</div>
<div> </div>
<div>z_pinch1exo8 = ExodusIIReader(FileName=['z_pinch1.exo.8.0', 'z_pinch1.exo.8.1', z_pinch1.exo.8.2', 'z_pinch1.exo.8.3', 'z_pinch1.exo.8.4', 'z_pinch1.exo.8.5', 'z_pinch1.exo.8.6', 'z_pinch1.exo.8.7'])</div>
<div> </div>
<div> </div>
<div>But would rather like this:</div>
<div>z_pinch1exo8 = ExodusIIReader(FileName=['z_pinch1.exo.8.*’])</div>
<div>or</div>
<div>z_pinch1exo8 = ExodusIIReader(FileName=['z_pinch1.exo.”totalFileCount”.*’])</div>
<div> </div>
<div> </div>
<div>Is this possible in Python?  What is the format?</div>
<div> </div>
<div>If the user wants to window into his data, say take the last 4 files, is this possible?  </div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Alan</div>
<div> </div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>