Resolve CLIMATE-583. Merge PR #205.
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/fe190b63 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/fe190b63 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/fe190b63 Branch: refs/heads/master Commit: fe190b63603e4ca08c2e2d1409b4dafdf82a42ca Parents: 2fb94d7 d6be7cf Author: Michael Joyce <[email protected]> Authored: Fri Jun 5 08:49:06 2015 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Jun 5 08:49:06 2015 -0700 ---------------------------------------------------------------------- ocw-config-runner/configuration_parsing.py | 50 ++++-- ocw-config-runner/evaluation_creation.py | 35 +++- ocw-config-runner/example/portrait_diagram.yaml | 30 ++++ ocw-config-runner/example/subregion.yaml | 30 ++++ .../example/taylor_diagram_example.yaml | 36 ++++ .../example/time_series_plot_example.yaml | 31 ++++ ocw-config-runner/ocw_evaluation_from_config.py | 19 ++- ocw-config-runner/plot_generation.py | 166 +++++++++++++++++-- ocw-config-runner/tests/test_config_parsing.py | 82 +++++++++ ocw/evaluation.py | 2 +- 10 files changed, 438 insertions(+), 43 deletions(-) ----------------------------------------------------------------------
