NCAR / wrf_hydro_py

Python API for the WRF-Hydro model
59 stars 43 forks source link

Serialized / cached configurations should be human-readable, not Pickle #155

Open rcabell opened 5 years ago

rcabell commented 5 years ago

When saving a simulation for reuse later, the output in Pickle is not human-readable and can't be parsed or edited by other tools. This serialization should use something like JSON or YAML instead. This will allow for easier debugging as well as better integration into other tools.