Skip to content

Instantly share code, notes, and snippets.

@rsignell-usgs
Created March 28, 2014 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsignell-usgs/9831103 to your computer and use it in GitHub Desktop.
Save rsignell-usgs/9831103 to your computer and use it in GitHub Desktop.
aggregation for ROMS data
<?xml version="1.0" encoding="UTF-8"?>
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">
<aggregation dimName="ocean_time" type="joinExisting">
<scan location="." regExp=".*roms_his_arch_[0-9]{8}\.nc$" subdirs="false"/>
</aggregation>
</netcdf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment