-
Notifications
You must be signed in to change notification settings - Fork 63
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
Update hymod to include an ET function that uses pdm03 from Fred. #39
Conversation
…me delay); Update header file names in src files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to merge and open a couple issues to fix up
@@ -91,8 +91,19 @@ class hymod_kernel | |||
return 0.0; | |||
} | |||
|
|||
//! stub function to simulate losses due to evapotransportation | |||
static double calc_et2(double soil_m, void* et_params) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should rename this function to calc_et_
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe calc_et_pdm03?
@@ -14,6 +14,7 @@ extern "C" | |||
double Cpar; | |||
double B; | |||
double XHuz; | |||
double Huz; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We really need to fix up all these variable names. Will open an issue to do so.
*/ | ||
|
||
|
||
inline double greg_2_jul(long year, long mon, long day, long h, long mi, double se) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we keep these around long enough, a date/time utility header might be a good idea.
@donaldwj There are some conflicts with master, can you rebase and update your branch? |
Can you give the syntax for the rebase. I normally use just use pull upstream to resolve upstream conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nels I tried using githubs online conflict resolve tool. It seems to have worked so this can probably be applied.
[Short description explaining the high-level reason for the pull request]
Additions
Removals
Changes
Testing
Screenshots
Notes
Todos
Checklist
Testing checklist (automated report can be put here)
Target Environment support