You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All output code (csv, netcdf, printing termainl, whatever), is located in one file
Ideas
Perhaps conforming to CF conventions could be nice, at least in terms of metadata on the variables like units, name, description, etc.
The description could be read from the species.json, as well as any other information stores in the json files
Abstract file output to a new function (or class, whatever) that takes in the command line arguments and determines which output format. When going to netcdf, do the extra work of adding units and as much detail as possible to everything
The text was updated successfully, but these errors were encountered:
In python, outputting to netcdf is dead simple as long as xarray is installed
Acceptance criteria
--output-format
is present.-o
option is not provided, write the results into the current directory. Do not print the csv outputirr_
in the name) have units ofmol m-3
attrs
for that species.units
, which would close Descriptive output file names or add units to header #143CONC.ALKNIT.mol m-3
Ideas
The text was updated successfully, but these errors were encountered: