<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear NCL helpdesk,<br>
<div class="moz-forward-container"> <br>
I have a question re the <b>addfiles</b> function. I am using
this function in order to read data from an ensemble of 101 NetCDF
files - let's say from <i>simulation000</i>.<i>nc</i> to <i>simulation100</i>.<i>nc</i>.
<br>
<br>
My question is, what is the order the files are read with? Can I
assume is from 000 to 100 if I have <br>
<br>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<pre style="margin: 0px; padding: 0px; font-size: 13.3333px; line-height: 16px; font-family: courier; border-style: solid; border-width: 0px 0px 15px; border-color: transparent; text-indent: 0px; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: left; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"> all_files = <a moz-do-not-send="true" href="http://www.ncl.ucar.edu/Document/Functions/Built-in/systemfunc.shtml" style="margin: 0px; padding: 0px; text-decoration: none; color: rgb(133, 45, 133); font-family: verdana, sans-serif; font-weight: normal;"><strong style="margin: 0px; padding: 0px;">systemfunc</strong></a> ("ls ./simulation*.nc")
fall = <strong style="margin: 0px; padding: 0px;">addfiles</strong> (all_files, "r") </pre>
I ask this because I had a missing value error for the last file -
but simulation100.nc file seems to be ok. Do you have any clue why
this could happen? <br>
<br>
Thank you for your help,<br>
<br>
Best regards<br>
Michele Petrini<br>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<pre class="moz-signature" cols="72">--
***
Michele Petrini
Ph.D. student in Earth Science and Fluid Mechanics
Università degli studi di Trieste,
Dipartimento di Matematica e Geoscienze
Palazzina C - via Weiss 1, 34128 Trieste, Italy
Email: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:mpetrini139@yahoo.it">mpetrini139@yahoo.it</a>
Skype: michele.petrins
Mobile: +39 3398367372
</pre>
</div>
</body>
</html>