-
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
New allometric modes #1128
Merged
Merged
New allometric modes #1128
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
416f70f
Add new allometric modes for multiple quantities, plus a few minor im…
mpaiao d29e182
Fix swapped arguments for leaf biomass allometry.
mpaiao 8531dda
merge resolution between allometry modes and two-stream
rgknox 118b411
enabling cstarvation mode switch in-code
rgknox f450fb7
updating parameters for cstarvation and allometry crown depth modes i…
rgknox 92d0dff
Merge pull request #9 from rgknox/mpaiao-pr-allom-modes-cstarve-merge
mpaiao c644186
Fix crown depth allometry for two stream.
mpaiao e35f44c
Add in parameter file checks and metadata that ECA phosphatase lambda…
rgknox 37db010
Merge pull request #10 from rgknox/mpaiao-pr-allom-modes-eca
mpaiao e1e9b07
merging in vert resp scaler coeffs
JessicaNeedham dc1d029
added leaf vertical scaling parameter coefficients in read-in and xml
rgknox 7ab9bcc
updating api update xml files
rgknox e218fb3
updated parameter xml names
rgknox 4942a17
Applied batch patch script to api34 update
rgknox 48f0a81
adding daylight factor
rgknox 7444f26
bug fix on parameter printing
rgknox 1aef70f
merge resolution between allom mode updates and api34
rgknox 97dc27a
added carbon starvation mode
rgknox 6573572
Merge pull request #11 from rgknox/mpaiao-pr-allom-modes-moreparams
mpaiao 90350db
Merge tag 'sci.1.72.6_api.34.0.0' into mpaiao-pr-allom-modes
glemieux 0827f05
Merge tag 'sci.1.72.7_api.34.0.0' into mpaiao-pr-allom-modes
glemieux File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
nice update here @mpaiao
This will have a conflict with the new two-stream PR. I created a new subroutine that calculates the leaf area of crown layers, and it will need to leverage your fixes, see: https://github.com/NGEET/fates/pull/1141/files#diff-4fd8508e4a25680b45ecbfec6b6d80980a5b1e358af731203ee9d29266be46dbR2655
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.
Thanks for spotting this, @rgknox. Once the two-stream PR is integrated, I can update this part. I will leave this conversation open so we don't forget.
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.
@rgknox Should I go ahead and edit subroutine
VegAreaLayer
now that two-stream has been merged?