We could use some testing around the initialization of the output file init_output_file. The complexity here makes it kind of hard to make sure any changes would be non-breaking, so it would be helpful to have some tests.
Something to just check that the variables listed under meta actually get added to a field in the netcdf file meta, for example.
We could use some testing around the initialization of the output file
init_output_file
. The complexity here makes it kind of hard to make sure any changes would be non-breaking, so it would be helpful to have some tests.Something to just check that the variables listed under
meta
actually get added to a field in the netcdf filemeta
, for example.