-
Notifications
You must be signed in to change notification settings - Fork 92
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
Adding the van Genuchten formula for plant P-V and P-K curves #737
Conversation
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.
@JunyanDing , it seem that you set the default as the van_genuchten for vegetation P-V/P-K curves. Can we set this as a switch to turn it on or off? It is also not clear to me why you turned off the linear interpolation. I would also suggest that @rgknox review the code as well.
@@ -1651,7 +1663,13 @@ subroutine ConstrainRecruitNumber(csite,ccohort, bc_in) | |||
nmin = min(n, nmin) | |||
endif | |||
end do | |||
ccohort%n = min (ccohort%n, nmin) | |||
! Junyan added the constrian of temperature on recuitment number |
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.
This is fine and make sense
Made changes according to Chonggang's comments
Make linear interperation as an option for VG water retention function
conflict resolution with master
tests normal: /glade/scratch/rgknox/tests_1117-133121ch |
Description:
see attached file
ForFATES_Hydro_VG.pptx
issue number: #726
Fixes: #812
Collaborators:
Ryan Knox, Chonggang Xu, Charlie Koven
Expectation of Answer Changes:
Checklist:
Test Results:
CTSM (or) E3SM (specify which) test hash-tag:
CTSM (or) E3SM (specify which) baseline hash-tag:
FATES baseline hash-tag:
Test Output: