-
Notifications
You must be signed in to change notification settings - Fork 400
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
fix evap units and sign #726
fix evap units and sign #726
Conversation
dgergel
commented
Aug 7, 2017
•
edited
Loading
edited
- closes fix units and sign for evap passed to coupler CESM driver #727
- tests passed
- new tests added
- science test figures
- ran uncrustify prior to final commit
- ReleaseNotes entry
Which #xxx is this closing (the point is to indicate which issue this PR is related to)? |
vic/drivers/cesm/src/cesm_put_data.c
Outdated
@@ -159,9 +159,8 @@ vic_cesm_put_data() | |||
|
|||
// evaporation, VIC: mm, CESM: kg m-2 s-1 | |||
// TO-DO should we incorporate bare soil evap? |
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.
Is this TODO still relevant? My assumption is that WRF wants total evap, so if soil evap is already included in OUT_EVAP
then we should be OK. If not, then we should add it.
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.
It's not still relevant. Since we're using evap
from OUT_DATA
here, it's already incorporating soil evap.
@bartnijssen I hadn't opened an issue. Will do that so that we can close it with this PR. |
…IC into feature/fix_evap_passed_to_wrf