Skip to content

Commit

Permalink
Merge pull request #140 from tdrwenski/update-casestudy
Browse files Browse the repository at this point in the history
Update case study
  • Loading branch information
haileyajohnson authored Nov 13, 2023
2 parents b702023 + 9b2dcff commit 337f7ae
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions thredds/casestudies/catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,22 +364,15 @@
</dataset>

<dataset name="Moisture Transport">
<dataset name="NAM aggregation" ID="casestudies/NamAggregate" urlPath="casestudies/nam/Agg.nc">
<featureCollection name="NAM Moisture Transport" featureType="GRIB1" path="casestudies/moisture_transport/nam">
<serviceName>fullServices</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>
<collection spec="${DATA_DIR}/casestudies/moisture_transport/.*grb"
name="NAM_Moisture_Transport"
dateFormatMark="#namanl_218#yyyyMMdd_HHmm_sss"
olderThan="5 min" />
<tdm rewrite="nocheck"/>
</featureCollection>
</dataset>

</dataset>
Expand Down

0 comments on commit 337f7ae

Please sign in to comment.