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

caught major issue in the wrf height interpolation - it was assuming … #29

Merged
merged 3 commits into from
Apr 25, 2022

Conversation

bnb32
Copy link
Collaborator

@bnb32 bnb32 commented Apr 22, 2022

…input arrays with a single timestep and returning only a single time step. fixed this. also added compute method for inverse MO for wrf (RMOL is not available in the testing data but will be in the production runs). Added "alternative_inputs" method to the BVFreqMonNC class to derive RMOL from available inputs if RMOL isnt found in raw data.

…input arrays with a single timestep and returning only a single time step. fixed this. also added compute method for inverse MO for wrf (RMOL is not available in the testing data but will be in the production runs). Added "alternative_inputs" method to the BVFreqMonNC class to derive RMOL from available inputs if RMOL isnt found in raw data.
Copy link
Member

@grantbuster grantbuster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a unit test for this major error? Make sure the interp method works how you think it does?

@bnb32
Copy link
Collaborator Author

bnb32 commented Apr 22, 2022

Can you add a unit test for this major error? Make sure the interp method works how you think it does?

Yeah definitely

@bnb32
Copy link
Collaborator Author

bnb32 commented Apr 25, 2022

added test for height interpolation as per change request.

@bnb32 bnb32 merged commit 0cca092 into main Apr 25, 2022
@bnb32 bnb32 deleted the bnb/wrf_additions branch April 25, 2022 19:25
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