Skip to content
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

Bugfixes for crop model #966

Merged
merged 2 commits into from
Aug 10, 2016
Merged

Bugfixes for crop model #966

merged 2 commits into from
Aug 10, 2016

Commits on Aug 5, 2016

  1. Bugfixes for crop model

    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
            * Updates ALM parameter file for the crop model
    
    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
    
    See confluence for a more detailed description about these tags.
    bbye committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    20133c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Adds a regression test for crop model

    Gautam Bisht committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    2063686 View commit details
    Browse the repository at this point in the history