Repository: climate Updated Branches: refs/heads/master 83681263f -> a0f0615eb
CLIMATE-599 - Add example of config based execution Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/35fec9c9 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/35fec9c9 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/35fec9c9 Branch: refs/heads/master Commit: 35fec9c90b22095755bca3b07314e6f225432add Parents: 56a3163 Author: Michael Joyce <[email protected]> Authored: Thu Mar 12 12:57:38 2015 -0700 Committer: Michael Joyce <[email protected]> Committed: Thu Mar 12 12:57:38 2015 -0700 ---------------------------------------------------------------------- docs/source/config/config_overview.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/35fec9c9/docs/source/config/config_overview.rst ---------------------------------------------------------------------- diff --git a/docs/source/config/config_overview.rst b/docs/source/config/config_overview.rst index dd985cf..aa2953b 100644 --- a/docs/source/config/config_overview.rst +++ b/docs/source/config/config_overview.rst @@ -67,3 +67,14 @@ Plots Settings -------------- This is where you specify what plots to make after running the evaluation. The :doc:`Plots Settings <plots_settings>` page provides examples for the supported plot types. + +Example Run +----------- + +If you have tried the **simple_model_to_model_bias.py** example in the primary toolkit examples you can run the same evaluation but use a config file to do so instead of direct API scripting. From the **climate/ocw-config-runner/** directory run the following command to run the example:: + + python ocw_evaluation_from_config.py example/simple_model_to_model_bias.yaml + +.. note:: + + If you haven't run the previous example which downloads the necessary datasets this evaluation will fail. The necessary local files will not have been downloaded!
