barronh / pseudonetcdf

PseudoNetCDF like NetCDF except for many scientific format backends
GNU Lesser General Public License v3.0
76 stars 35 forks source link

audit bcon #146

Closed barronh closed 4 months ago

barronh commented 4 months ago

Currently fails when NCOLS and NROWS exist, but COL and ROW dimensions do not. This occurs for boundary files that have dimensions TSTEP, VAR, DATE-TIME, and PERIM. This fix will audit BCON files by only comparing NROWS and NCOLS to dimensions if they exist.