-
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
Clean up esoil #766
Clean up esoil #766
Conversation
…ell_data and energy_bal structs (removed loop over bands).
…e consistent with vic_init.c
…located using these terms with dynamically allocated arrays.
…R. Updated netcdf names of forcing variables from fcan and alb to fcanopy and albedo.
…n snow band areas sum to 0.
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.
Just took a quick look. This looks like a nice set of cleanups. I'm hoping @yixinmao can give this a thorough review.
@@ -55,7 +55,7 @@ initialize_parameters() | |||
param.EMISS_H2O = 0.98; | |||
|
|||
// Soil Constraints | |||
param.SOIL_RARC = 100.0; |
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.
can you explain this change?
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've done some more comprehensive evaluations of VIC at the Ameriflux towers and found that 250 s/m is actually a more optimal value than 100.
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.
That's fine but this change should probably go in a separate PR.
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.
OK, I've broken out the SOIL_RARC
change into a separate issue (#767) and will back out that change from this PR. I'll make a new PR for the SOIL_RARC
change.
… into feature/clean_up_vic_run
Okay, I'm going to merge this. I'll do a final uncrustify before 5.1. |
Description (pasted from issue #765):
Note: this PR includes the changes from PR #723. So the diff shows both what's in #723 and what's new to this PR. Probably ought to wait until #723 is resolved before reviewing this one.