Closed msulprizio closed 1 year ago
The file that was triggering this error was a c24 restart file generated from the csregridtool. It turns out the time dimension was empty:
time = _ ;
Setting time to zero using cdo settime,0 GEOSChem.Restart.20190101_0000z.c24.nc4.orig GEOSChem.Restart.20190101_0000z.c24.nc4
resolved the error in both instances described above.
This can be avoided by using gcpy to regrid files from lat-lon to cube sphere after https://github.com/geoschem/gcpy/issues/258 is addressed.
Describe the bug
When trying to generate the mass table for the GCHP 14.2.0-rc.2 1-year TransportTracer benchmark using the latest dev branch (commit a64c81), I received the following error.
A similar error was encountered when trying to generate the radionuclide budget table:
These errors were encountered using the configuration
/n/holyscratch01/jacob_lab/msulprizio/GC/benchmarks/1yr/14.2.0-rc.2/GCHP/TransportTracers/BenchmarkResults/1yr_tt_benchmark.yml
(on Harvard's Cannon cluster) and the output files specified within that file.