<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear all,<br>
    <br>
    I am currently testing the CVDP
    (<a class="moz-txt-link-freetext" href="http://www.cesm.ucar.edu/working_groups/CVC/cvdp/">http://www.cesm.ucar.edu/working_groups/CVC/cvdp/</a>) which is written
    in ncl.<br>
    Currently the software does not run because it can't find the proper
    datasets. <br>
    <br>
    Finding the data is driven by the <b>systemfunc</b> command using
    curly brackets (multiple options).<br>
    For example, within ncl, I want to list all files that have one of
    the following extension: .nc, .hdf, .pdf.<br>
    <br>
    This I do with:<br>
    myFiles = systemfunc("ls /DIRECTORY/*{.nc,.hdf,.pdf}")<br>
    <br>
    If I fo this in ncl, I get an error: ls: cannot access
    '/DIRECTORY/*{.nc,.hdf,.pdf}': No such file or directory<br>
    <br>
    Yet, when pasting ls /DIRECTORY/*{.nc,.hdf,.pdf} directly in my
    system (ubuntu 16.04, 64bit) terminal, I do get a list of the finals
    with this extension. So the expected result.<br>
    <br>
    I have tested this in ncl-6.3.0 and 6.2.1, but I have the same
    problem in both.<br>
    Did anyone else notice this before? Any idea on how to fix this?<br>
    <br>
    Thanks!<br>
    <br>
    Regards,<br>
    Matthias<br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Post-doctoral Research Fellow
_____________________________

UGent [Home]
Department of Forest and Water Management
Laboratory for Hydrology and Water Management
Coupure links 653, B-9000 Ghent, Belgium
Email: <a class="moz-txt-link-abbreviated" href="mailto:Matthias.demuzere@UGent.be">Matthias.demuzere@UGent.be</a>
Web: <a class="moz-txt-link-freetext" href="http://www.ugent.be/bw/dfwm/en/research/LHWM/staff/matthias">http://www.ugent.be/bw/dfwm/en/research/LHWM/staff/matthias</a>

KU Leuven [Affiliated]
Department of Earth &amp; Environmental Sciences
Division of Geography and Tourism / Regional climate studies
Celestijnenlaan 200E, B-3001 Heverlee (Leuven), Belgium
Email: <a class="moz-txt-link-abbreviated" href="mailto:matthias.demuzere@kuleuven.be">matthias.demuzere@kuleuven.be</a>
Web: <a class="moz-txt-link-freetext" href="https://ees.kuleuven.be/geography/rcs">https://ees.kuleuven.be/geography/rcs</a></pre>
  </body>
</html>