[ https://issues.apache.org/jira/browse/CLIMATE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15668839#comment-15668839 ]
ASF GitHub Bot commented on CLIMATE-847: ---------------------------------------- GitHub user agoodm opened a pull request: https://github.com/apache/climate/pull/422 [WIP][CLIMATE-847] Support multiple observation / reference datasets in run_RCMES.py This PR will generalize RCMES to handle all datasets in the same way. Now rather than making any distinction from observation and model in the code, all datasets are loaded at once with the first dataset listed being designated as the reference for binary metrics. Theoretically, this capability was already possible but these changes should make it feel a bit more streamlined. ## Todos - [ ] Update configuration files in examples - [ ] Test an example configuration file with only observation / reanalysis datasets. You can merge this pull request into a Git repository by running: $ git pull https://github.com/agoodm/climate CLIMATE-847 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/422.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #422 ---- commit 5971be65e956788dec3d65af98d6bac518df3fa6 Author: Alex Goodman <ago...@users.noreply.github.com> Date: 2016-11-16T00:14:06Z Update run_RCMES.py to treat obs and model datasets the same ---- > Support multiple observation / reference datasets in run_RCMES.py > ----------------------------------------------------------------- > > Key: CLIMATE-847 > URL: https://issues.apache.org/jira/browse/CLIMATE-847 > Project: Apache Open Climate Workbench > Issue Type: Improvement > Components: config > Affects Versions: 1.1.0 > Reporter: Alex Goodman > Assignee: Alex Goodman > Fix For: 1.3.0 > > > The new {{DatasetLoader}} class was incorporated into {{run_RCMES.py}} via > CLIMATE-838. The next step is to actually support processing multiple > observation / reference datasets in this script. -- This message was sent by Atlassian JIRA (v6.3.4#6332)