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

Point-level output .csv files #19

Closed
melanniehartman opened this issue Jun 4, 2018 · 1 comment
Closed

Point-level output .csv files #19

melanniehartman opened this issue Jun 4, 2018 · 1 comment
Assignees

Comments

@melanniehartman
Copy link
Collaborator

On 5/14/2018 Gordon Bonan discovered an error in the xcoldleaf calculation is subroutine casa_xrateplant. The calculation was missing a set of parentheses:

    !xcoldleaf(npt) = (casamet%tairk(npt)-phen%TKshed(veg%iveg(npt))-5.0)/5.0
    xcoldleaf(npt) = (casamet%tairk(npt)-(phen%TKshed(veg%iveg(npt))-5.0))/5.0
@melanniehartman
Copy link
Collaborator Author

melanniehartman commented Jun 4, 2018

Updated point-level output subroutines to allow for both daily and once-a-year output

melanniehartman added a commit to melanniehartman/biogeochem_testbed_1.1 that referenced this issue Jun 4, 2018
@wwieder wwieder closed this as completed Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants