Conversation
yelizy
left a comment
There was a problem hiding this comment.
Neat! I haven't tried running the code but it looked okay to me. I am wondering if there is a way to reduce the use of elif statements for each variables to assign their attributes.
Yes, maybe a dictionary structure with the per-variable metadata that can be indexed when building the datasets. That'd certainly help clean up this script. I'm sure it can be further improved in the future. |
|
As of now, there's no way to autmoatically test the |
|
Decided to create a compile test script ( |
Closes #113. This PR modifies the postprocessing simulation compilation script to use dictionary structures in compiling variables by region, GCM, scenario, etc, thereby simplifying the script quite a bit. This PR also partially addresses #50 by adding postprocessing scripts to the CLI testing workflow.
Closes #113.
Dictionary structures used to initialize and aggregate regional results.