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

debugged. variable name (soil_moisture_deficit) was wrong #55

Merged
merged 1 commit into from
Mar 21, 2022
Merged

debugged. variable name (soil_moisture_deficit) was wrong #55

merged 1 commit into from
Mar 21, 2022

Conversation

RY4GIT
Copy link
Contributor

@RY4GIT RY4GIT commented Mar 20, 2022

Changes

Changed the variable name 'soil_moisture_deficit' to 'soil_moisture_deficit_m'.

I guess it was left unfound because the condition "cfe_state.previous_flux_perc_m > cfe_state.soil_reservoir_storage_deficit_m" was rarely reached. The program stopped with an error that it cannot find 'soil_moisture_deficit'. Tested with 'soil_moisture_deficit_m' and working okay.

@SnowHydrology
Copy link
Contributor

Closes #53

Copy link
Contributor

@madMatchstick madMatchstick left a comment

Choose a reason for hiding this comment

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

Good catch @RY4GIT and thank you again for your engagement and help with updates/bug-fixes.

Moreso, note that we are in the process of moving the Python version of CFE to it's own development branch, here. The C-version in master branch will likely function as the primary submodule for the NextGen framework, at least for now.

Please continue to reach out with comments/concerns regarding model code.
-Cheers!

@madMatchstick madMatchstick merged commit 39c18a1 into NOAA-OWP:master Mar 21, 2022
@RY4GIT
Copy link
Contributor Author

RY4GIT commented Mar 21, 2022

Thank you very much @madMatchstick and @SnowHydrology for involving my comments.
The next time, I will pull-request to the bmi_python branch! I will check out the NextGen framework in C, too!!

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.

3 participants