Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/climate
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/f4d673ce Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/f4d673ce Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/f4d673ce Branch: refs/heads/master Commit: f4d673ce5d339844e9728a694788b6ce1bcbce76 Parents: 3d5afe8 c9813e3 Author: Lewis John McGibbney <[email protected]> Authored: Sun Sep 27 11:25:32 2015 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Sun Sep 27 11:25:32 2015 -0700 ---------------------------------------------------------------------- ...ia_prec_DJF_mean_taylor_diagram_to_TRMM.yaml | 45 ++ ...ordex-AF_tasmax_annual_mean_bias_to_cru.yaml | 46 ++ ...prec_subregion_annual_cycle_time_series.yaml | 90 +++ .../metrics_and_plots.py | 219 +++++ ...cap_prec_JJA_mean_taylor_diagram_to_cru.yaml | 44 + ...nterannual_variability_portrait_diagram.yaml | 75 ++ .../configuration_file_examples/run_RCMES.py | 216 +++++ ocw-cli/cli_app.py | 56 +- ocw-config-runner/configuration_parsing.py | 285 ------- ocw-config-runner/configuration_writer.py | 302 ------- ocw-config-runner/evaluation_creation.py | 178 ---- ocw-config-runner/example/portrait_diagram.yaml | 30 - .../example/simple_model_to_model_bias.yaml | 35 - 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 | 72 -- ocw-config-runner/plot_generation.py | 204 ----- ocw-config-runner/tests/test_config_parsing.py | 806 ------------------- ocw-config-runner/tests/test_config_writer.py | 768 ------------------ .../tests/test_evaluation_creation.py | 49 -- ocw/data_source/local.py | 12 +- ocw/dataset.py | 29 +- ocw/dataset_processor.py | 26 +- ocw_config_runner/__init__.py | 0 ocw_config_runner/configuration_parsing.py | 285 +++++++ ocw_config_runner/configuration_writer.py | 302 +++++++ ocw_config_runner/evaluation_creation.py | 178 ++++ ocw_config_runner/example/portrait_diagram.yaml | 30 + .../example/simple_model_to_model_bias.yaml | 35 + 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 | 72 ++ ocw_config_runner/plot_generation.py | 204 +++++ ocw_config_runner/tests/test_config_parsing.py | 806 +++++++++++++++++++ ocw_config_runner/tests/test_config_writer.py | 768 ++++++++++++++++++ .../tests/test_evaluation_creation.py | 49 ++ 38 files changed, 3631 insertions(+), 2879 deletions(-) ----------------------------------------------------------------------
