-
Notifications
You must be signed in to change notification settings - Fork 371
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
FATES Land use V2 API update #6353
FATES Land use V2 API update #6353
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.
Like I said, all very minor! But I wanted to log them before I forget them.
To do:
|
Cleaned up the code per @samsrabin review via 8cc7ddc. Still need to check a couple of items. |
Needs a review approval |
Waiting on some FATES-side changes and PR #6419 |
Adds luh2 harvest data read to fates landuse module This will enables the use of the raw LUH2 harvest data when running with fates in land use mode + wood harvest mode
0568f12
to
8771e50
Compare
update: still waiting on some FATES-side changes |
Checking the FATES land use x pft data is handled on the FATES side
This corrects a misnamed harvest option
This also adds a new fates_landuse test list that is inherited by the fates test list
@ckoven @samsrabin Now that this PR is finalized, it needs final review/approval |
Status update: Running |
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 @glemieux! This looks good to me.
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.
Looks great!
@peterdschwartz regression testing using Results: |
This pull request adds the capability to read a landuse x pft mapping file to then be passed to fates. It also refactors the use_fates_logging namelist option from a switch to a mode select. This update allows the user to select a harvest mode that provides the mass or area-based land use harvest rates from the LUH2 landuse timeseries dataset. The fates pull request associated with this update is NGEET/fates#1116 [non-BFB] for FATES
merged to next. from the
|
Merged to master. Some machines had issues so there will be a few DIFFs to bless tomorrow |
This pull request adds the capability to read a landuse x pft mapping file to then be passed to fates.
It also refactors the
use_fates_logging
namelist option from a switch to a mode select.This update allows the user to select a harvest mode that provides the mass or area-based land use harvest rates from the LUH2 landuse timeseries dataset.
The fates pull request associated with this update is NGEET/fates#1116
[non-BFB] for FATES