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
I need to extract the output time series data and write it as csv files so I can do it outside of bgcval2. The csv (or mauybe json?) format should be a lot more portable than shelve files.
Probably best open will be to add a "save_as_csv" option into the input.yml file.
In addition to the two columns (time and value), I'd like to include the wider metadata, maybe as a header, including the jobID, region, layer, metric, time shift, line colour and style. That kind of thing would be useful to ensure that the secondairy plots are consistent with bgcval2 output.
The text was updated successfully, but these errors were encountered:
I need to extract the output time series data and write it as csv files so I can do it outside of bgcval2. The csv (or mauybe json?) format should be a lot more portable than shelve files.
Probably best open will be to add a "save_as_csv" option into the input.yml file.
In addition to the two columns (time and value), I'd like to include the wider metadata, maybe as a header, including the jobID, region, layer, metric, time shift, line colour and style. That kind of thing would be useful to ensure that the secondairy plots are consistent with bgcval2 output.
The text was updated successfully, but these errors were encountered: