Skip to content

Commit

Permalink
Merge pull request #134 from haileyajohnson/data-dir
Browse files Browse the repository at this point in the history
add new case study
  • Loading branch information
haileyajohnson committed Oct 12, 2023
2 parents 68b39e6 + ffe9df0 commit ff0b345
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion thredds/casestudies/catalog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0"
xmlns:xlink="http://www.w3.org/1999/xlink" >
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:ncml="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" version="1.2">
<service name="ncdods" serviceType="OPENDAP"
base="/thredds/dodsC/" />

Expand Down Expand Up @@ -344,5 +345,22 @@
</filter>
</datasetScan>

<dataset name="Moisture Transport" ID="casestudies/NamAggregate" urlPath="casestudies/nam/Agg.nc">
<serviceName>all</serviceName>
<dataType>Grid</dataType>
<ncml:netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">
<aggregation dimName="time1" type="joinExisting">
<netcdf location="${DATA_DIR}/casestudies/moisture_transport/namanl_218_20100430_0000_000.grb"/>
<netcdf location="${DATA_DIR}/casestudies/moisture_transport/namanl_218_20100501_0000_000.grb"/>
<netcdf location="${DATA_DIR}/casestudies/moisture_transport/namanl_218_20100502_0000_000.grb">
<variable name="time2" orgName="time1"/>
<variable name="time1" orgName="time"/>
</netcdf>
<netcdf location="${DATA_DIR}/casestudies/moisture_transport/namanl_218_20100503_0000_000.grb"/>
<netcdf location="${DATA_DIR}/casestudies/moisture_transport/namanl_218_20100504_0000_000.grb"/>
</aggregation>
</ncml:netcdf>
</dataset>

</dataset>
</catalog>

0 comments on commit ff0b345

Please sign in to comment.