Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass through predictor data #27

Merged
merged 4 commits into from
Dec 4, 2016
Merged

Pass through predictor data #27

merged 4 commits into from
Dec 4, 2016

Conversation

gutmann
Copy link
Member

@gutmann gutmann commented Dec 2, 2016

Added an option to pass a predictor data through as the output variable.

There was an issue related to normalizing the predictor data based on the training data

Most steps in that normalization step use pre-calculated values, so it wasn’t a problem
but there is a last step where the minimum value in the dataset is subtracted
(to get rid of negative values in case one wanted to take a sqrt)
That step uses the minimum value of the normalization data.

Now a minval field is added to the variable datatype, allocated and initialized
in the IO code, and updated in the normalization code after removing mean and stddev
but before removing the minval itself.
Both training and predictor data now have the option to be normalized or not.
Permits the user to select a predictor variable to simply pass through as the output

Also added the option to the included namelist. Probably need to update the documentation though.
also modified docs for new normalization options
@jhamman jhamman merged commit bc9fdc0 into NCAR:develop Dec 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants