Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update case study #140

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading