-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bbye/lnd/cropmodel-bugfixes' into next (PR #966)
Fixes bugs introduced into crop model Contains: * Harvest of phosphorus * Add grain phosphorus to allometry * Remove retranslocation during harvest * Fixes allocation when peak lai is reached * Remove unnecessary print statements This commit fixes various bugs that are in the crop model from the phosphorus code, dynamic nutrients, and some misc others. First, harvest of the phosphorus is added including a 1-yr product pool. Also, the grain phosphorus demand is included in the calculation of phosphorus allometry. Retranslocation terms are removed from the offset litterfall since crops are annual and completely harvested. Finally, the allocation when crops reach peak lai is modified to prevent unrealistic biomass partitioning in roots and stems. [Non-BFB] - Non Bit-For-Bit Conflicts: cime/scripts-acme/update_acme_tests.py components/clm/bld/namelist_files/namelist_defaults_clm4_5.xml components/clm/src/biogeochem/CNPhenologyMod.F90
- Loading branch information
Showing
9 changed files
with
149 additions
and
107 deletions.
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
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
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
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.