You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "Cameron Goodale (JIRA)" <ji...@apache.org> on 2013/07/08 22:13:50 UTC

[jira] [Created] (CLIMATE-179) Add support for Observation/Reference option when doing Spatial Regridding

Cameron Goodale created CLIMATE-179:
---------------------------------------

             Summary: Add support for Observation/Reference option when doing Spatial Regridding
                 Key: CLIMATE-179
                 URL: https://issues.apache.org/jira/browse/CLIMATE-179
             Project: Apache Open Climate Workbench
          Issue Type: Bug
          Components: rcmet
    Affects Versions: 0.1-incubating
         Environment: *nix
            Reporter: Cameron Goodale
            Assignee: Chris A. Mattmann
             Fix For: 0.2-incubating


When testing out the command line interface (cli) I found that we allow users to select one of the following options:

Please select one of the following Spatial Grid Options:

[0] - obs
[1] - model
[2] - user

If you select option 0 - obs, then you are greeted with the following error message and then sys.exit()

start & end time =  1989-01-01 00:00:00 1991-12-01 00:00:00
start & end eval period =  198901 199112
regridOption in prep_data=  obs
INVALID REGRID OPTION USED

As an intermediate solution I will update the spatial regridding options to read this instead, and guard against bad user input (similar to CLIMATE-177)

Please select one of the following Spatial Grid Options:

[0] - TODO:  obs
[1] - model
[2] - user

In the end this options should be fully supported moving forward, but isn't a blocker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira