Re: [thredds] ncml aggregation 200 times slower in thredds 4.6.1

  • To: John Caron <caron@xxxxxxxx>
  • Subject: Re: [thredds] ncml aggregation 200 times slower in thredds 4.6.1
  • From: Heiko Klein <Heiko.Klein@xxxxxx>
  • Date: Mon, 25 May 2015 18:48:44 +0200
Hi John,

please find attached the two cache-files. They are more or less identical, with the exception that the 4.3 file (with the long filename) puts an additional './' into the filepath of the netcdf files.

Heiko

On 2015-05-22 16:57, John Caron wrote:
can you send me the cached files, from both 4.3 and 4.6. After, the
ncdump has read all of the coordinates value?

On Fri, May 22, 2015 at 4:34 AM, Heiko Klein <Heiko.Klein@xxxxxx
<mailto:Heiko.Klein@xxxxxx>> wrote:

    Hi John,

    I read now also David Robertsons mail and tried a

    ncdump -v time
    'http://vis-m8.met.no/thredds/dodsC/lustreMnt/heikok/FAUNA/mbr000_all.ncml'

    to cache the coordinate values. Performance after that get's
    slightly better, from 20s to 17s for a
    $ time ncdump -h
    'http://vis-m8.met.no/thredds/dodsC/lustreMnt/heikok/FAUNA/mbr000_all.ncml'


    I've had now a closer look at the 'cache' entries as described by
    David. Even after a 'ncdump -v time...' only 100 files (of 4575) are
    cached. The thredds 4.3 cache had also only 100 files cached.

    Questions are now:

    a) Why does 4.6 need all the coordinate values even if not
    requested? (Or why didn't 4.3 need those values?)


    b) Is there a setting to increase the amount of cached aggregation
    files? (I followed more or less blindly
    
http://www.unidata.ucar.edu/software/thredds/current/tds/reference/ThreddsConfigXMLFile.html,
    so settings with '100' are:
    <NetcdfFileCache>
       <minFiles>100</minFiles>
    ...
    <TimePartition>
       <minFiles>100</minFiles>
    ...
    )

    I attach my threddsConfig.xml and the mbr000_all.ncml file.

    Heiko



    On 2015-05-22 04:39, John Caron wrote:

        ok, so looking closer, i see that there is a single file to
        cache the
        results, so .1 seconds is more likely.

        make sure all files have been cached, by requesting the time
        coordinate
        values in a dods request (see post earlier today).

        if thats the case, and subsequent accesses are still slow, send
        me the
        mbr000_all.ncml file.

        ps, i am gone until monday, so we can resume then...



        On Thu, May 21, 2015 at 6:58 PM, John Caron <caron@xxxxxxxx
        <mailto:caron@xxxxxxxx>
        <mailto:caron@xxxxxxxx <mailto:caron@xxxxxxxx>>> wrote:

             reading 4575 files in .1 seconds seems a bit too fast. Im
        guessing
             that the dataset is actually getting cached in memory, and
        you are
             seeing that performance. Then the question might be why
        isnt that
             happening as fast in 4.6?

             If you have "remote management" enabled, you can see what
        files are
             in the cache, and also clear the cache.

        
http://www.unidata.ucar.edu/software/thredds/v5.0/tds/reference/RemoteManagement.html

             so, how long does it take in each version:

             1) the first time that the aggregation is called, when theres
             nothing in the disk cache (eg
        lustre/mnt/heikok/FAUNA/mbr000_all.ncml)
             2) the first time that the aggregation is called after the TDS
             starts up, when the disk cache is populated, but the
        dataset is not
             in memory (or it has been cleared from memroy)
             3) how long it takes after its in memory.

             i believe that 2) could take 7 secs, and 3) takes .1
        second, and
             maybe 1) takes 10-120 secs.

             its possible that for 4.6, 2) has slowed down to 20 secs,
        and maybe
             its not getting memory cached so 3) never happens. I will
             investigate that possibility.

             if you get a chance to experiment with checking/clearing memory
             cache with the 2 versions, let me know the results.

             John

             On Wed, May 20, 2015 at 10:41 AM, John Caron
        <caron@xxxxxxxx <mailto:caron@xxxxxxxx>
             <mailto:caron@xxxxxxxx <mailto:caron@xxxxxxxx>>> wrote:

                 ok, we'll see if we can reproduce the problem.



                 On Wed, May 20, 2015 at 10:25 AM, Heiko Klein
                 <heiko.klein@xxxxxx <mailto:heiko.klein@xxxxxx>
        <mailto:heiko.klein@xxxxxx <mailto:heiko.klein@xxxxxx>>> wrote:

                     Hi John,

                     in 4.6.1, request-time stays at ~20s each time I
        try it.
                     Only in 4.3.23 I see a huge perfomance-gain (from 7s to
                     0.1s) after the first fetch.

                     Heiko

                     ----- Original Message -----
                      > Hi Heiko:
                      >
                      > Can you see whether the second time you access the
                     dataset, if the times
                      > are fast again?
                      >
                      > thanks,
                      > John
                      >
                      > On Wed, May 20, 2015 at 2:07 AM, Heiko Klein
                     <Heiko.Klein@xxxxxx <mailto:Heiko.Klein@xxxxxx>
        <mailto:Heiko.Klein@xxxxxx <mailto:Heiko.Klein@xxxxxx>>> wrote:
                      >
                      > > Hi,
                      > >
                      > > I have some performance problems after
        upgrading to
                     thredds 4.6.1.
                      > >
                      > > I'm aggregating a large dataset with a
        joinExisting
                     aggregation. Reading
                      > > the metadata from the aggregation took, with
        thredds
                     4.3.23, about 0.1s
                      > > (first time up to 7s). After upgrading to
        4.6.1, the
                     same request takes 20s
                      > > (second time, first time not measured) and is
        unusable
                     slow. A 'ncview' of
                      > > the aggregated dataset is no longer possible.
                      > >
                      > > Suspecting some caching problems, I followed the
                     guidelines in
                      > >
        
http://www.unidata.ucar.edu/software/thredds/current/tds/reference/ThreddsConfigXMLFile.html
                      > > The aggregation-cache contains two files
                      > >
                      > > $ ls -l
        file-lustre-mnt-heikok-FAUNA-mbr000_all.ncml
                      > > lustre/mnt/heikok/FAUNA/mbr000_all.ncml
                      > > -rw-r--r-- 1 tomcat7 tomcat7 74339 May 20 09:43
                      > > file-lustre-mnt-heikok-FAUNA-mbr000_all.ncml
                      > > -rw-r--r-- 1 tomcat7 tomcat7 74131 May 20 10:01
                      > > lustre/mnt/heikok/FAUNA/mbr000_all.ncml
                      > >
                      > > (I guess the first one is thredds 4.3, while
        the second
                     one is thredds 4.6)
                      > >
                      > >
                      > > The ncml-file is:
                      > >
                      > > <netcdf

        xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2";>
                      > >   <aggregation dimName="time" type="joinExisting">
                      > >     <scan location="." regExp=".*snapMet000\.nc$"
                     subdirs="true"/>
                      > >   </aggregation>
                      > > </netcdf>
                      > >
                      > >
                      > > It is aggregating 4575 files, each about 1.3G.
                      > >
                      > >
                      > > The requests according to the logs are:
                      > > 2015-05-20T09:49:17.111 +0200 [    372240][
          281]
                     INFO  -
                      > > threddsServlet - Remote host: 157.249.113.42 -
        Request:
                     "GET
                      > >

        /thredds/dodsC/lustreMnt/heikok/FAUNA/mbr000_all.ncml.dds
                     HTTP/1.1"
                      > > 2015-05-20T09:49:17.116 +0200 [    372245][
          281]
                     INFO  -
                      > > threddsServlet - Request Completed - 200 - -1 - 5
                      > > 2015-05-20T09:49:17.117 +0200 [    372246][
          282]
                     INFO  -
                      > > threddsServlet - Remote host: 157.249.113.42 -
        Request:
                     "GET
                      > >

        /thredds/dodsC/lustreMnt/heikok/FAUNA/mbr000_all.ncml.das
                     HTTP/1.1"
                      > > 2015-05-20T09:49:17.131 +0200 [    372260][
          282]
                     INFO  -
                      > > threddsServlet - Request Completed - 200 - -1 - 14
                      > > 2015-05-20T09:49:17.134 +0200 [    372263][
          283]
                     INFO  -
                      > > threddsServlet - Remote host: 157.249.113.42 -
        Request:
                     "GET
                      > >

        /thredds/dodsC/lustreMnt/heikok/FAUNA/mbr000_all.ncml.dds
                     HTTP/1.1"
                      > > 2015-05-20T09:49:17.138 +0200 [    372267][
          283]
                     INFO  -
                      > > threddsServlet - Request Completed - 200 - -1 - 4
                      > >
                      > >
                      > > Best regards,
                      > >
                      > > Heiko
                      > >
                      > >
                      > > --
                      > > Dr. Heiko Klein                   Norwegian
                     Meteorological Institute
                      > > Tel. + 47 22 96 32 58
        <tel:%2B%2047%2022%2096%2032%2058>
                     <tel:%2B%2047%2022%2096%2032%2058>             P.O.
        Box 43
                     Blindern
                      > > http://www.met.no                 0313 Oslo NORWAY
                      > >
                      > > _______________________________________________
                      > > thredds mailing list
                      > > thredds@xxxxxxxxxxxxxxxx
        <mailto:thredds@xxxxxxxxxxxxxxxx>
        <mailto:thredds@xxxxxxxxxxxxxxxx <mailto:thredds@xxxxxxxxxxxxxxxx>>
                      > > For list information or to unsubscribe,  visit:
                      > > http://www.unidata.ucar.edu/mailing_lists/
                      > >
                      >






--
Dr. Heiko Klein                   Norwegian Meteorological Institute
Tel. + 47 22 96 32 58             P.O. Box 43 Blindern
http://www.met.no                 0313 Oslo NORWAY
<?xml version='1.0' encoding='UTF-8'?>
<aggregation xmlns='http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2' 
version='3' type='joinExisting' dimName='time' >
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031100/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2998016E9 1.2998052E9 1.2998088E9 1.2998124E9 
1.299816E9 1.2998196E9 1.2998232E9 1.2998268E9 1.2998304E9 1.299834E9 
1.2998376E9 1.2998412E9 1.2998448E9 1.2998484E9 1.299852E9 1.2998556E9 
1.2998592E9 1.2998628E9 1.2998664E9 1.29987E9 1.2998736E9 1.2998772E9 
1.2998808E9 1.2998844E9 1.299888E9 1.2998916E9 1.2998952E9 1.2998988E9 
1.2999024E9 1.299906E9 1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031106/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2998232E9 1.2998268E9 1.2998304E9 1.299834E9 
1.2998376E9 1.2998412E9 1.2998448E9 1.2998484E9 1.299852E9 1.2998556E9 
1.2998592E9 1.2998628E9 1.2998664E9 1.29987E9 1.2998736E9 1.2998772E9 
1.2998808E9 1.2998844E9 1.299888E9 1.2998916E9 1.2998952E9 1.2998988E9 
1.2999024E9 1.299906E9 1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031112/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2998448E9 1.2998484E9 1.299852E9 1.2998556E9 
1.2998592E9 1.2998628E9 1.2998664E9 1.29987E9 1.2998736E9 1.2998772E9 
1.2998808E9 1.2998844E9 1.299888E9 1.2998916E9 1.2998952E9 1.2998988E9 
1.2999024E9 1.299906E9 1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031118/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2998664E9 1.29987E9 1.2998736E9 1.2998772E9 
1.2998808E9 1.2998844E9 1.299888E9 1.2998916E9 1.2998952E9 1.2998988E9 
1.2999024E9 1.299906E9 1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031200/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.299888E9 1.2998916E9 1.2998952E9 1.2998988E9 
1.2999024E9 1.299906E9 1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031206/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031212/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031218/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031300/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031306/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031312/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031318/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031400/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031406/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031412/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031418/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031500/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031506/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031512/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031518/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031600/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031606/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031612/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031618/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031700/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031706/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031712/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031718/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031800/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031806/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031812/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031818/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031900/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031906/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031912/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011031918/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032000/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032006/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032012/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032018/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032100/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032106/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032112/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032118/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032200/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032206/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032212/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032218/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032300/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032306/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032312/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032318/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032400/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032406/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032412/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032418/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032500/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032506/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032512/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032518/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032600/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032606/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032612/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032618/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032700/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032706/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032712/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032718/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032800/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032806/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032812/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032818/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032900/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032906/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032912/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011032918/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011033000/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011033006/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011033012/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011033018/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011033100/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011033106/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011033112/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011033118/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040100/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040106/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040112/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040118/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040200/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040206/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040212/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040218/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040300/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040306/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040312/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040318/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040400/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040406/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040412/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040418/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 1.3020948E9 1.3020984E9 1.302102E9 
1.3021056E9 1.3021092E9 1.3021128E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040500/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 1.3020948E9 1.3020984E9 1.302102E9 
1.3021056E9 1.3021092E9 1.3021128E9 1.3021164E9 1.30212E9 1.3021236E9 
1.3021272E9 1.3021308E9 1.3021344E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040506/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 1.3020948E9 1.3020984E9 1.302102E9 
1.3021056E9 1.3021092E9 1.3021128E9 1.3021164E9 1.30212E9 1.3021236E9 
1.3021272E9 1.3021308E9 1.3021344E9 1.302138E9 1.3021416E9 1.3021452E9 
1.3021488E9 1.3021524E9 1.302156E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040512/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 1.3020948E9 1.3020984E9 1.302102E9 
1.3021056E9 1.3021092E9 1.3021128E9 1.3021164E9 1.30212E9 1.3021236E9 
1.3021272E9 1.3021308E9 1.3021344E9 1.302138E9 1.3021416E9 1.3021452E9 
1.3021488E9 1.3021524E9 1.302156E9 1.3021596E9 1.3021632E9 1.3021668E9 
1.3021704E9 1.302174E9 1.3021776E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/./2011040518/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 1.3020948E9 1.3020984E9 1.302102E9 
1.3021056E9 1.3021092E9 1.3021128E9 1.3021164E9 1.30212E9 1.3021236E9 
1.3021272E9 1.3021308E9 1.3021344E9 1.302138E9 1.3021416E9 1.3021452E9 
1.3021488E9 1.3021524E9 1.302156E9 1.3021596E9 1.3021632E9 1.3021668E9 
1.3021704E9 1.302174E9 1.3021776E9 1.3021812E9 1.3021848E9 1.3021884E9 
1.302192E9 1.3021956E9 1.3021992E9 </cache>
  </netcdf>
