[
https://issues.apache.org/jira/browse/CLIMATE-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505985#comment-14505985
]
ASF GitHub Bot commented on CLIMATE-623:
----------------------------------------
GitHub user kwhitehall opened a pull request:
https://github.com/apache/climate/pull/192
CLIMATE-623 - Allow propogation of 2D arrays
- update subset function in DSP to subset 2D (lat,lon) arrays
- update Dataset class to allow 2D (lat,lon) arrays
- update associated test in test_dataset.py to allow 2D arrays
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kwhitehall/climate CLIMATE-623
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/192.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 #192
----
commit 126631dbe078e372ee36a41695152af28a2f99e0
Author: Kim Whitehall <[email protected]>
Date: 2015-04-21T23:07:39Z
CLIMATE-623 - Allow propogation of 2D arrays
- update subset function in DSP to subset 2D (lat,lon) arrays
- update Dataset class to allow 2D (lat,lon) arrays
- update associated test in test_dataset.py to allow 2D arrays
----
> Allow propogation of 2D arrays
> ------------------------------
>
> Key: CLIMATE-623
> URL: https://issues.apache.org/jira/browse/CLIMATE-623
> Project: Apache Open Climate Workbench
> Issue Type: Improvement
> Reporter: Kim Whitehall
> Assignee: Kim Whitehall
>
> Some calculations return 2D arrays which are then needed for metric
> calculations and plots. As such, these should be allowed to propagate.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)