From 35fec9c90b22095755bca3b07314e6f225432add Mon Sep 17 00:00:00 2001 From: Michael Joyce Date: Thu, 12 Mar 2015 12:57:38 -0700 Subject: [PATCH] CLIMATE-599 - Add example of config based execution --- docs/source/config/config_overview.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/config/config_overview.rst b/docs/source/config/config_overview.rst index dd985cff..aa2953ba 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 ` 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!