</aggregation>
<?xml version='1.0' encoding='UTF-8'?>
<aggregation xmlns='http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2' 
version='3' type='joinExisting' dimName='time' >
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031100/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2998016E9 1.2998052E9 1.2998088E9 1.2998124E9 
1.299816E9 1.2998196E9 1.2998232E9 1.2998268E9 1.2998304E9 1.299834E9 
1.2998376E9 1.2998412E9 1.2998448E9 1.2998484E9 1.299852E9 1.2998556E9 
1.2998592E9 1.2998628E9 1.2998664E9 1.29987E9 1.2998736E9 1.2998772E9 
1.2998808E9 1.2998844E9 1.299888E9 1.2998916E9 1.2998952E9 1.2998988E9 
1.2999024E9 1.299906E9 1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031106/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2998232E9 1.2998268E9 1.2998304E9 1.299834E9 
1.2998376E9 1.2998412E9 1.2998448E9 1.2998484E9 1.299852E9 1.2998556E9 
1.2998592E9 1.2998628E9 1.2998664E9 1.29987E9 1.2998736E9 1.2998772E9 
1.2998808E9 1.2998844E9 1.299888E9 1.2998916E9 1.2998952E9 1.2998988E9 
1.2999024E9 1.299906E9 1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031112/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2998448E9 1.2998484E9 1.299852E9 1.2998556E9 
1.2998592E9 1.2998628E9 1.2998664E9 1.29987E9 1.2998736E9 1.2998772E9 
1.2998808E9 1.2998844E9 1.299888E9 1.2998916E9 1.2998952E9 1.2998988E9 
1.2999024E9 1.299906E9 1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031118/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2998664E9 1.29987E9 1.2998736E9 1.2998772E9 
1.2998808E9 1.2998844E9 1.299888E9 1.2998916E9 1.2998952E9 1.2998988E9 
1.2999024E9 1.299906E9 1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031200/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.299888E9 1.2998916E9 1.2998952E9 1.2998988E9 
1.2999024E9 1.299906E9 1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031206/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2999096E9 1.2999132E9 1.2999168E9 1.2999204E9 
1.299924E9 1.2999276E9 1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031212/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2999312E9 1.2999348E9 1.2999384E9 1.299942E9 
1.2999456E9 1.2999492E9 1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031218/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2999528E9 1.2999564E9 1.29996E9 1.2999636E9 
1.2999672E9 1.2999708E9 1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031300/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.2999744E9 1.299978E9 1.2999816E9 1.2999852E9 
1.2999888E9 1.2999924E9 1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031306/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.299996E9 1.2999996E9 1.3000032E9 1.3000068E9 
1.3000104E9 1.300014E9 1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031312/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3000176E9 1.3000212E9 1.3000248E9 1.3000284E9 
1.300032E9 1.3000356E9 1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031318/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3000392E9 1.3000428E9 1.3000464E9 1.30005E9 
1.3000536E9 1.3000572E9 1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031400/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3000608E9 1.3000644E9 1.300068E9 1.3000716E9 
1.3000752E9 1.3000788E9 1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031406/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3000824E9 1.300086E9 1.3000896E9 1.3000932E9 
1.3000968E9 1.3001004E9 1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031412/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300104E9 1.3001076E9 1.3001112E9 1.3001148E9 
1.3001184E9 1.300122E9 1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031418/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3001256E9 1.3001292E9 1.3001328E9 1.3001364E9 
1.30014E9 1.3001436E9 1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031500/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3001472E9 1.3001508E9 1.3001544E9 1.300158E9 
1.3001616E9 1.3001652E9 1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031506/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3001688E9 1.3001724E9 1.300176E9 1.3001796E9 
1.3001832E9 1.3001868E9 1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031512/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3001904E9 1.300194E9 1.3001976E9 1.3002012E9 
1.3002048E9 1.3002084E9 1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031518/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300212E9 1.3002156E9 1.3002192E9 1.3002228E9 
1.3002264E9 1.30023E9 1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031600/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3002336E9 1.3002372E9 1.3002408E9 1.3002444E9 
1.300248E9 1.3002516E9 1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031606/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3002552E9 1.3002588E9 1.3002624E9 1.300266E9 
1.3002696E9 1.3002732E9 1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031612/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3002768E9 1.3002804E9 1.300284E9 1.3002876E9 
1.3002912E9 1.3002948E9 1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031618/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3002984E9 1.300302E9 1.3003056E9 1.3003092E9 
1.3003128E9 1.3003164E9 1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031700/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.30032E9 1.3003236E9 1.3003272E9 1.3003308E9 
1.3003344E9 1.300338E9 1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031706/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3003416E9 1.3003452E9 1.3003488E9 1.3003524E9 
1.300356E9 1.3003596E9 1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031712/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3003632E9 1.3003668E9 1.3003704E9 1.300374E9 
1.3003776E9 1.3003812E9 1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031718/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3003848E9 1.3003884E9 1.300392E9 1.3003956E9 
1.3003992E9 1.3004028E9 1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031800/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3004064E9 1.30041E9 1.3004136E9 1.3004172E9 
1.3004208E9 1.3004244E9 1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031806/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300428E9 1.3004316E9 1.3004352E9 1.3004388E9 
1.3004424E9 1.300446E9 1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031812/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3004496E9 1.3004532E9 1.3004568E9 1.3004604E9 
1.300464E9 1.3004676E9 1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031818/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3004712E9 1.3004748E9 1.3004784E9 1.300482E9 
1.3004856E9 1.3004892E9 1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031900/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3004928E9 1.3004964E9 1.3005E9 1.3005036E9 
1.3005072E9 1.3005108E9 1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031906/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3005144E9 1.300518E9 1.3005216E9 1.3005252E9 
1.3005288E9 1.3005324E9 1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031912/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300536E9 1.3005396E9 1.3005432E9 1.3005468E9 
1.3005504E9 1.300554E9 1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011031918/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3005576E9 1.3005612E9 1.3005648E9 1.3005684E9 
1.300572E9 1.3005756E9 1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032000/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3005792E9 1.3005828E9 1.3005864E9 1.30059E9 
1.3005936E9 1.3005972E9 1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032006/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3006008E9 1.3006044E9 1.300608E9 1.3006116E9 
1.3006152E9 1.3006188E9 1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032012/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3006224E9 1.300626E9 1.3006296E9 1.3006332E9 
1.3006368E9 1.3006404E9 1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032018/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300644E9 1.3006476E9 1.3006512E9 1.3006548E9 
1.3006584E9 1.300662E9 1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032100/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3006656E9 1.3006692E9 1.3006728E9 1.3006764E9 
1.30068E9 1.3006836E9 1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032106/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3006872E9 1.3006908E9 1.3006944E9 1.300698E9 
1.3007016E9 1.3007052E9 1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032112/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3007088E9 1.3007124E9 1.300716E9 1.3007196E9 
1.3007232E9 1.3007268E9 1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032118/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3007304E9 1.300734E9 1.3007376E9 1.3007412E9 
1.3007448E9 1.3007484E9 1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032200/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300752E9 1.3007556E9 1.3007592E9 1.3007628E9 
1.3007664E9 1.30077E9 1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032206/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3007736E9 1.3007772E9 1.3007808E9 1.3007844E9 
1.300788E9 1.3007916E9 1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032212/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3007952E9 1.3007988E9 1.3008024E9 1.300806E9 
1.3008096E9 1.3008132E9 1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032218/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3008168E9 1.3008204E9 1.300824E9 1.3008276E9 
1.3008312E9 1.3008348E9 1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032300/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3008384E9 1.300842E9 1.3008456E9 1.3008492E9 
1.3008528E9 1.3008564E9 1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032306/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.30086E9 1.3008636E9 1.3008672E9 1.3008708E9 
1.3008744E9 1.300878E9 1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032312/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3008816E9 1.3008852E9 1.3008888E9 1.3008924E9 
1.300896E9 1.3008996E9 1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032318/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3009032E9 1.3009068E9 1.3009104E9 1.300914E9 
1.3009176E9 1.3009212E9 1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032400/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3009248E9 1.3009284E9 1.300932E9 1.3009356E9 
1.3009392E9 1.3009428E9 1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032406/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3009464E9 1.30095E9 1.3009536E9 1.3009572E9 
1.3009608E9 1.3009644E9 1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032412/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.300968E9 1.3009716E9 1.3009752E9 1.3009788E9 
1.3009824E9 1.300986E9 1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032418/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3009896E9 1.3009932E9 1.3009968E9 1.3010004E9 
1.301004E9 1.3010076E9 1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032500/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3010112E9 1.3010148E9 1.3010184E9 1.301022E9 
1.3010256E9 1.3010292E9 1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032506/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3010328E9 1.3010364E9 1.30104E9 1.3010436E9 
1.3010472E9 1.3010508E9 1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032512/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3010544E9 1.301058E9 1.3010616E9 1.3010652E9 
1.3010688E9 1.3010724E9 1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032518/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301076E9 1.3010796E9 1.3010832E9 1.3010868E9 
1.3010904E9 1.301094E9 1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032600/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3010976E9 1.3011012E9 1.3011048E9 1.3011084E9 
1.301112E9 1.3011156E9 1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032606/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3011192E9 1.3011228E9 1.3011264E9 1.30113E9 
1.3011336E9 1.3011372E9 1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032612/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3011408E9 1.3011444E9 1.301148E9 1.3011516E9 
1.3011552E9 1.3011588E9 1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032618/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3011624E9 1.301166E9 1.3011696E9 1.3011732E9 
1.3011768E9 1.3011804E9 1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032700/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301184E9 1.3011876E9 1.3011912E9 1.3011948E9 
1.3011984E9 1.301202E9 1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032706/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3012056E9 1.3012092E9 1.3012128E9 1.3012164E9 
1.30122E9 1.3012236E9 1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032712/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3012272E9 1.3012308E9 1.3012344E9 1.301238E9 
1.3012416E9 1.3012452E9 1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032718/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3012488E9 1.3012524E9 1.301256E9 1.3012596E9 
1.3012632E9 1.3012668E9 1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032800/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3012704E9 1.301274E9 1.3012776E9 1.3012812E9 
1.3012848E9 1.3012884E9 1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032806/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301292E9 1.3012956E9 1.3012992E9 1.3013028E9 
1.3013064E9 1.30131E9 1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032812/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3013136E9 1.3013172E9 1.3013208E9 1.3013244E9 
1.301328E9 1.3013316E9 1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032818/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3013352E9 1.3013388E9 1.3013424E9 1.301346E9 
1.3013496E9 1.3013532E9 1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032900/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3013568E9 1.3013604E9 1.301364E9 1.3013676E9 
1.3013712E9 1.3013748E9 1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032906/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3013784E9 1.301382E9 1.3013856E9 1.3013892E9 
1.3013928E9 1.3013964E9 1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032912/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3014E9 1.3014036E9 1.3014072E9 1.3014108E9 
1.3014144E9 1.301418E9 1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011032918/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3014216E9 1.3014252E9 1.3014288E9 1.3014324E9 
1.301436E9 1.3014396E9 1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011033000/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3014432E9 1.3014468E9 1.3014504E9 1.301454E9 
1.3014576E9 1.3014612E9 1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011033006/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3014648E9 1.3014684E9 1.301472E9 1.3014756E9 
1.3014792E9 1.3014828E9 1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011033012/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3014864E9 1.30149E9 1.3014936E9 1.3014972E9 
1.3015008E9 1.3015044E9 1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011033018/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301508E9 1.3015116E9 1.3015152E9 1.3015188E9 
1.3015224E9 1.301526E9 1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011033100/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3015296E9 1.3015332E9 1.3015368E9 1.3015404E9 
1.301544E9 1.3015476E9 1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011033106/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3015512E9 1.3015548E9 1.3015584E9 1.301562E9 
1.3015656E9 1.3015692E9 1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011033112/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3015728E9 1.3015764E9 1.30158E9 1.3015836E9 
1.3015872E9 1.3015908E9 1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011033118/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3015944E9 1.301598E9 1.3016016E9 1.3016052E9 
1.3016088E9 1.3016124E9 1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040100/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301616E9 1.3016196E9 1.3016232E9 1.3016268E9 
1.3016304E9 1.301634E9 1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040106/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3016376E9 1.3016412E9 1.3016448E9 1.3016484E9 
1.301652E9 1.3016556E9 1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040112/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3016592E9 1.3016628E9 1.3016664E9 1.30167E9 
1.3016736E9 1.3016772E9 1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040118/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3016808E9 1.3016844E9 1.301688E9 1.3016916E9 
1.3016952E9 1.3016988E9 1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040200/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3017024E9 1.301706E9 1.3017096E9 1.3017132E9 
1.3017168E9 1.3017204E9 1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040206/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301724E9 1.3017276E9 1.3017312E9 1.3017348E9 
1.3017384E9 1.301742E9 1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040212/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3017456E9 1.3017492E9 1.3017528E9 1.3017564E9 
1.30176E9 1.3017636E9 1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040218/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3017672E9 1.3017708E9 1.3017744E9 1.301778E9 
1.3017816E9 1.3017852E9 1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040300/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3017888E9 1.3017924E9 1.301796E9 1.3017996E9 
1.3018032E9 1.3018068E9 1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040306/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3018104E9 1.301814E9 1.3018176E9 1.3018212E9 
1.3018248E9 1.3018284E9 1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040312/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.301832E9 1.3018356E9 1.3018392E9 1.3018428E9 
1.3018464E9 1.30185E9 1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040318/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3018536E9 1.3018572E9 1.3018608E9 1.3018644E9 
1.301868E9 1.3018716E9 1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040400/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3018752E9 1.3018788E9 1.3018824E9 1.301886E9 
1.3018896E9 1.3018932E9 1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040406/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3018968E9 1.3019004E9 1.301904E9 1.3019076E9 
1.3019112E9 1.3019148E9 1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040412/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3019184E9 1.301922E9 1.3019256E9 1.3019292E9 
1.3019328E9 1.3019364E9 1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040418/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.30194E9 1.3019436E9 1.3019472E9 1.3019508E9 
1.3019544E9 1.301958E9 1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 1.3020948E9 1.3020984E9 1.302102E9 
1.3021056E9 1.3021092E9 1.3021128E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040500/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3019616E9 1.3019652E9 1.3019688E9 1.3019724E9 
1.301976E9 1.3019796E9 1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 1.3020948E9 1.3020984E9 1.302102E9 
1.3021056E9 1.3021092E9 1.3021128E9 1.3021164E9 1.30212E9 1.3021236E9 
1.3021272E9 1.3021308E9 1.3021344E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040506/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3019832E9 1.3019868E9 1.3019904E9 1.301994E9 
1.3019976E9 1.3020012E9 1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 1.3020948E9 1.3020984E9 1.302102E9 
1.3021056E9 1.3021092E9 1.3021128E9 1.3021164E9 1.30212E9 1.3021236E9 
1.3021272E9 1.3021308E9 1.3021344E9 1.302138E9 1.3021416E9 1.3021452E9 
1.3021488E9 1.3021524E9 1.302156E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040512/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3020048E9 1.3020084E9 1.302012E9 1.3020156E9 
1.3020192E9 1.3020228E9 1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 1.3020948E9 1.3020984E9 1.302102E9 
1.3021056E9 1.3021092E9 1.3021128E9 1.3021164E9 1.30212E9 1.3021236E9 
1.3021272E9 1.3021308E9 1.3021344E9 1.302138E9 1.3021416E9 1.3021452E9 
1.3021488E9 1.3021524E9 1.302156E9 1.3021596E9 1.3021632E9 1.3021668E9 
1.3021704E9 1.302174E9 1.3021776E9 </cache>
  </netcdf>
  <netcdf id='/lustre/mnt/heikok/FAUNA/2011040518/mbr000/snapMet000.nc' 
ncoords='49' >
    <cache varName='time' >1.3020264E9 1.30203E9 1.3020336E9 1.3020372E9 
1.3020408E9 1.3020444E9 1.302048E9 1.3020516E9 1.3020552E9 1.3020588E9 
1.3020624E9 1.302066E9 1.3020696E9 1.3020732E9 1.3020768E9 1.3020804E9 
1.302084E9 1.3020876E9 1.3020912E9 1.3020948E9 1.3020984E9 1.302102E9 
1.3021056E9 1.3021092E9 1.3021128E9 1.3021164E9 1.30212E9 1.3021236E9 
1.3021272E9 1.3021308E9 1.3021344E9 1.302138E9 1.3021416E9 1.3021452E9 
1.3021488E9 1.3021524E9 1.302156E9 1.3021596E9 1.3021632E9 1.3021668E9 
1.3021704E9 1.302174E9 1.3021776E9 1.3021812E9 1.3021848E9 1.3021884E9 
1.302192E9 1.3021956E9 1.3021992E9 </cache>
  </netcdf>
</aggregation>
  • 2015 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: