DrylandEcology / SOILWAT2

An ecosystem water balance simulation model
GNU General Public License v3.0
5 stars 2 forks source link

Separate domain-level vs. run-specific output information #395

Open dschlaep opened 2 months ago

dschlaep commented 2 months ago

Restructure code to separate domain-level vs. run-specific output information across structures SW_OUTPUT, SW_GEN_OUT, and SW_OUTPUT_POINTERS.

For instance, SW_GEN_OUT contains

--> Run-specific information needs to live somewhere inside SW_ALL --> Domain-level information needs to live somewhere inside SW_DOMAIN