You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by hu...@apache.org on 2015/09/25 17:57:29 UTC

[2/4] climate git commit: Merge branch 'master' of https://github.com/apache/climate into CLIMATE-666

Merge branch 'master' of https://github.com/apache/climate into CLIMATE-666


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/82f66511
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/82f66511
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/82f66511

Branch: refs/heads/master
Commit: 82f66511cabc4fe4ead73055810c682a9eb5fbde
Parents: 4be65b1 d2861de
Author: huikyole <hu...@argo.jpl.nasa.gov>
Authored: Tue Sep 22 10:07:43 2015 -0700
Committer: huikyole <hu...@argo.jpl.nasa.gov>
Committed: Tue Sep 22 10:07:43 2015 -0700

----------------------------------------------------------------------
 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/dataset.py                                  |  20 +-
 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 ++
 28 files changed, 2838 insertions(+), 2834 deletions(-)
----------------------------------------------------------------------