[ 
https://issues.apache.org/jira/browse/CLIMATE-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14517902#comment-14517902
 ] 

ASF GitHub Bot commented on CLIMATE-633:
----------------------------------------

GitHub user huikyole opened a pull request:

    https://github.com/apache/climate/pull/195

    A loader to handle Weather Research and Forecasting model's two-dimensional 
output file

    Please refer to https://issues.apache.org/jira/browse/CLIMATE-633.
    1. There is a special time parser for WRF data.
    2. This loader handles multiple files whose names have common patterns.
    3. Now latitudes and longitudes do not have to be one dimensional arrays 
with monotonic increase. This update allows OCW to handle data on a curvilinear 
grid. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/huikyole/climate WRF_loader

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/climate/pull/195.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 #195
    
----
commit ee3854e4a0253de7fae707f705b1457f8b6cb82f
Author: Huikyo Lee <hle...@dali14.prv.cube>
Date:   2015-04-28T19:39:46Z

    Initial commit

----


> Adding a loader to handle WRF output stored on a local disk
> -----------------------------------------------------------
>
>                 Key: CLIMATE-633
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-633
>             Project: Apache Open Climate Workbench
>          Issue Type: Improvement
>          Components: data sources
>    Affects Versions: 1.0.0
>            Reporter: Huikyo Lee
>            Assignee: Huikyo Lee
>            Priority: Trivial
>             Fix For: 1.0.0
>
>
> In order to handle multiple output files of 2-dimensional fields from Weather 
> Research and Forecasting (WRF) model, a new loader called load_WRF_2d_files 
> is proposed. This WRF loader includes a time parser only applicable to WRF 
> output files. Original WRF output files use curvilinear grid points whose 
> latitudes and longitudes are two dimensional arrays and their values do not 
> increase or decrease monotonically. So there are some updates in the OCW 
> dataset validation process. The loader has been tested using hourly WRF 
> output on NCCS's linux-based supercomputers.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to