Once #239 is done, what do we want to do with text output from SIPNET? Note that #304 is relevant here as well, particularly in pointing out that our current fixed-width format is always a latent bug waiting to happen.
Some options:
- Keep it as is, perhaps with switching to scientific notation (
%g formatting)
- Convert to CSV/TSV
- Convert to "standard" binary
Note that the different options have different impact on downstream tools (eg, PEcAn, CARB?) and internal tests (esp. the smoke tests and tools/smoke_check.py)
Once #239 is done, what do we want to do with text output from SIPNET? Note that #304 is relevant here as well, particularly in pointing out that our current fixed-width format is always a latent bug waiting to happen.
Some options:
%gformatting)Note that the different options have different impact on downstream tools (eg, PEcAn, CARB?) and internal tests (esp. the smoke tests and
tools/smoke_check.py)