You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by bu...@apache.org on 2017/04/24 21:37:04 UTC

svn commit: r1011072 [16/17] - in /websites/staging/climate/trunk/content: ./ api/1.1.0/ api/1.1.0/_sources/ api/1.1.0/_sources/config/ api/1.1.0/_sources/data_source/ api/1.1.0/_sources/ocw/ api/1.1.0/_sources/ui-backend/ api/1.1.0/_static/ api/1.1.0/...

Modified: websites/staging/climate/trunk/content/api/current/ocw/utils.html
==============================================================================
--- websites/staging/climate/trunk/content/api/current/ocw/utils.html (original)
+++ websites/staging/climate/trunk/content/api/current/ocw/utils.html Mon Apr 24 21:37:01 2017
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Utils Module &mdash; Apache Open Climate Workbench 1.1.0 documentation</title>
+    <title>Utils Module &#8212; Apache Open Climate Workbench 1.2.0 documentation</title>
     
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    '../',
-        VERSION:     '1.1.0',
+        VERSION:     '1.2.0',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -23,36 +23,20 @@
     <script type="text/javascript" src="../_static/jquery.js"></script>
     <script type="text/javascript" src="../_static/underscore.js"></script>
     <script type="text/javascript" src="../_static/doctools.js"></script>
-    <link rel="top" title="Apache Open Climate Workbench 1.1.0 documentation" href="../index.html" />
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="top" title="Apache Open Climate Workbench 1.2.0 documentation" href="../index.html" />
     <link rel="next" title="Data Sources" href="../data_source/data_sources.html" />
     <link rel="prev" title="Plotter Module" href="plotter.html" />
    
+  <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
   
-  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
 
   </head>
   <body role="document">
-    <div class="related" role="navigation" aria-label="related navigation">
-      <h3>Navigation</h3>
-      <ul>
-        <li class="right" style="margin-right: 10px">
-          <a href="../genindex.html" title="General Index"
-             accesskey="I">index</a></li>
-        <li class="right" >
-          <a href="../http-routingtable.html" title="HTTP Routing Table"
-             >routing table</a> |</li>
-        <li class="right" >
-          <a href="../py-modindex.html" title="Python Module Index"
-             >modules</a> |</li>
-        <li class="right" >
-          <a href="../data_source/data_sources.html" title="Data Sources"
-             accesskey="N">next</a> |</li>
-        <li class="right" >
-          <a href="plotter.html" title="Plotter Module"
-             accesskey="P">previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="../index.html">Apache Open Climate Workbench 1.1.0 documentation</a> &raquo;</li> 
-      </ul>
-    </div>  
+  
 
     <div class="document">
       <div class="documentwrapper">
@@ -62,6 +46,19 @@
   <div class="section" id="module-utils">
 <span id="utils-module"></span><h1>Utils Module<a class="headerlink" href="#module-utils" title="Permalink to this headline">¶</a></h1>
 <dl class="function">
+<dt id="utils.CORDEX_boundary">
+<code class="descclassname">utils.</code><code class="descname">CORDEX_boundary</code><span class="sig-paren">(</span><em>domain_name</em><span class="sig-paren">)</span><a class="headerlink" href="#utils.CORDEX_boundary" title="Permalink to this definition">¶</a></dt>
+<dd><table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>domain_name</strong> (<em>:mod:'string'</em>) &#8211; CORDEX domain name (<a class="reference external" href="http://www.cordex.org/">http://www.cordex.org/</a>)</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
 <dt id="utils.calc_area_weighted_spatial_average">
 <code class="descclassname">utils.</code><code class="descname">calc_area_weighted_spatial_average</code><span class="sig-paren">(</span><em>dataset</em>, <em>area_weight=False</em><span class="sig-paren">)</span><a class="headerlink" href="#utils.calc_area_weighted_spatial_average" title="Permalink to this definition">¶</a></dt>
 <dd><p>Calculate area weighted average of the values in OCW dataset</p>
@@ -95,8 +92,7 @@ divisible by 12</td>
 (12, num_lats, num_lons) and times array of datetime objects
 of length 12</td>
 </tr>
-<tr class="field-odd field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
-<tr class="field-odd field"><td>&nbsp;</td><td class="field-body">If the number of monthly bins is not divisible by 12</td>
+<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><strong>ValueError</strong> &#8211; If the number of monthly bins is not divisible by 12</td>
 </tr>
 </tbody>
 </table>
@@ -116,8 +112,7 @@ number of months.</td>
 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">Mean values for each year (annual_mean) and mean values for all
 years (total_mean)</td>
 </tr>
-<tr class="field-odd field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
-<tr class="field-odd field"><td>&nbsp;</td><td class="field-body">If the number of monthly bins is not evenly divisible
+<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><strong>ValueError</strong> &#8211; If the number of monthly bins is not evenly divisible
 by 12.</td>
 </tr>
 </tbody>
@@ -127,22 +122,18 @@ by 12.</td>
 <dl class="function">
 <dt id="utils.calc_subregion_area_mean_and_std">
 <code class="descclassname">utils.</code><code class="descname">calc_subregion_area_mean_and_std</code><span class="sig-paren">(</span><em>dataset_array</em>, <em>subregions</em><span class="sig-paren">)</span><a class="headerlink" href="#utils.calc_subregion_area_mean_and_std" title="Permalink to this definition">¶</a></dt>
-<dd><dl class="docutils">
-<dt>Calculate area mean and standard deviation values for a given</dt>
-<dd>subregions using datasets on common grid points</dd>
-</dl>
+<dd><p>Calculate area mean and standard deviation values for a given         subregions using datasets on common grid points</p>
 <table class="docutils field-list" frame="void" rules="none">
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
-<li><strong>dataset_array</strong> &#8211; An array of OCW Dataset Objects</li>
-<li><strong>subregions</strong> (<code class="xref py py-class docutils literal"><span class="pre">numpy.ma.array</span></code>) &#8211; list of subregions</li>
+<li><strong>dataset_array</strong> &#8211; An array of OCW Dataset Objects     :type list: :mod:&#8217;list&#8217;</li>
+<li><strong>subregions</strong> &#8211; list of subregions     :type subregions: <code class="xref py py-class docutils literal"><span class="pre">numpy.ma.array</span></code></li>
 </ul>
 </td>
 </tr>
-<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">area averaged time series for the dataset of shape
-(ntime, nsubregion)</p>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">area averaged time series for the dataset of shape               (ntime, nsubregion)</p>
 </td>
 </tr>
 </tbody>
@@ -182,6 +173,64 @@ by 12.</td>
 </dd></dl>
 
 <dl class="function">
+<dt id="utils.calculate_ensemble_temporal_trends">
+<code class="descclassname">utils.</code><code class="descname">calculate_ensemble_temporal_trends</code><span class="sig-paren">(</span><em>timeseries_array</em>, <em>number_of_samples=1000</em><span class="sig-paren">)</span><a class="headerlink" href="#utils.calculate_ensemble_temporal_trends" title="Permalink to this definition">¶</a></dt>
+<dd><p>Calculate temporal trends in an ensemble of time series
+:param timeseries_array: Two dimensional array. 1st index: model, 2nd index: time.
+:type timeseries_array: :class:<a href="#id1"><span class="problematic" id="id2">`</span></a>numpy.ndarray&#8217;</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>sampling</strong> &#8211; A list whose elements are one-dimensional numpy arrays</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">temporal trend and estimated error from bootstrapping</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">:float:<a href="#id5"><span class="problematic" id="id6">`</span></a>float&#8217;,&#8217;float&#8217;</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
+<dt id="utils.calculate_temporal_trend_of_time_series">
+<code class="descclassname">utils.</code><code class="descname">calculate_temporal_trend_of_time_series</code><span class="sig-paren">(</span><em>x</em>, <em>y</em><span class="sig-paren">)</span><a class="headerlink" href="#utils.calculate_temporal_trend_of_time_series" title="Permalink to this definition">¶</a></dt>
+<dd><p>Calculate least-square trends (a) in y = ax+b and a&#8217;s standard error
+:param x: time series
+:type x: :class:<a href="#id7"><span class="problematic" id="id8">`</span></a>numpy.ndarray&#8217;</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> (:class:<a href="#id9"><span class="problematic" id="id10">`</span></a>numpy.ndarray&#8217;) &#8211; time series</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">temporal trend and standard error</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">:float:<a href="#id11"><span class="problematic" id="id12">`</span></a>float&#8217;,&#8217;float&#8217;</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
+<dt id="utils.calculate_temporal_trends">
+<code class="descclassname">utils.</code><code class="descname">calculate_temporal_trends</code><span class="sig-paren">(</span><em>dataset</em><span class="sig-paren">)</span><a class="headerlink" href="#utils.calculate_temporal_trends" title="Permalink to this definition">¶</a></dt>
+<dd><p>Calculate temporal trends in dataset.values
+:param dataset: The dataset from which time values should be extracted.
+:type dataset: :class:<a href="#id13"><span class="problematic" id="id14">`</span></a>dataset.Dataset&#8217;</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">Arrays of the temporal trend and standard error</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><code class="xref py py-class docutils literal"><span class="pre">numpy.ma.core.MaskedArray</span></code></td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
 <dt id="utils.decode_time_values">
 <code class="descclassname">utils.</code><code class="descname">decode_time_values</code><span class="sig-paren">(</span><em>dataset</em>, <em>time_var_name</em><span class="sig-paren">)</span><a class="headerlink" href="#utils.decode_time_values" title="Permalink to this definition">¶</a></dt>
 <dd><p>Decode NetCDF time values into Python datetime objects.</p>
@@ -191,15 +240,14 @@ by 12.</td>
 <tbody valign="top">
 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
 <li><strong>dataset</strong> (<em>netCDF4.Dataset</em>) &#8211; The dataset from which time values should be extracted.</li>
-<li><strong>time_var_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The name of the time variable in dataset.</li>
+<li><strong>time_var_name</strong> (<a class="reference external" href="https://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The name of the time variable in dataset.</li>
 </ul>
 </td>
 </tr>
 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">The list of converted datetime values.</p>
 </td>
 </tr>
-<tr class="field-odd field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
-<tr class="field-odd field"><td>&nbsp;</td><td class="field-body"><p class="first last">If the time units value couldn&#8217;t be parsed, if the
+<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><p class="first last"><strong>ValueError</strong> &#8211; If the time units value couldn&#8217;t be parsed, if the
 base time value couldn&#8217;t be parsed, or if the time_var_name could not
 be found in the dataset.</p>
 </td>
@@ -234,18 +282,17 @@ expected range.</p>
 <col class="field-body" />
 <tbody valign="top">
 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
-<li><strong>lats</strong> (<a class="reference external" href="http://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.11)"><code class="xref py py-class docutils literal"><span class="pre">numpy.ndarray</span></code></a>) &#8211; A 1D numpy array of sorted lat values.</li>
-<li><strong>lons</strong> (<a class="reference external" href="http://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.11)"><code class="xref py py-class docutils literal"><span class="pre">numpy.ndarray</span></code></a>) &#8211; A 1D numpy array of sorted lon values.</li>
+<li><strong>lats</strong> (<a class="reference external" href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.12)"><code class="xref py py-class docutils literal"><span class="pre">numpy.ndarray</span></code></a>) &#8211; A 1D numpy array of sorted lat values.</li>
+<li><strong>lons</strong> (<a class="reference external" href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.12)"><code class="xref py py-class docutils literal"><span class="pre">numpy.ndarray</span></code></a>) &#8211; A 1D numpy array of sorted lon values.</li>
 <li><strong>values</strong> &#8211; A 3D array of data values.</li>
 </ul>
 </td>
 </tr>
-<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">A <a class="reference external" href="http://docs.python.org/2/library/functions.html#tuple" title="(in Python v2.7)"><code class="xref py py-func docutils literal"><span class="pre">tuple()</span></code></a> of the form (adjust_lats, adjusted_lons,
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">A <a class="reference external" href="https://docs.python.org/2/library/functions.html#tuple" title="(in Python v2.7)"><code class="xref py py-func docutils literal"><span class="pre">tuple()</span></code></a> of the form (adjust_lats, adjusted_lons,
 adjusted_values)</p>
 </td>
 </tr>
-<tr class="field-odd field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
-<tr class="field-odd field"><td>&nbsp;</td><td class="field-body"><p class="first last">If the lat/lon values are not sorted.</p>
+<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><p class="first last"><strong>ValueError</strong> &#8211; If the lat/lon values are not sorted.</p>
 </td>
 </tr>
 </tbody>
@@ -260,14 +307,13 @@ adjusted_values)</p>
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>time_format</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The time data units string from the dataset
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>time_format</strong> (<a class="reference external" href="https://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The time data units string from the dataset
 being processed. The string should be of the format
 &#8216;&lt;units&gt; since &lt;base time date&gt;&#8217;</td>
 </tr>
 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">The base time string split out of the time units information.</td>
 </tr>
-<tr class="field-odd field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
-<tr class="field-odd field"><td>&nbsp;</td><td class="field-body">When the time_format parameter is malformed.</td>
+<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><strong>ValueError</strong> &#8211; When the time_format parameter is malformed.</td>
 </tr>
 </tbody>
 </table>
@@ -281,14 +327,13 @@ being processed. The string should be of
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>time_format</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The time data units string from the dataset
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>time_format</strong> (<a class="reference external" href="https://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The time data units string from the dataset
 being processed. The string should be of the format
 &#8216;&lt;units&gt; since &lt;base time date&gt;&#8217;</td>
 </tr>
 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">The base time as a datetime object.</td>
 </tr>
-<tr class="field-odd field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
-<tr class="field-odd field"><td>&nbsp;</td><td class="field-body">When the base time string couldn&#8217;t be parsed from the
+<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><strong>ValueError</strong> &#8211; When the base time string couldn&#8217;t be parsed from the
 units time_format string or if the date string didn&#8217;t match any of the
 expected formats.</td>
 </tr>
@@ -308,14 +353,13 @@ expected formats.</td>
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>time_format</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The time data units string from the dataset
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>time_format</strong> (<a class="reference external" href="https://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The time data units string from the dataset
 being processed. The string should be of the format
 &#8216;&lt;units&gt; since &lt;base time date&gt;&#8217;</td>
 </tr>
 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">The unit substring from the time units string</td>
 </tr>
-<tr class="field-odd field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
-<tr class="field-odd field"><td>&nbsp;</td><td class="field-body">If the units present in the time units string doesn&#8217;t
+<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><strong>ValueError</strong> &#8211; If the units present in the time units string doesn&#8217;t
 match one of the supported unit value.</td>
 </tr>
 </tbody>
@@ -347,6 +391,23 @@ an invalid shape.</p>
 </table>
 </dd></dl>
 
+<dl class="function">
+<dt id="utils.shapefile_boundary">
+<code class="descclassname">utils.</code><code class="descname">shapefile_boundary</code><span class="sig-paren">(</span><em>boundary_type</em>, <em>region_names</em><span class="sig-paren">)</span><a class="headerlink" href="#utils.shapefile_boundary" title="Permalink to this definition">¶</a></dt>
+<dd><table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
+<li><strong>boundary_type</strong> (<em>:mod:'string'</em>) &#8211; The type of spatial subset boundary</li>
+<li><strong>region_names</strong> (<em>:mod:'list'</em>) &#8211; An array of regions for spatial subset</li>
+</ul>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
 </div>
 
 
@@ -357,13 +418,15 @@ an invalid shape.</p>
         <div class="sphinxsidebarwrapper">
             <p class="logo"><a href="../index.html">
               <img class="logo" src="../_static/ocw-logo-variant-sm-01-01-new.png" alt="Logo"/>
-            </a></p>
-  <h4>Previous topic</h4>
-  <p class="topless"><a href="plotter.html"
-                        title="previous chapter">Plotter Module</a></p>
-  <h4>Next topic</h4>
-  <p class="topless"><a href="../data_source/data_sources.html"
-                        title="next chapter">Data Sources</a></p>
+            </a></p><div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="../index.html">Documentation overview</a><ul>
+      <li>Previous: <a href="plotter.html" title="previous chapter">Plotter Module</a></li>
+      <li>Next: <a href="../data_source/data_sources.html" title="next chapter">Data Sources</a></li>
+  </ul></li>
+</ul>
+</div>
   <div role="note" aria-label="source link">
     <h3>This Page</h3>
     <ul class="this-page-menu">
@@ -374,14 +437,11 @@ an invalid shape.</p>
 <div id="searchbox" style="display: none" role="search">
   <h3>Quick search</h3>
     <form class="search" action="../search.html" method="get">
-      <input type="text" name="q" />
-      <input type="submit" value="Go" />
+      <div><input type="text" name="q" /></div>
+      <div><input type="submit" value="Go" /></div>
       <input type="hidden" name="check_keywords" value="yes" />
       <input type="hidden" name="area" value="default" />
     </form>
-    <p class="searchtip" style="font-size: 90%">
-    Enter search terms or a module, class or function name.
-    </p>
 </div>
 <script type="text/javascript">$('#searchbox').show(0);</script>
         </div>
@@ -392,12 +452,12 @@ an invalid shape.</p>
       &copy;2016, Apache Software Foundation.
       
       |
-      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.1</a>
-      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.4</a>
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.8</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
       
       |
       <a href="../_sources/ocw/utils.txt"
-          rel="nofollow">Page source</a></li>
+          rel="nofollow">Page source</a>
     </div>
 
     

Modified: websites/staging/climate/trunk/content/api/current/py-modindex.html
==============================================================================
--- websites/staging/climate/trunk/content/api/current/py-modindex.html (original)
+++ websites/staging/climate/trunk/content/api/current/py-modindex.html Mon Apr 24 21:37:01 2017
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Python Module Index &mdash; Apache Open Climate Workbench 1.1.0 documentation</title>
+    <title>Python Module Index &#8212; Apache Open Climate Workbench 1.2.0 documentation</title>
     
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '1.1.0',
+        VERSION:     '1.2.0',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -23,11 +23,15 @@
     <script type="text/javascript" src="_static/jquery.js"></script>
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
-    <link rel="top" title="Apache Open Climate Workbench 1.1.0 documentation" href="index.html" />
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="top" title="Apache Open Climate Workbench 1.2.0 documentation" href="index.html" />
 
    
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
   
-  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
 
 
     <script type="text/javascript">
@@ -37,21 +41,7 @@
 
   </head>
   <body role="document">
-    <div class="related" role="navigation" aria-label="related navigation">
-      <h3>Navigation</h3>
-      <ul>
-        <li class="right" style="margin-right: 10px">
-          <a href="genindex.html" title="General Index"
-             accesskey="I">index</a></li>
-        <li class="right" >
-          <a href="http-routingtable.html" title="HTTP Routing Table"
-             >routing table</a> |</li>
-        <li class="right" >
-          <a href="#" title="Python Module Index"
-             >modules</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">Apache Open Climate Workbench 1.1.0 documentation</a> &raquo;</li> 
-      </ul>
-    </div>  
+  
 
     <div class="document">
       <div class="documentwrapper">
@@ -63,7 +53,6 @@
 
    <div class="modindex-jumpbox">
    <a href="#cap-d"><strong>d</strong></a> | 
-   <a href="#cap-e"><strong>e</strong></a> | 
    <a href="#cap-l"><strong>l</strong></a> | 
    <a href="#cap-m"><strong>m</strong></a> | 
    <a href="#cap-o"><strong>o</strong></a> | 
@@ -73,28 +62,20 @@
    </div>
 
    <table class="indextable modindextable" cellspacing="0" cellpadding="2">
-     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
      <tr class="cap" id="cap-d"><td></td><td>
        <strong>d</strong></td><td></td></tr>
      <tr>
        <td></td>
        <td>
-       <a href="data_source/data_sources.html#module-dap"><code class="xref">dap</code></a></td><td>
+       <a href="ocw/dataset_loader.html#module-dataset_loader"><code class="xref">dataset_loader</code></a></td><td>
        <em></em></td></tr>
      <tr>
        <td></td>
        <td>
        <a href="ocw/dataset_processor.html#module-dataset_processor"><code class="xref">dataset_processor</code></a></td><td>
        <em></em></td></tr>
-     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
-     <tr class="cap" id="cap-e"><td></td><td>
-       <strong>e</strong></td><td></td></tr>
-     <tr>
-       <td></td>
-       <td>
-       <a href="data_source/data_sources.html#module-esgf"><code class="xref">esgf</code></a></td><td>
-       <em></em></td></tr>
-     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
      <tr class="cap" id="cap-l"><td></td><td>
        <strong>l</strong></td><td></td></tr>
      <tr>
@@ -102,7 +83,7 @@
        <td>
        <a href="data_source/data_sources.html#module-local"><code class="xref">local</code></a></td><td>
        <em></em></td></tr>
-     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
      <tr class="cap" id="cap-m"><td></td><td>
        <strong>m</strong></td><td></td></tr>
      <tr>
@@ -110,7 +91,7 @@
        <td>
        <a href="ocw/metrics.html#module-metrics"><code class="xref">metrics</code></a></td><td>
        <em></em></td></tr>
-     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
      <tr class="cap" id="cap-o"><td></td><td>
        <strong>o</strong></td><td></td></tr>
      <tr>
@@ -121,10 +102,10 @@
        <em></em></td></tr>
      <tr class="cg-1">
        <td></td>
-       <td>&nbsp;&nbsp;&nbsp;
+       <td>&#160;&#160;&#160;
        <a href="config/config_writer.html#module-ocw_config_runner.configuration_writer"><code class="xref">ocw_config_runner.configuration_writer</code></a></td><td>
        <em></em></td></tr>
-     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
      <tr class="cap" id="cap-p"><td></td><td>
        <strong>p</strong></td><td></td></tr>
      <tr>
@@ -132,7 +113,12 @@
        <td>
        <a href="ocw/plotter.html#module-plotter"><code class="xref">plotter</code></a></td><td>
        <em></em></td></tr>
-     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="data_source/data_sources.html#module-podaac_datasource"><code class="xref">podaac_datasource</code></a></td><td>
+       <em></em></td></tr>
+     <tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
      <tr class="cap" id="cap-r"><td></td><td>
        <strong>r</strong></td><td></td></tr>
      <tr>
@@ -140,7 +126,7 @@
        <td>
        <a href="data_source/data_sources.html#module-rcmed"><code class="xref">rcmed</code></a></td><td>
        <em></em></td></tr>
-     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
      <tr class="cap" id="cap-u"><td></td><td>
        <strong>u</strong></td><td></td></tr>
      <tr>
@@ -158,18 +144,21 @@
         <div class="sphinxsidebarwrapper">
             <p class="logo"><a href="index.html">
               <img class="logo" src="_static/ocw-logo-variant-sm-01-01-new.png" alt="Logo"/>
-            </a></p>
+            </a></p><div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="index.html">Documentation overview</a><ul>
+  </ul></li>
+</ul>
+</div>
 <div id="searchbox" style="display: none" role="search">
   <h3>Quick search</h3>
     <form class="search" action="search.html" method="get">
-      <input type="text" name="q" />
-      <input type="submit" value="Go" />
+      <div><input type="text" name="q" /></div>
+      <div><input type="submit" value="Go" /></div>
       <input type="hidden" name="check_keywords" value="yes" />
       <input type="hidden" name="area" value="default" />
     </form>
-    <p class="searchtip" style="font-size: 90%">
-    Enter search terms or a module, class or function name.
-    </p>
 </div>
 <script type="text/javascript">$('#searchbox').show(0);</script>
         </div>
@@ -180,8 +169,8 @@
       &copy;2016, Apache Software Foundation.
       
       |
-      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.1</a>
-      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.4</a>
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.8</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
       
     </div>
 

Modified: websites/staging/climate/trunk/content/api/current/search.html
==============================================================================
--- websites/staging/climate/trunk/content/api/current/search.html (original)
+++ websites/staging/climate/trunk/content/api/current/search.html Mon Apr 24 21:37:01 2017
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Search &mdash; Apache Open Climate Workbench 1.1.0 documentation</title>
+    <title>Search &#8212; Apache Open Climate Workbench 1.2.0 documentation</title>
     
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '1.1.0',
+        VERSION:     '1.2.0',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,9 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <script type="text/javascript" src="_static/searchtools.js"></script>
-    <link rel="top" title="Apache Open Climate Workbench 1.1.0 documentation" href="index.html" />
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="#" />
+    <link rel="top" title="Apache Open Climate Workbench 1.2.0 documentation" href="index.html" />
   <script type="text/javascript">
     jQuery(function() { Search.loadIndex("searchindex.js"); });
   </script>
@@ -32,27 +34,15 @@
   <script type="text/javascript" id="searchindexloader"></script>
   
    
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
   
-  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
 
 
   </head>
   <body role="document">
-    <div class="related" role="navigation" aria-label="related navigation">
-      <h3>Navigation</h3>
-      <ul>
-        <li class="right" style="margin-right: 10px">
-          <a href="genindex.html" title="General Index"
-             accesskey="I">index</a></li>
-        <li class="right" >
-          <a href="http-routingtable.html" title="HTTP Routing Table"
-             >routing table</a> |</li>
-        <li class="right" >
-          <a href="py-modindex.html" title="Python Module Index"
-             >modules</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">Apache Open Climate Workbench 1.1.0 documentation</a> &raquo;</li> 
-      </ul>
-    </div>  
+  
 
     <div class="document">
       <div class="documentwrapper">
@@ -90,7 +80,13 @@
         <div class="sphinxsidebarwrapper">
             <p class="logo"><a href="index.html">
               <img class="logo" src="_static/ocw-logo-variant-sm-01-01-new.png" alt="Logo"/>
-            </a></p>
+            </a></p><div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="index.html">Documentation overview</a><ul>
+  </ul></li>
+</ul>
+</div>
         </div>
       </div>
       <div class="clearer"></div>
@@ -99,8 +95,8 @@
       &copy;2016, Apache Software Foundation.
       
       |
-      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.1</a>
-      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.4</a>
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.8</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
       
     </div>
 

Modified: websites/staging/climate/trunk/content/api/current/searchindex.js
==============================================================================
--- websites/staging/climate/trunk/content/api/current/searchindex.js (original)
+++ websites/staging/climate/trunk/content/api/current/searchindex.js Mon Apr 24 21:37:01 2017
@@ -1 +1 @@
-Search.setIndex({envversion:46,filenames:["config/config_overview","config/config_writer","config/dataset_information","config/evaluation_settings","config/metrics_information","config/plots_settings","data_source/data_sources","index","ocw/dataset","ocw/dataset_processor","ocw/evaluation","ocw/metrics","ocw/overview","ocw/plotter","ocw/utils","ui-backend/backend"],objects:{"":{"/datasets/":[15,0,1,"get--datasets-"],"/list/":[15,0,1,"get--list-"],"/list/(dir_path:path)":[15,0,1,"get--list-(dir_path-path)"],"/list_latlon/(file_path:path)":[15,0,1,"get--list_latlon-(file_path-path)"],"/list_time/(file_path:path)":[15,0,1,"get--list_time-(file_path-path)"],"/list_vars/(file_path:path)":[15,0,1,"get--list_vars-(file_path-path)"],"/metrics/":[15,0,1,"get--metrics-"],"/parameters/":[15,0,1,"get--parameters-"],"/parameters/bounds":[15,0,1,"get--parameters-bounds"],"/parameters/bounds/":[15,0,1,"get--parameters-bounds-"],"/path_leader/":[15,0,1,"get--path_leader-"],"/results/":[15,0,1,"get-
 -results-"],"/results/(dir_path:path)":[15,0,1,"get--results-(dir_path-path)"],"/run_evaluation/":[15,2,1,"post--run_evaluation-"],dap:[6,3,0,"-"],dataset_processor:[9,3,0,"-"],esgf:[6,3,0,"-"],local:[6,3,0,"-"],metrics:[11,3,0,"-"],plotter:[13,3,0,"-"],rcmed:[6,3,0,"-"],utils:[14,3,0,"-"]},"dataset.Dataset":{spatial_boundaries:[8,5,1,""],spatial_resolution:[8,5,1,""],temporal_resolution:[8,5,1,""],time_range:[8,5,1,""]},"evaluation.Evaluation":{add_dataset:[10,5,1,""],add_datasets:[10,5,1,""],add_metric:[10,5,1,""],add_metrics:[10,5,1,""],metrics:[10,6,1,""],results:[10,6,1,""],run:[10,5,1,""],target_datasets:[10,6,1,""],unary_metrics:[10,6,1,""],unary_results:[10,6,1,""]},"metrics.Bias":{run:[11,5,1,""]},"metrics.BinaryMetric":{run:[11,5,1,""]},"metrics.PatternCorrelation":{run:[11,5,1,""]},"metrics.RMSError":{run:[11,5,1,""]},"metrics.SpatialPatternTaylorDiagram":{run:[11,5,1,""]},"metrics.StdDevRatio":{run:[11,5,1,""]},"metrics.TemporalCorrelation":{run:[11,5,1,""]},"metrics.Tem
 poralMeanBias":{run:[11,5,1,""]},"metrics.TemporalStdDev":{run:[11,5,1,""]},"metrics.UnaryMetric":{run:[11,5,1,""]},"ocw_config_runner.configuration_writer":{export_evaluation_to_config:[1,4,1,""],generate_dataset_config:[1,4,1,""],generate_dataset_information:[1,4,1,""],generate_evaluation_information:[1,4,1,""],generate_metric_information:[1,4,1,""],generate_subregion_information:[1,4,1,""]},"plotter.TaylorDiagram":{add_contours:[13,5,1,""],add_rms_contours:[13,5,1,""],add_sample:[13,5,1,""],add_stddev_contours:[13,5,1,""]},dap:{load:[6,4,1,""]},dataset:{Bounds:[8,7,1,""],Dataset:[8,7,1,""]},dataset_processor:{ensemble:[9,4,1,""],mask_missing_data:[9,4,1,""],normalize_dataset_datetimes:[9,4,1,""],safe_subset:[9,4,1,""],spatial_regrid:[9,4,1,""],subset:[9,4,1,""],temperature_unit_conversion:[9,4,1,""],temporal_rebin:[9,4,1,""],temporal_rebin_with_time_index:[9,4,1,""],temporal_slice:[9,4,1,""],temporal_subset:[9,4,1,""],variable_unit_conversion:[9,4,1,""],water_flux_unit_conversion
 :[9,4,1,""],write_netcdf:[9,4,1,""]},esgf:{load_dataset:[6,4,1,""]},evaluation:{Evaluation:[10,7,1,""]},local:{load_GPM_IMERG_files:[6,4,1,""],load_NLDAS_forcingA_files:[6,4,1,""],load_WRF_2d_files:[6,4,1,""],load_WRF_2d_files_RAIN:[6,4,1,""],load_dataset_from_multiple_netcdf_files:[6,4,1,""],load_file:[6,4,1,""],load_multiple_files:[6,4,1,""]},metrics:{Bias:[11,7,1,""],BinaryMetric:[11,7,1,""],Metric:[11,7,1,""],PatternCorrelation:[11,7,1,""],RMSError:[11,7,1,""],SpatialPatternTaylorDiagram:[11,7,1,""],StdDevRatio:[11,7,1,""],TemporalCorrelation:[11,7,1,""],TemporalMeanBias:[11,7,1,""],TemporalStdDev:[11,7,1,""],UnaryMetric:[11,7,1,""],calc_bias:[11,4,1,""],calc_correlation:[11,4,1,""],calc_rmse:[11,4,1,""],calc_stddev:[11,4,1,""],calc_stddev_ratio:[11,4,1,""]},ocw_config_runner:{configuration_writer:[1,3,0,"-"]},plotter:{TaylorDiagram:[13,7,1,""],draw_barchart:[13,4,1,""],draw_contour_map:[13,4,1,""],draw_histogram:[13,4,1,""],draw_marker_on_map:[13,4,1,""],draw_portrait_diagram:[
 13,4,1,""],draw_subregions:[13,4,1,""],draw_taylor_diagram:[13,4,1,""],draw_time_series:[13,4,1,""],set_cmap:[13,4,1,""]},rcmed:{get_parameters_metadata:[6,4,1,""],parameter_dataset:[6,4,1,""]},utils:{calc_area_weighted_spatial_average:[14,4,1,""],calc_climatology_monthly:[14,4,1,""],calc_climatology_year:[14,4,1,""],calc_subregion_area_mean_and_std:[14,4,1,""],calc_temporal_mean:[14,4,1,""],calc_time_series:[14,4,1,""],decode_time_values:[14,4,1,""],get_temporal_overlap:[14,4,1,""],normalize_lat_lon_values:[14,4,1,""],parse_base_time_string:[14,4,1,""],parse_time_base:[14,4,1,""],parse_time_units:[14,4,1,""],reshape_monthly_to_annually:[14,4,1,""]}},objnames:{"0":["http","get","HTTP get"],"1":["http","options","HTTP options"],"2":["http","post","HTTP post"],"3":["py","module","Python module"],"4":["py","function","Python function"],"5":["py","method","Python method"],"6":["py","attribute","Python attribute"],"7":["py","class","Python class"]},objtypes:{"0":"http:get","1":"http:opti
 ons","2":"http:post","3":"py:module","4":"py:function","5":"py:method","6":"py:attribute","7":"py:class"},terms:{"2008_tasmax":[0,2],"2b_ctl_eraint_mm_50km_1989":[0,2],"abstract":[],"boolean":[9,13],"case":12,"class":[4,6,8,9,10,11,12,13,15],"default":[1,6,8,10,12,13],"export":[0,1],"final":15,"float":[6,8,11,13],"function":[1,2,3,5,8,12,13,15],"import":[1,12],"int":[6,9,11,13],"long":15,"new":[3,9,12],"public":13,"return":[1,3,6,8,9,11,12,14,15],"short":15,"static":15,"true":[9,11,13,15],"try":[2,3,12],"while":[12,14],abl:[4,13,15],about:[6,12],abov:[2,12,15],accept:[2,3],accur:12,across:14,act:12,actual:12,add:[10,13],add_contour:13,add_dataset:10,add_metr:10,add_rms_contour:13,add_sampl:13,add_stddev_contour:13,addit:[0,2,6,12,13],additional_constraint:6,address:15,adjust:[3,5,12,13],adjust_lat:14,adjusted_lon:14,adjusted_valu:14,africa_knmi:[0,2],africa_uc:[0,2],after:0,again:15,against:[10,11,12],aim:12,all:[0,3,6,9,10,11,12,14,15],allow:[3,12,14],alon:12,along:[3,11],also:[2,4
 ,5,12,13,15],ani:[2,3,5,9,10,12,14],annot:[0,3],annual:[14,15],annual_mean:14,anyth:[0,6,15],apach:[],apcpsfc_110_sfc_acc1h:6,api:[],app:15,append:13,applic:15,approxim:[8,13],arang:[3,12],arcco:13,area:[3,12,14],area_weight:14,aren:12,arg:13,around:[4,13],arrai:[6,8,9,11,12,13,14],arrang:13,arrow:13,aspect:13,assign:3,assist:12,associ:11,assum:[9,14,15],attempt:[1,12],attent:3,attribut:[3,8],attributeerror:1,authent:6,author:13,automat:[6,9,13],avail:15,averag:[9,11,14],average_each_year:9,average_over_tim:11,aviso:2,awar:5,axi:[11,13],axisartist:13,ayi:13,backbon:12,backend:15,bar:15,barchart:13,base:[11,12,13,14],basemap:13,baz:15,becom:[3,12],been:[0,2],befor:[1,3,10,12,15],begin:9,behav:12,below:[0,2,3,5,6,12,15],best:1,between:[11,12,13],bia:[0,4,11,12,15],bias:11,bias_evalu:12,bin:[0,12,13,14,15],binari:[10,11,12],binarymetr:[11,12],bit:12,blind:1,bool:[9,11,13],both:[13,15],bottl:15,bound:[],boundari:[8,9,13],boundary_check:9,box:[1,3,13],breakdown:12,breviti:12,bring:15,bro
 ken:15,built:15,busi:12,calc_area_weighted_spatial_averag:14,calc_bia:11,calc_climatology_monthli:14,calc_climatology_year:14,calc_correl:11,calc_rms:11,calc_stddev:11,calc_stddev_ratio:11,calc_subregion_area_mean_and_std:14,calc_temporal_mean:14,calc_time_seri:14,calcul:[8,11,12,14],calibr:6,call:[3,12,15],can:[0,1,2,3,4,6,10,12,13,14,15],cannot:6,categori:0,caus:[12,14],celciu:9,center:13,certain:8,cgd:14,chang:[12,14,15],check:[1,5,9,13,15],checkout:0,choos:12,clabel:13,clean:15,clev:13,climat:[],climatolog:14,climo:14,cmap:13,cne:2,coard:14,code:12,coeffici:[11,13],collabel:13,color:13,colorbar:13,colormap:13,column:13,com:13,combin:[9,12],come:12,command:[0,13,15],common:[],compact:3,compar:[10,11,12,13],complic:12,compon:12,compos:9,compress:9,comput:[2,11],confid:11,configuration_writ:1,consid:12,constant:13,constraint:6,constructor:[8,10],contain:[1,6,8,9,10,13,15],content:7,contour:[],control:13,convert:[9,14],coordin:8,copi:12,copin:13,core:11,corr1:13,corr2:13,corrcoef:13
 ,corrcoeff:13,correct:8,correl:[11,13],correspond:[8,13],could:[12,14],couldn:14,cours:12,creat:[0,3,12,15],creation:15,critic:[3,12],css:15,current:[2,11],curv:13,curvilinear:8,custom:4,dai:[3,8,12,14,15],daili:[9,12,15],dap:[],data1:13,data2:13,data:[],data_nam:13,data_sourc:[0,2,6,12,15],data_source_id:15,databas:[6,12,15],datanod:2,dataset1:12,dataset2:12,dataset_arrai:[9,13,14],dataset_id:[2,6,15],dataset_info:15,dataset_nam:6,dataset_processor:[3,9,12],datasetshortnam:15,date:[8,14],datetim:[3,6,8,9,12,13,14],decid:12,decod:14,decode_time_valu:14,def:12,defin:[3,4,15],degre:[12,15],deivat:11,demonstr:15,denot:13,depend:[],depth:0,desir:[6,12,13],detail:[3,5],determin:[6,15],dev:11,develop:3,deviat:[11,13,14],diagram:[11,13],dict:[1,6,8,13,15],dictionari:[1,6,15],didn:14,differ:[2,5,6,11,12,13],dimens:[9,13,14],dimension:[6,8],dir_path:15,direct:0,directli:[3,13],directori:[],directory_help:15,displai:15,divis:14,doc:13,document:[],doe:[1,3,9,12,15],doesn:[10,14],domain:[9,13],
 done:12,doubl:1,down:3,download:[0,2,6],draw:13,draw_barchart:13,draw_contour_map:[5,12,13],draw_histogram:13,draw_marker_on_map:13,draw_portrait_diagram:13,draw_subregion:13,draw_taylor_diagram:13,draw_time_seri:13,drawn:13,dsp:12,due:14,dure:0,each:[2,3,5,6,9,10,12,13,14],earlier:12,eas:15,easi:[3,12],easier:12,easiest:15,easili:[0,12],eaton:14,edu:14,either:[9,12],element:5,elev:6,elevation_index:[2,6],els:10,email:12,empti:15,encount:1,end:[2,3,6,8,9,15],end_dat:15,end_tim:[2,6,8,12,15],end_time_index:9,endpoint:[],enough:12,ensembl:9,ensur:[12,14,15],entir:[1,9,13,15],error:[9,11,12,14],esg:[2,6],esgf_password:[2,6],esgf_usernam:[2,6],etc:12,eval:12,evaluation_cr:3,evalut:12,evalutaion:6,evenli:14,everi:[10,12],exactli:[12,15],exclud:1,exist:15,expect:[1,5,6,14,15],experi:15,explain:5,explan:[],explor:12,export_evaluation_to_config:1,exported_ev:1,extend:13,extent:13,extern:12,extract:[1,6,14,15],extractor:[],extrapol:1,extrem:12,facilit:12,fail:0,failur:15,fairli:[12,15],fals:
 [9,11,13,14,15],far:[3,12],feel:12,few:[3,12],field:[6,13],fig:13,figur:13,file1:15,file2:15,file_count:[0,2],file_list:6,file_path:[1,6,15],filelist:6,filenam:[6,13],filename_pattern:6,filetyp:13,find:[12,13,14],fine:12,finer:13,first:[3,6,9,10,12,14],flag:[2,3,5,13],floating_ax:13,flux:9,fmt:13,fname:[12,13],folder:12,follow:[0,2,8,12,14,15],foo:[2,15],forc:9,forcingawrf:6,form:[8,13,14],format:[2,3,5,12,13,14,15],found:[1,6,14],frame:13,frameon:13,framework:15,free:12,from:[0,1,2,6,8,9,10,11,12,14,15],frontend:15,full:[9,14,15],fulli:12,funciton:3,funtion:12,further:12,futur:[2,4,12,15],gener:[0,1,3,6,9,12],generate_dataset_config:1,generate_dataset_inform:1,generate_evaluation_from_config:3,generate_evaluation_inform:1,generate_metric_inform:1,generate_subregion_inform:1,get_cmap:13,get_parameters_metadata:6,get_temporal_overlap:14,gist:13,github:13,give:[0,12,13],given:[1,9,11,14,15],good:12,gov:[2,6],gpm:6,gpm_imerg:6,grab:[12,15],grain:12,graph:5,great:12,grid:[3,9,12,13,14],
 gridshap:[0,5,13],guarante:8,guess:[1,15],guidelin:8,handi:12,handl:[],have:[0,2,6,9,10,12,15],haven:0,hdf:6,height:[6,13],help:[12,15],helper:[],here:[3,4,12],histogram:13,hold:[8,12],hopefulli:12,hour:[9,14],how:[0,12,15],howev:[2,3,4,12],htm:14,html:13,http:[2,6,13,14],ideal:15,identifi:15,imeg:6,implement:12,includ:[0,3,5,6,12],index:[6,7,9,15],indic:[],indici:9,info:1,inherit:[10,11,12],input:[9,11,12,13],instal:15,instanc:[10,12,13],instanti:12,instead:0,instruct:15,integ:[9,15],interest:[3,6,12],intern:12,interpret:3,interv:3,invalid:14,isn:[3,10],iso:[2,3],jan:9,javascript:15,jet:[2,6,12,15],job:12,jpl:[2,6,15],json:15,just:[2,3,15],keep:12,kei:6,kelvin:9,knmi_dataset:12,know:12,kwarg:13,label:13,label_month:13,laboratori:[2,6,12,15],lat:[0,3,5,6,8,12,13,14,15],lat_max:[8,15],lat_min:[8,15],lat_nam:[6,15],lat_resolut:8,latitud:[6,8,9,13,15],latitudin:8,latslength:8,layer:6,leader:15,learn:0,least:10,leav:[2,12],legend:13,length:[9,14],less:8,let:[0,12],level:[6,11,13],librar
 i:0,like:12,limit:12,line:13,linear:13,linearsegmentedcolormap:13,link:15,list:[0,1,3,4,6,8,10,12,13,14,15],list_latlon:15,list_tim:15,list_var:15,live:12,load:[0,2,3,4,6,8,12,15],load_dataset:[2,6],load_dataset_from_multiple_netcdf_fil:6,load_fil:[2,6,12],load_gpm_imerg_fil:6,load_multiple_fil:6,load_nldas_forcinga_fil:6,load_wrf_2d_fil:6,load_wrf_2d_files_rain:6,local:[],local_file_metadata_extractor:15,locat:[2,15],location_nam:13,log:13,login:2,lon:[0,3,5,6,8,12,13,14,15],lon_max:[8,15],lon_min:[8,15],lon_nam:[6,15],lon_resolut:8,longitud:[6,8,9,13,15],longitudin:8,longnam:15,lonslength:8,look:[0,2,3,12],lot:12,luckili:12,machin:12,mai:[2,5,6],mail:12,main:[0,15],mainten:15,make:[0,3,12],malform:14,mani:12,manipul:[],manner:2,manual:[8,12],map:[],marker:13,mask:[6,9],mask_fil:6,mask_missing_data:9,mask_valu:6,mask_vari:6,maskedarrai:11,match:[14,15],matplotlib:13,max:[8,13],max_lat:[2,6,8,12],max_lon:[2,6,8,12],maximum:[6,8,14,15],mean:[9,11,14],measur:15,meridian:13,metadata:[]
 ,metricname1:15,metricname2:15,midnight:9,might:12,min:[8,13,14],min_lat:[2,6,8,12],min_lon:[2,6,8,12],minim:15,minimum:[6,8,15],minut:14,miss:9,mnmean:2,mod:6,model:[6,9,11,12,13,14,15],modifi:12,modul:[],moment:[4,15],mon:2,month:[9,13,14],month_end:9,month_index:9,month_start:9,monthli:[9,14,15],more:[2,3,5,6,9,10,12,15],most:5,mpl_toolkit:13,much:[2,3],multi:6,multidimension:12,multipl:[6,10,13],must:[8,9,10,11,13,15],my_test_plot:12,name1:13,name2:13,name:[1,2,4,5,6,8,9,12,13,14,15],nasa:[2,6,12,15],nbin:13,ndarrai:[8,9,11,13,14],ndfcdf4:6,necessari:[0,1,3,9,12],need:[0,2,3,4,5,6,8,9,12,15],neither:13,netcdf4:14,netcdf:[2,6,9,12,14,15],never:12,new_bound:12,new_ev:12,new_lat:12,new_latitud:9,new_lon:12,new_longitud:9,next:10,nlat:13,nldas2:6,nlev:13,nlon:13,node:[2,6],none:[6,8,9,10,11,13],normal:[9,13,14],normalize_dataset_datetim:9,normalize_lat_lon_valu:14,note:[1,5,10,12,15],notic:12,nsubregion:14,nt_averag:9,ntime:14,num_col:13,num_lat:14,num_lon:14,num_metr:10,num_month:1
 4,num_row:13,num_subregion:10,num_target:10,num_target_d:10,num_target_dataset:10,num_year:14,number:[3,9,10,12,13,14,15],numpi:[3,8,9,11,12,13,14],nuwrf:6,nx2:13,obejct:6,objec:12,object:[0,1,3,5,6,8,9,10,12,13,14,15],obs4mip:2,observ:[6,9,14],ocw:[0,4,5,6,9,12,14,15],ocw_config_runn:1,ocw_evaluation_from_config:0,off:14,often:[3,6],onc:2,onli:[3,4,10,12,14],onto:[3,12],open:[],openid:6,oper:8,option:[0,1,2,3,5,6,8,10,13,15],optional_arg:[0,2,5],order:[2,3],org:[2,13],origin:[6,8,9,12,13,14,15],other:[3,9,12,15],otherwis:[10,15],our:12,out:[0,1,2,6,12,14,15],output:[1,5,6,8,9,11,13],output_nam:[0,5],outsid:[9,12],over:[10,11,12],overlap:[9,14],overrid:[11,12],own:12,page:[0,2,6,7,15],pai:3,pair:[6,10,12],panel:13,parallel:13,param:[9,12],paramet:[1,2,3,5,6,8,9,10,11,12,13,14,15],parameter_dataset:[2,6],parameter_id:[2,6,15],pars:[1,14],parse_base_time_str:14,parse_time_bas:14,parse_time_unit:14,parser:3,part:12,particular:5,pass:[2,3,5,6,12,15],password:6,patch:12,path:[0,1,2,6,9,1
 5],path_lead:15,pattern:[6,11],patterncorrel:11,pearson:11,perform:12,perhap:12,phase:10,php:6,pip:15,place:[12,13],plan:[2,15],pleas:[1,12,15],plotter:[],png:13,point:[6,9,12,13,14],polar:13,portrait:13,posit:13,possibl:[1,10,12,13,15],post:15,potenti:[1,9],precipit:6,precipitationc:6,prefix:15,prepar:0,present:[8,14,15],pretti:[2,3,12],previou:0,previous:12,primari:[0,12,15],print:12,prior:3,process:[],processor:[],project:[2,12],prone:12,propag:13,properli:15,propuls:[2,6,12,15],provid:[0,3,9,10,12,15],ptitl:13,pull:[2,15],purpos:13,pylab_exampl:13,python:[0,3,5,8,13,14,15],pyyaml:[0,3],quadrant:13,queri:6,quit:12,racmo2:[0,2],radiu:13,radmax:13,rais:[1,6,8,9,10,14],rang:[3,5,8,12,14,15],range_max:[0,5],range_min:[0,5],range_step:[0,5],ratio:[11,13],rcme:[2,6],rcmed_help:15,read:[0,6],readin:6,realli:12,rebin:[],receiv:[8,14],recogn:13,rect:13,ref_dataset:[10,11,12],refer:[0,2,10,11,12,13,15],reference_arrai:11,reference_dataset:[11,15],refnam:13,refstd:13,region:[6,12,15],regrid
 :[],regular:10,rel:15,relat:[1,5,15],releas:13,relev:15,remaind:12,repeat:0,replac:12,repres:12,represent:3,request:[6,12,15],requir:[2,3,5,8,9,10,15],reshap:14,reshape_monthly_to_annu:14,resolut:[8,9,15],respect:12,respons:15,result1:12,result2:12,result:[5,10,11,12,13,15],results_indec:[0,5],retain:14,retriev:[6,14,15],revers:13,rg_1989:[0,2],right:13,rmserror:11,root:11,row:13,rowlabel:13,rtype:12,run_evalu:15,run_webservic:15,runner:0,safe:[2,3,9],safe_subset:9,same:[0,6,9,12,15],sampl:[11,13],sane:1,save:[1,6],save_path:6,saw:12,scale:13,scari:12,scenario:1,scientist:12,script:0,search:[2,6,7],search_url:6,second:[12,13,14],section:[0,1,2,3,4,5],secur:15,see:[12,13],self:[8,12],send:12,separ:6,sequenc:3,seri:[13,14],serv:15,server:15,servererror:6,servic:[],set_cmap:13,shape:[8,9,10,13,14],shift:14,shortli:12,shortnam:15,should:[0,1,2,3,6,9,10,13,14,15],shouldn:12,show_colormap:13,shown:15,similar:9,simpl:12,simple_model_to_model_bia:0,simpli:[4,12],sinc:[12,14],singl:[6,9,10,1
 2,13],size:0,slice:9,slightli:[2,5,12],some:[0,3,6,12],some_dataset:12,someth:[2,3],somevarinthedataset:12,sort:[8,14],sourc:[],space:11,spatial:[],spatial_boundari:[8,12],spatial_rebin_lat_step:15,spatial_rebin_lon_step:15,spatial_regrid:[3,9,12],spatial_regrid_:3,spatial_regrid_lat:[0,3],spatial_regrid_lon:[0,3],spatial_resolut:8,spatialpatterntaylordiagram:11,special:3,specif:[0,2,3,6,15],specifi:[0,2,4,5,6,8,10,13],speed:12,split:[12,14],squar:11,sst:2,standard:[2,3,9,11,13,14],start_dat:15,start_tim:[2,6,8,12,15],start_time_index:9,stat:14,std1:13,std2:13,std:[11,13],stddev:13,stddevratio:11,step:[12,15],stick:[2,3],still:[2,3,12],store:[6,12],straightforward:12,string:[1,6,8,9,13,14,15],strip:[6,15],structur:0,style:3,submodul:15,subplot:13,subregion:[1,9,10,13,14,15],subregion_inform:15,subregion_mask:13,subregion_nam:9,substr:14,subtitl:13,succes:15,success:15,suffici:12,suit:12,suppli:[1,4,6,15],support:[0,2,5,12,14,15],sure:[3,12],surfac:6,symbol:15,system:15,take:[10,12],
 target1:12,target2:12,target:[0,2,9,10,11,12,13,15],target_arrai:11,target_dataset:[9,10,11,12,15],tasmax:[0,2],taylor:[11,13],taylordiagram:13,tediou:12,tell:15,temperatur:9,temperature_unit_convers:9,tempor:[],temporal_rebin:[3,9,12],temporal_rebin_with_time_index:9,temporal_resolut:[3,8,9,15],temporal_slic:9,temporal_subset:9,temporal_time_delta:[0,3],temporalcorrel:11,temporalmeanbia:11,temporalstddev:[4,11,12,15],term:13,test:[2,15],text:6,than:8,thei:[10,12,14,15],them:[2,3,10,12],theta:13,thi:[0,1,3,5,8,9,11,12,13,14,15],thing:[12,15],third:13,three:8,through:[2,10],throughout:12,time:[2,3,6,8,9,11,12,13,14,15],time_format:14,time_nam:[6,15],time_rang:[8,12],time_var_nam:14,timedelta:[3,8,12,15],timeslength:8,timestep:9,titl:13,tmp:[0,2,6,12],togeth:15,toggl:13,too:12,tool:[0,12],toolkit:[0,12,15],top:15,total_mean:14,totallynotmypassword:2,totallynotmyusernam:2,trend:12,tri:0,trust:1,tstd:12,tupl:[0,3,5,8,13,14],two:[3,6,10,11,12,13],txt:15,type:[0,1,3,5,6,8,9,10,11,12],ucar
 :14,unari:[10,11,12],unary_metr:10,unary_result1:12,unary_result2:12,unary_result3:12,unary_result:[10,12],unarymetr:11,understand:[12,15],unexpect:12,uniform:12,uniqu:8,unit:[6,8,9,14,15],unrecogn:8,updat:9,upon:[10,15],upper:13,url:[2,6,12],useless:12,user:[4,10,12,15],usr:15,usual:12,util:[],valid:[1,3,8,10,12],valu:[1,2,3,5,6,8,9,12,13,14,15],valueerror:[6,8,9,10,14],var_nam:15,variabl:[0,2,6,8,9,14,15],variable_nam:6,variable_unit:6,variable_unit_convers:9,variou:[0,12,15],veri:[2,3,12],version:13,visit:0,wai:[3,12,15],want:[0,1,4,5,12],water:9,water_flux_unit_convers:9,web:[],webservic:[],websit:2,weight:14,well:[0,3,4,8,10,14,15],were:12,what:[0,1,5,12],when:[6,10,11,12,13,14,15],where:[0,1,2,3,6,8,10,12,13,15],whether:13,which:[0,1,6,9,10,11,12,14,15],whose:14,width:13,wiki:12,wish:15,within:[9,12,14,15],without:[8,9],won:12,work:[4,15],work_dir:15,workbench:[],would:[12,15],wouldn:12,wrapper:6,wrf311_ctl_eraint_mm_50km:[0,2],wrf:6,wrf_bias_compared_to_knmi:[0,5],write_netcd
 f:9,writer:[],written:[0,15],www:14,xlabel:13,yaml:[0,1],yannick:13,ycopin:13,year:[9,14],yearli:[12,15],ylabel:13,you:[0,1,2,3,4,5,6,10,12,13,14,15],your:[0,2,3,4,12],yscale:13,yvalu:13,zosstderr:2},titles:["Configuration File Overview","Configuration File Writer API","Dataset Information","Evaluation Settings","Metrics Information","Plots Settings","Data Sources","Welcome to Apache Open Climate Workbench&#8217;s documentation!","Dataset Module","Dataset Processor Module","Evaluation Module","Metrics Module","Overview","Plotter Module","Utils Module","Evaluation UI Webservices"],titleterms:{"abstract":12,apach:7,api:1,bound:[3,8],climat:7,common:12,config:0,configur:[0,1,15],contour:5,dap:6,data:[6,12],dataset:[0,2,8,9,12],depend:15,directori:15,document:7,endpoint:15,esgf:[2,6],evalu:[0,3,10,12,15],exampl:0,explan:15,extractor:15,file:[0,1,15],get:0,handl:12,helper:15,indic:7,inform:[0,2,4],local:[2,6,15],manipul:12,map:5,metadata:15,metric:[0,4,11,12],modul:[6,8,9,10,11,13,14],op
 en:7,opendap:2,overview:[0,12],plot:[0,5,12],plotter:13,process:15,processor:9,rcmed:[2,6,15],rebin:3,regrid:3,run:0,servic:15,set:[0,3,5],sourc:[6,12],spatial:3,start:0,subset:3,tabl:7,tempor:3,util:14,web:15,webservic:15,welcom:7,workbench:7,write:0,writer:1}})
\ No newline at end of file
+Search.setIndex({envversion:50,filenames:["config/config_overview","config/config_writer","config/dataset_information","config/evaluation_settings","config/metrics_information","config/plots_settings","data_source/data_sources","index","ocw/dataset","ocw/dataset_loader","ocw/dataset_processor","ocw/evaluation","ocw/metrics","ocw/overview","ocw/plotter","ocw/utils","ui-backend/backend"],objects:{"":{"/datasets/":[16,0,1,"get--datasets-"],"/list/":[16,0,1,"get--list-"],"/list/(dir_path:path)":[16,0,1,"get--list-(dir_path-path)"],"/list_latlon/(file_path:path)":[16,0,1,"get--list_latlon-(file_path-path)"],"/list_time/(file_path:path)":[16,0,1,"get--list_time-(file_path-path)"],"/list_vars/(file_path:path)":[16,0,1,"get--list_vars-(file_path-path)"],"/metrics/":[16,0,1,"get--metrics-"],"/parameters/":[16,0,1,"get--parameters-"],"/parameters/bounds":[16,0,1,"get--parameters-bounds"],"/parameters/bounds/":[16,0,1,"get--parameters-bounds-"],"/path_leader/":[16,0,1,"get--path_leader-"],"/re
 sults/":[16,0,1,"get--results-"],"/results/(dir_path:path)":[16,0,1,"get--results-(dir_path-path)"],"/run_evaluation/":[16,2,1,"post--run_evaluation-"],dataset_loader:[9,5,0,"-"],dataset_processor:[10,5,0,"-"],local:[6,5,0,"-"],metrics:[12,5,0,"-"],plotter:[14,5,0,"-"],podaac_datasource:[6,5,0,"-"],rcmed:[6,5,0,"-"],utils:[15,5,0,"-"]},"dataset.Dataset":{spatial_boundaries:[8,4,1,""],spatial_resolution:[8,4,1,""],temporal_boundaries:[8,4,1,""],temporal_resolution:[8,4,1,""]},"dataset_loader.DatasetLoader":{add_loader_opts:[9,4,1,""],add_source_loader:[9,4,1,""],load_datasets:[9,4,1,""],set_loader_opts:[9,4,1,""]},"evaluation.Evaluation":{add_dataset:[11,4,1,""],add_datasets:[11,4,1,""],add_metric:[11,4,1,""],add_metrics:[11,4,1,""],metrics:[11,7,1,""],results:[11,7,1,""],run:[11,4,1,""],target_datasets:[11,7,1,""],unary_metrics:[11,7,1,""],unary_results:[11,7,1,""]},"metrics.Bias":{run:[12,4,1,""]},"metrics.BinaryMetric":{run:[12,4,1,""]},"metrics.PatternCorrelation":{run:[12,4,1,""
 ]},"metrics.RMSError":{run:[12,4,1,""]},"metrics.SpatialPatternTaylorDiagram":{run:[12,4,1,""]},"metrics.StdDevRatio":{run:[12,4,1,""]},"metrics.TemporalCorrelation":{run:[12,4,1,""]},"metrics.TemporalMeanBias":{run:[12,4,1,""]},"metrics.TemporalStdDev":{run:[12,4,1,""]},"metrics.UnaryMetric":{run:[12,4,1,""]},"ocw_config_runner.configuration_writer":{export_evaluation_to_config:[1,6,1,""],generate_dataset_config:[1,6,1,""],generate_dataset_information:[1,6,1,""],generate_evaluation_information:[1,6,1,""],generate_metric_information:[1,6,1,""],generate_subregion_information:[1,6,1,""]},"plotter.TaylorDiagram":{add_contours:[14,4,1,""],add_rms_contours:[14,4,1,""],add_sample:[14,4,1,""],add_stddev_contours:[14,4,1,""]},dataset:{Bounds:[8,3,1,""],Dataset:[8,3,1,""]},dataset_loader:{DatasetLoader:[9,3,1,""]},dataset_processor:{deseasonalize_dataset:[10,6,1,""],ensemble:[10,6,1,""],mask_missing_data:[10,6,1,""],normalize_dataset_datetimes:[10,6,1,""],safe_subset:[10,6,1,""],spatial_regr
 id:[10,6,1,""],subset:[10,6,1,""],temperature_unit_conversion:[10,6,1,""],temporal_rebin:[10,6,1,""],temporal_rebin_with_time_index:[10,6,1,""],temporal_slice:[10,6,1,""],temporal_subset:[10,6,1,""],variable_unit_conversion:[10,6,1,""],water_flux_unit_conversion:[10,6,1,""],write_netcdf:[10,6,1,""]},evaluation:{Evaluation:[11,3,1,""]},local:{load_GPM_IMERG_files:[6,6,1,""],load_GPM_IMERG_files_with_spatial_filter:[6,6,1,""],load_NLDAS_forcingA_files:[6,6,1,""],load_WRF_2d_files:[6,6,1,""],load_WRF_2d_files_RAIN:[6,6,1,""],load_dataset_from_multiple_netcdf_files:[6,6,1,""],load_file:[6,6,1,""],load_multiple_files:[6,6,1,""]},metrics:{Bias:[12,3,1,""],BinaryMetric:[12,3,1,""],Metric:[12,3,1,""],PatternCorrelation:[12,3,1,""],RMSError:[12,3,1,""],SpatialPatternTaylorDiagram:[12,3,1,""],StdDevRatio:[12,3,1,""],TemporalCorrelation:[12,3,1,""],TemporalMeanBias:[12,3,1,""],TemporalStdDev:[12,3,1,""],UnaryMetric:[12,3,1,""],calc_bias:[12,6,1,""],calc_correlation:[12,6,1,""],calc_histogram_o
 verlap:[12,6,1,""],calc_joint_histogram:[12,6,1,""],calc_rmse:[12,6,1,""],calc_stddev:[12,6,1,""],calc_stddev_ratio:[12,6,1,""],wet_spell_analysis:[12,6,1,""]},ocw_config_runner:{configuration_writer:[1,5,0,"-"]},plotter:{TaylorDiagram:[14,3,1,""],draw_barchart:[14,6,1,""],draw_contour_map:[14,6,1,""],draw_histogram:[14,6,1,""],draw_marker_on_map:[14,6,1,""],draw_plot_to_compare_trends:[14,6,1,""],draw_portrait_diagram:[14,6,1,""],draw_precipitation_JPDF:[14,6,1,""],draw_subregions:[14,6,1,""],draw_taylor_diagram:[14,6,1,""],draw_time_series:[14,6,1,""],fill_US_states_with_color:[14,6,1,""],set_cmap:[14,6,1,""]},podaac_datasource:{convert_times_to_datetime:[6,6,1,""],extract_l4_granule:[6,6,1,""],list_available_extract_granule_dataset_ids:[6,6,1,""],subset_granule:[6,6,1,""]},rcmed:{get_parameters_metadata:[6,6,1,""],parameter_dataset:[6,6,1,""]},utils:{CORDEX_boundary:[15,6,1,""],calc_area_weighted_spatial_average:[15,6,1,""],calc_climatology_monthly:[15,6,1,""],calc_climatology_ye
 ar:[15,6,1,""],calc_subregion_area_mean_and_std:[15,6,1,""],calc_temporal_mean:[15,6,1,""],calc_time_series:[15,6,1,""],calculate_ensemble_temporal_trends:[15,6,1,""],calculate_temporal_trend_of_time_series:[15,6,1,""],calculate_temporal_trends:[15,6,1,""],decode_time_values:[15,6,1,""],get_temporal_overlap:[15,6,1,""],normalize_lat_lon_values:[15,6,1,""],parse_base_time_string:[15,6,1,""],parse_time_base:[15,6,1,""],parse_time_units:[15,6,1,""],reshape_monthly_to_annually:[15,6,1,""],shapefile_boundary:[15,6,1,""]}},objnames:{"0":["http","get","HTTP get"],"1":["http","options","HTTP options"],"2":["http","post","HTTP post"],"3":["py","class","Python class"],"4":["py","method","Python method"],"5":["py","module","Python module"],"6":["py","function","Python function"],"7":["py","attribute","Python attribute"]},objtypes:{"0":"http:get","1":"http:options","2":"http:post","3":"py:class","4":"py:method","5":"py:module","6":"py:function","7":"py:attribute"},terms:{"1st":15,"2008_tasmax":
 [0,2],"25x01":6,"2b_ctl_eraint_mm_50km_1989":[0,2],"2nd":15,"abstract":[12,13],"boolean":[10,14],"case":13,"class":[4,6,8,9,10,11,12,13,14,15,16],"default":[1,6,8,9,11,13,14],"export":[0,1],"final":16,"float":[6,8,12,14,15],"function":[1,2,3,5,6,8,9,13,14,16],"import":[1,9,13],"int":[6,10,12,14],"long":16,"new":[3,10,13],"public":14,"return":[1,3,6,8,9,10,12,13,15,16],"short":16,"static":16,"true":[10,12,14,16],"try":[2,3,13],"while":[13,15],abbrevi:8,abl:[4,14,16],about:[6,13],abov:[2,9,13,16],abstraction:7,accept:[2,3],accross:9,accur:13,across:15,act:13,active:9,actual:13,add:[9,11,14],add_contour:14,add_dataset:11,add_loader_opt:9,add_metr:11,add_rms_contour:14,add_sampl:14,add_source_load:9,add_stddev_contour:14,adding:13,addit:[0,2,9,13,14],addition:9,address:16,adjust:[3,5,13,14],adjust_lat:15,adjusted_lon:15,adjusted_valu:15,africa_knmi:[0,2],africa_uc:[0,2],after:0,again:16,against:[11,12,13],aim:13,all:[0,3,6,10,11,12,13,15,16],allow:[3,6,13,15],alon:13,along:[3,12],also:[
 2,4,5,13,14,16],amount:12,analyz:12,ani:[2,3,5,10,11,13,15],annot:0,annotat:3,annual:[15,16],annual_mean:15,anyth:[0,16],apach:0,apcpsfc_110_sfc_acc1h:6,api:0,app:16,append:14,applic:16,approxim:[8,14],arang:[3,13],arcco:14,archive:9,area:[3,13,15],area_weight:15,aren:13,arg:14,argument:9,around:[4,14],arrai:[6,8,10,12,13,14,15],arrang:14,arrow:14,asop2:6,aspect:14,assign:3,assist:13,associ:[12,14],assum:[10,15],assume:16,attempt:[1,13],attent:3,attribut:[3,8],attributeerror:1,author:14,automat:[6,10,14],avail:[6,16],averag:[10,12,15],average_each_year:10,average_over_tim:12,aviso:2,awar:5,axi:[12,14],axisartist:14,ayi:14,backbon:13,backend:16,bar:[14,16],barchart:14,base:[12,13,14,15],basemap:14,basetyp:6,baz:16,becom:[3,13],been:[0,2],befor:[1,3,11,13,16],begin:10,behav:13,below:[0,2,3,5,6,13,16],best:1,between:[12,13,14],bia:[0,4,12,13,16],bias:12,bias_evalu:13,bin:[0,12,13,14,15,16],binari:[11,12,13],binarymetr:[12,13],bins_for_data1:12,bins_for_data2:12,bit:13,blind:1,bool:[6,1
 0,12,14],bootstrap:15,both:[14,16],bottl:16,bound:1,boundari:[8,10,14,15],boundary_check:10,boundary_typ:[8,15],box:[1,3,14],breakdown:13,breviti:13,bring:16,broken:16,built:16,busi:13,calc_area_weighted_spatial_averag:15,calc_bia:12,calc_climatology_monthli:15,calc_climatology_year:15,calc_correl:12,calc_histogram_overlap:12,calc_joint_histogram:12,calc_rms:12,calc_stddev:12,calc_stddev_ratio:12,calc_subregion_area_mean_and_std:15,calc_temporal_mean:15,calc_time_seri:15,calcul:[8,10,12,13,15],calculate_ensemble_temporal_trend:15,calculate_temporal_trend:15,calculate_temporal_trend_of_time_seri:15,calibr:6,call:[3,9,13,16],callabl:9,can:[0,1,2,3,4,6,9,11,13,14,15,16],canada:8,cannot:6,categori:0,caus:[13,15],cbar_label:14,cbar_tick:14,celciu:10,center:[9,14],certain:8,cgd:15,chang:[13,15,16],character:12,check:[1,5,6,10,14,16],checkout:0,choos:13,clabel:14,clean:16,clev:14,climat:[0,6],climatolog:[10,15],climo:15,cmap:14,cnes:2,coards:15,code:13,coeffici:[12,14],collabel:14,color:14
 ,colorbar:14,colormap:14,column:14,com:14,combin:[10,13],come:13,comma:6,command:[0,14,16],common:[2,3,6,7,10],compact:3,compar:[11,12,13,14],complic:13,compon:13,compos:10,compress:10,comput:[2,12],confid:12,config_fil:9,configuration_writ:1,consid:13,constant:14,constructor:[8,11],contain:[1,6,8,9,10,11,14,16],content:7,contigu:14,contour:0,control:14,conveni:[6,9],convert:[6,10,15],convert_times_to_datetim:6,coordin:8,copi:13,copin:14,cordex:[8,15],cordex_boundari:15,core:[12,15],corr1:14,corr2:14,corrcoef:14,corrcoeff:14,correct:8,correl:[12,14],correspond:[8,14],could:[13,15],couldn:15,counti:8,countri:8,cours:13,creat:[0,3,13,16],creation:16,critic:[3,13],cru:9,css:16,current:[2,12],curv:14,curvilinear:8,custom:[4,9],daac:6,dai:[3,8,13,15,16],daili:[10,12,13,16],dap:2,data1:14,data2:14,data:[1,2,3,5],data_array1:12,data_array2:12,data_label:14,data_nam:14,data_sourc:[0,2,13,16],data_source_id:16,databas:[6,9,13,16],datanod:2,dataset1:13,dataset2:13,dataset_arrai:[10,14,15],dat
 aset_id:[2,6,9,16],dataset_info:16,dataset_load:9,dataset_nam:6,dataset_processor:[3,10,13],datasetid:6,datasetload:9,datasetshortnam:16,date:[6,8,15],datetim:[3,6,8,10,13,14,15],decid:13,decod:15,decode_time_valu:15,def:13,defin:[3,4,8,9,16],degre:[13,16],deivat:12,demonstr:16,denot:14,depend:[7,11],depth:0,describ:9,deseasonalize_dataset:10,desir:[6,13,14],detail:[3,5],determin:[6,16],dev:12,develop:3,deviat:[12,14,15],diagram:[12,14],dict:[1,6,8,9,14,16],dictionari:[1,6,9,16],didn:15,diff_plot:14,differ:[2,5,6,12,13,14],dimens:[10,14,15],dimension:[6,8,15],dimx:14,dimy:14,dir_path:16,direct:0,directli:[3,14],directori:[0,6,7,9],directory_help:16,discontin:12,displai:16,distribut:9,divis:15,doc:14,document:[0,5],doe:[1,3,10,13,16],doesn:[11,15],domain:[10,14,15],domain_nam:15,done:13,doubl:1,down:3,download:[0,2,9],draw:14,draw_barchart:14,draw_contour_map:[5,13,14],draw_histogram:14,draw_marker_on_map:14,draw_plot_to_compare_trend:14,draw_portrait_diagram:14,draw_precipitation_jp
 df:14,draw_subregion:14,draw_taylor_diagram:14,draw_time_seri:14,drawn:14,dsp:13,due:15,dure:0,each:[2,3,5,6,9,10,11,13,14,15],earlier:13,earth:9,eas:16,easi:[3,13],easier:13,easiest:16,easili:[0,13],eaton:15,edg:12,edu:15,either:[10,13],element:[5,6,14,15],elev:6,elevation_index:[2,6],els:11,email:13,empti:16,encount:1,end:[2,3,6,8,10,16],end_dat:16,end_tim:[2,6,8,10,13,16],endpoint:7,enough:13,ens_data:14,ensembl:[10,14,15],ensur:[13,16],ensure:15,enter:9,entir:[1,10,14,16],epoch:6,error:[10,12,13,14,15],esg:2,esgf_password:2,esgf_usernam:2,estim:15,etc:13,eval:13,evalu:[0,1,2,3,4,5,11,12,13,14,16],evaluation_cr:3,evalut:13,evalutaion:6,evenli:15,everi:[11,13],exactli:[13,16],exclud:1,exist:16,expect:[1,5,6,15,16],experi:16,explain:5,explan:[0,2,13],explanat:7,explor:13,export_evaluation_to_config:1,exported_ev:1,extend:14,extent:14,extern:13,extract:[1,6,10,15,16],extract_l4_granul:6,extractor:7,extrapol:1,extrem:13,facilit:13,fail:0,failur:16,fairli:[13,16],fals:[6,10,12,14,15,1
 6],far:[3,13],feder:9,feel:13,few:[3,13],field:[6,14],fig:14,figur:14,file1:16,file2:16,file_count:[0,2],file_list:6,file_path:[1,6,16],filelist:6,filenam:[6,14],filename_pattern:6,filesystem:6,filetyp:14,fill:14,fill_us_states_with_color:14,find:[13,14,15],fine:13,finer:14,first:[3,6,9,10,11,12,13,15],flag:[2,3,5,14],floating_ax:14,flux:10,fmt:14,fname:[13,14],folder:13,follow:[0,2,8,9,13,15,16],foo:[2,16],forc:10,forcingawrf:6,form:[8,9,14,15],format:[2,3,5,8,13,14,15,16],found:[1,6,15],frame:14,frameon:14,framework:16,free:13,from:[0,1,2,6,8,9,10,11,12,13,14,15,16],frontend:16,full:[10,15,16],fulli:13,funciton:3,funtion:13,further:[6,13],futur:[2,4,13,16],gener:[0,1,3,6,9,10,13,14],generate_dataset_config:1,generate_dataset_inform:1,generate_evaluation_from_config:3,generate_evaluation_inform:1,generate_metric_inform:1,generate_subregion_inform:1,generic_dataset_nam:6,get_cmap:14,get_parameters_metadata:6,get_temporal_overlap:15,gist:14,github:14,give:[0,13,14],given:[1,9,10,12,1
 5,16],good:13,gov:[2,6],gpm:6,gpm_imerg:6,grab:[13,16],grain:13,granul:6,graph:5,great:13,grid:[3,6,9,10,13,14,15],gridshap:[0,5,14],guarante:8,guess:[1,16],guidelin:8,handi:13,handl:[7,11],have:[0,2,6,9,10,11,13,16],haven:0,hdf:6,height:[6,14],help:[13,16],helper:[7,13,14],here:[3,4,13],hist1:12,hist2:12,histogram:[12,14],hold:[8,13],hopefulli:13,hour:[10,12,15],hourli:12,how:[0,13,16],howev:[2,3,4,13],htm:15,html:14,http:[2,6,14,15],idealli:16,identifi:[6,16],imege:6,implement:13,includ:[0,3,5,6,13],incorpor:9,index:[6,7,15,16],indic:6,indici:10,info:1,inform:[0,1,2,3,5,6,8,9,10,11,14,15,16],inherit:[11,12,13],input:[10,12,13,14],input_file_path:6,insid:10,instal:16,instanc:[11,13,14],instantiat:13,instead:0,instruct:16,integ:10,integer:16,interest:[3,13],intern:13,interpret:3,interv:3,invalid:[9,15],isn:[3,11],iso:[2,3],jan:10,javascript:16,jet:[2,13,16],job:[6,13],joint:12,jpl:[2,6,16],json:[6,16],just:[2,3,16],keep:13,kei:9,kelvin:10,keyerror:9,keyword:9,knmi_dataset:13,know:13
 ,kwarg:14,label:14,label_month:14,labl:14,laboratori:[2,13,16],lat:[0,3,5,6,8,13,14,15,16],lat_max:[8,16],lat_min:[8,16],lat_nam:[6,16],lat_resolut:8,latitud:[6,8,10,14,16],latitude_nam:[6,8],latitudin:8,latslength:8,layer:6,leader:16,learn:0,least:[11,15],leav:[2,13],lee:12,legend:14,length:[10,15],less:8,let:[0,13],level4:6,level:[6,12,14],librari:0,like:13,limit:13,line:14,linear:14,linearsegmentedcolormap:14,link:16,list:[0,1,3,4,6,8,9,11,13,14,15,16],list_available_extract_granule_dataset_id:6,list_latlon:16,list_tim:16,list_var:16,live:13,load:[0,2,3,4,6,8,9,13,16],load_dataset:[2,9],load_dataset_from_multiple_netcdf_fil:6,load_fil:[2,6,13],load_gpm_imerg_fil:6,load_gpm_imerg_files_with_spatial_filt:6,load_multiple_fil:6,load_nldas_forcinga_fil:6,load_wrf_2d_fil:6,load_wrf_2d_files_rain:6,loader:7,loader_func:9,loader_nam:9,loader_opt1:9,loader_opt2:9,loader_opt:9,local:0,local_file_metadata_extractor:16,local_split:9,locat:[2,14,16],location_nam:14,log:14,login:2,lon:[0,3,5,6
 ,8,13,14,15,16],lon_max:[8,16],lon_min:[8,16],lon_nam:[6,16],lon_resolut:8,longitud:[6,8,10,14,16],longitude_nam:[6,8],longitudin:8,longnam:16,lonslength:8,look:[0,2,3,13],lot:13,luckili:13,machin:13,mai:[2,5,6,8,9],mail:13,main:[0,16],mainten:16,make:[0,3,13],makr:14,malform:15,mani:13,manipul:7,manner:2,manual:[8,13],map:3,mark:14,marker:14,mask:[6,8,10],mask_fil:6,mask_missing_data:10,mask_valu:6,mask_vari:[6,10],mask_variable_nam:[6,8],masked:6,maskedarrai:[12,15],match:[15,16],matplotlib:14,max:[8,14],max_lat:[2,6,8,13],max_lon:[2,6,8,13],maximum:[6,8,15,16],mean:[9,10,12,15],measur:16,meridian:14,metadata:[6,7],metricname1:16,metricname2:16,mexico:8,midnight:10,might:13,min:[8,14,15],min_lat:[2,6,8,13],min_lon:[2,6,8,13],minim:16,minimum:[6,8,12,16],minut:15,miss:10,mnmean:2,mod:[6,8,14,15],model:[6,9,10,12,13,14,15,16],model_data:14,modifi:13,modul:[2,4],moment:[4,16],mon:2,month:[10,14,15],month_end:10,month_index:10,month_start:10,monthli:[10,15,16],more:[2,3,5,6,9,10,11,13
 ,16],most:5,mpl_toolkit:14,much:[2,3],multi:14,multidimension:13,multipl:[6,9,11,14],must:[6,8,9,10,11,12,14,16],my_loader_func:9,my_loader_nam:9,my_test_plot:13,name1:14,name2:14,name:[1,2,4,5,6,8,9,10,13,14,15,16],nasa:[2,6,13,16],nbin:14,ndarrai:[8,10,12,14,15],ndfcdf4:6,necessari:[0,1,3,10,13],need:[0,2,3,4,5,6,8,10,13,16],neither:14,netcdf4:15,netcdf:[2,6,8,10,13,15,16],never:13,new_bound:13,new_ev:13,new_lat:13,new_latitud:10,new_lon:13,new_longitud:10,next:11,nlat:14,nldas2:6,nlev:14,nlon:14,node:2,none:[6,8,10,11,12,14],normal:[10,14,15],normalize_dataset_datetim:10,normalize_lat_lon_valu:15,note:[1,5,11,13,16],notic:13,nsubregion:15,nt_averag:10,ntime:15,num_col:14,num_lat:15,num_lon:15,num_metr:11,num_month:15,num_row:14,num_subregion:11,num_target:11,num_target_d:11,num_target_dataset:11,num_year:15,number:[3,10,11,12,13,14,15,16],number_of_sampl:15,numpi:[3,8,10,12,13,14,15],nuwrf:6,nx2:14,nyear:12,obejct:6,objec:13,object:[0,1,3,5,6,8,9,10,11,13,14,15,16],obs4mip:2,obs_
 data:14,obs_dataset:9,obs_loader_config:9,observ:[6,10,14,15],oceanographi:9,ocw:[0,4,5,6,9,10,13,15,16],ocw_config_runn:1,ocw_evaluation_from_config:0,off:15,often:[3,6],onc:2,once:9,one:[8,9],onli:[3,4,11,13,15],only:11,onto:[3,13],open:[0,2],oper:8,option:[0,2,3,5,6,8,9,11],optional:[1,6,11,14,16],optional_arg:[0,2,5],options:16,order:[2,3,6],org:[2,14,15],origin:[6,8,9,10,13,14,15,16],other:[3,10,13,16],otherwis:[11,16],our:13,out:[0,1,2,6,13,15,16],output:[1,5,6,8,10,12,14],output_fil:14,output_nam:[0,5],outsid:[10,13],over:[11,12,13,14],overlap:[10,15],overrid:[12,13],own:[6,9,13],page:[0,2,7,16],pai:3,pair:[11,13],panel:14,parallel:14,param:[6,8,10,12,13,15],paramet:[1,2,3,5,6,8,9,10,11,12,13,14,15,16],parameter_dataset:[2,6],parameter_id:[2,6,9,16],pars:[1,15],parse_base_time_str:15,parse_time_bas:15,parse_time_unit:15,parser:3,part:13,particular:[5,9],pass:[2,3,5,9,13,16],patch:13,path:[0,1,2,6,9,10,16],path_lead:16,pattern:[6,12],patterncorrel:12,pcp:9,pearson:12,perform:1
 3,perhap:13,period:12,persist:6,phase:11,php:6,physic:9,pip:16,place:[13,14],plan:[2,16],pleas:[1,13,16],plot_data:14,plot_level:14,plotter:[5,7,13],png:14,podaac_datasourc:6,point:[6,10,13,14,15],polar:14,portrait:14,posit:14,possibl:[1,11,13,14,16],post:16,posted:16,potenti:[1,10],pre:8,preced:6,precipit:6,precipitationc:6,prefix:16,prepar:0,present:[8,15,16],pretti:[2,3,13],previou:0,previous:13,primari:[0,13,16],print:13,prior:3,process:[7,13,15],processor:7,project:[2,13],prone:13,propag:14,properli:16,propuls:[2,13,16],provid:[0,3,10,11,13,16],ptitl:14,pull:[2,16],purpos:14,pydap:6,pylab_exampl:14,python:[0,3,5,8,14,15,16],pyyaml:[0,3],quadrant:14,queri:6,quit:13,racmo2:[0,2],radiu:14,radmax:14,rainfal:12,rais:[1,6,8,9,10,11,15],rang:[3,5,8,13,15,16],range_max:[0,5],range_min:[0,5],range_step:[0,5],ratio:[12,14],rcme:6,rcmed_help:16,rcmes:[2,9],read:[0,6],readin:6,realli:13,rebin:1,receiv:[8,15],recept:6,recogn:14,rect:14,rectangular:8,ref_dataset:[11,12,13],refer:[0,2,9,11,12
 ,13,14,16],reference_arrai:12,reference_dataset:[12,16],refnam:14,refstd:14,region:[6,8,9,10,13,14,15,16],region_nam:[14,15],regrid:1,regular:11,rel:16,relat:[1,5,16],releas:14,relev:16,remaind:13,repeat:0,replac:13,repres:[9,13],represent:3,request:[6,13,16],requir:[2,3,5,6,8,10,11,16],reset:9,reshap:15,reshape_monthly_to_annu:15,resolut:[8,10,12,16],respect:13,respons:16,result1:13,result2:13,result:[5,11,12,13,14,16],results_indec:[0,5],retain:15,retriev:[6,15,16],revers:14,rg_1989:[0,2],right:14,rms:[12,14],rmserror:12,root:12,row:14,rowlabel:14,rtype:[6,10,13],run_evalu:16,run_webservic:16,runner:0,safe:[2,3,10],safe_subset:10,same:[0,6,10,12,13,16],sampl:[12,14,15],sane:1,satisfi:9,save:1,saw:13,scale:14,scari:13,scenario:1,scientist:13,script:0,search:[2,6,7],second:[12,13,14,15],section:[0,1,2,3,4,5],secur:16,see:[9,13,14],self:[8,13],send:[6,13],seper:6,sequenc:3,seri:[14,15],serv:16,server:16,servererror:6,servic:[6,7],set_cmap:14,set_loader_opt:9,shape:[8,10,11,14,15],sha
 pefile_boundari:15,shift:15,shortli:13,shortnam:[6,16],should:[0,1,2,3,6,9,10,11,14,15,16],shouldn:13,show_colormap:14,shown:[9,16],similar:10,simpl:13,simple_model_to_model_bia:0,simpli:[4,13],sinc:[6,13,15],singl:[6,9,10,11,13,14],size:[0,12],slice:10,slightli:[2,5,13],some:[0,3,6,13],some_dataset:13,someth:[2,3],somevarinthedataset:13,sort:[8,15],sourc:[1,2],space:12,spatial:[0,1],spatial_boundari:[8,13],spatial_rebin_lat_step:16,spatial_rebin_lon_step:16,spatial_regrid:[3,10,13],spatial_regrid_:3,spatial_regrid_lat:[0,3],spatial_regrid_lon:[0,3],spatial_resolut:8,spatialpatterntaylordiagram:12,special:3,specif:[0,2,3,6,9,16],specifi:[0,2,4,5,6,8,9,11,14],speed:13,spell:12,split:[9,13,15],squar:[12,15],sst:2,standard:[2,3,10,12,14,15],start_dat:16,start_tim:[2,6,8,10,13,16],stat:15,state:[8,14],statu:6,std1:14,std2:14,std:[12,14],stddev:14,stddevratio:12,step:[13,16],stick:[2,3],still:[2,3,13],store:[6,13],straightforward:13,string:[1,6,8,9,10,14,15,16],strip:[6,16],structur:0,st
 yle:3,sub:12,submit:6,submodul:16,subplot:14,subregion:[1,10,11,14,15,16],subregion_inform:16,subregion_mask:14,subregion_nam:10,subset_granul:6,substr:15,subtitl:14,subtract:10,succes:16,success:[6,16],suffici:13,suit:13,suppli:[1,4,16],support:[0,2,5,13,15,16],sure:[3,13],surfac:6,symbol:16,system:[9,16],take:[11,13],target1:13,target2:13,target:[0,2,10,11,12,13,14,16],target_arrai:12,target_dataset:[10,11,12,13,16],tasmax:[0,2],taylor:[12,14],taylordiagram:14,tediou:13,tell:16,temperatur:10,temperature_unit_convers:10,tempor:[0,1],temporal_boundari:[8,13],temporal_rebin:[3,10,13],temporal_rebin_with_time_index:10,temporal_resolut:[3,8,10,16],temporal_slic:10,temporal_subset:10,temporal_time_delta:[0,3],temporalcorrel:12,temporalmeanbia:12,temporalstddev:[4,12,13,16],term:14,test:[2,16],text:6,than:8,thei:[11,13,15,16],them:[2,3,11,13],theta:14,thi:[0,1,3,5,6,8,9,10,12,13,14,15,16],thing:[13,16],third:14,three:8,threshold:12,through:[2,11],throughout:13,tick:14,time:[2,3,6,8,10,12
 ,13,14,15,16],time_format:15,time_nam:[6,16],time_var_nam:15,timedelta:[3,8,13,16],timeseries_arrai:15,timeslength:8,timestep:10,titl:14,tmp:[0,2,6,13],togeth:16,toggl:14,token:6,too:13,tool:[0,13],toolkit:[0,13,16],top:16,total_mean:15,totallynotmypassword:2,totallynotmyusernam:2,trend:[13,14,15],tri:0,trmm_v7_3b43_1980:9,trust:1,tstd:13,tupl:[0,3,5,8,14,15],two:[3,6,8,11,12,13,14,15],txt:16,type:[0,1,3,5,6,8,9,10,11,12,13,15],ucar:15,unari:[11,12,13],unary_metr:11,unary_result1:13,unary_result2:13,unary_result3:13,unary_result:[11,13],unarymetr:12,understand:[13,16],unexpect:13,uniform:13,uniqu:8,unit:[6,8,10,15,16],unite:8,unrecogn:8,updat:10,upon:[11,16],upper:14,url:[2,6,9,13],us_stat:8,use:6,useless:13,user:[4,6,8,9,11,13,16],user_mask_fil:[6,8],user_mask_valu:[6,10],using:3,usr:16,usual:13,util:7,valid:[1,3,8,11,13],valu:[1,2,3,5,6,8,10,13,14,15,16],valueerror:[6,8,10,11,15],var_nam:16,variabl:[0,2,6,8,9,10,12,15,16],variable_nam:6,variable_unit:6,variable_unit_convers:10,var
 ieti:9,variou:[0,13,16],veri:[2,3,13],version:14,visit:0,wai:[3,13,16],want:[0,1,4,5,6,13],water:10,water_flux_unit_convers:10,web:7,webservic:7,websit:2,weight:15,well:[0,3,4,8,11,15,16],were:13,wet:12,wet_spell_analysi:12,what:[0,1,5,13],when:[6,11,12,13,14,15,16],where:[0,1,2,3,6,8,10,11,13,14,16],whether:14,which:[0,1,6,9,10,11,12,13,15,16],who:9,whose:15,width:14,wiki:13,wish:[9,16],within:[10,13,15,16],without:[8,10,14],won:13,work:[4,16],work_dir:16,workbench:0,would:[13,16],wouldn:13,wrf311_ctl_eraint_mm_50km:[0,2],wrf:6,wrf_bias_compared_to_knmi:[0,5],write_netcdf:10,writer:0,written:[0,16],www:15,x_name:14,x_tick:14,xlabel:14,y_name:14,y_tick:14,yaml:[0,1,9],yannick:14,ycopin:14,year:[10,15],yearli:[13,16],ylabel:14,you:[0,1,2,3,4,5,6,11,13,14,15,16],your:[0,2,3,4,13],yscale:14,yvalu:14,zosstderr:2},titles:["Configuration File Overview","Configuration File Writer API","Dataset Information","Evaluation Settings","Metrics Information","Plots Settings","Data Sources","Welcome
  to Apache Open Climate Workbench&#8217;s documentation!","Dataset Module","Dataset Loader Module","Dataset Processor Module","Evaluation Module","Metrics Module","Overview","Plotter Module","Utils Module","Evaluation UI Webservices"],titleterms:{abstraction:13,apach:7,api:1,bound:[3,8],climat:7,common:13,config:0,configur:[0,1,16],contour:5,dap:6,data:[6,13],dataset:[0,2,8,9,10,13],depend:16,directori:16,document:7,endpoint:16,esgf:[2,6],evaluat:[0,3,11,13,16],exampl:0,explanat:16,extractor:16,file:[0,1,16],get:0,handl:13,helper:16,indice:7,informat:[0,2,4],loader:9,local:[2,6,16],manipul:13,map:5,metadata:16,metric:[0,4,12,13],modul:[6,8,9,10,11,12,14,15],open:7,opendap:2,overview:[0,13],plot:[0,5,13],plotter:14,podaac:6,process:16,processor:10,rcmed:[2,6,16],rebin:3,regrid:3,run:0,servic:16,set:[0,3,5],sourc:[6,13],spatial:3,start:0,subset:3,tabl:7,tempor:3,util:15,web:16,webservic:16,welcom:7,workbench:7,write:0,writer:1}})
\ No newline at end of file