forked from NGEET/fates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 194f073 Author: Jessica Needham <[email protected]> Date: Tue Dec 17 14:47:53 2019 -0800 [ Fix bug in error message] [Error message if user tries to have age dependent mortality and inventory init on. ] Fixes: [NGT-ED Github issue #] User interface changes?: [ No] Code review: [Names] Test suite: [suite name, machine, compilers] Test baseline: Test namelist changes: Test answer changes: [bit for bit, roundoff, climate changing] Test summary:No testing commit 34019b7 Author: Jessica Needham <[email protected]> Date: Tue Dec 17 12:09:06 2019 -0800 [ Update FatesPFTIndexswapper to be compatible with python3] [Change iteritems to items ] Fixes: [NGT-ED Github issue #] User interface changes?: [Yes (describe what changes), No] Code review: [Names] Test suite: [suite name, machine, compilers] Test baseline: Test namelist changes: Test answer changes: [bit for bit, roundoff, climate changing] Test summary:Doesn't change fates. No testing. commit ed84697 Author: Jessica Needham <[email protected]> Date: Tue Dec 17 11:44:47 2019 -0800 [Size- and age-dependent mortality functionality ] [These changes introduce two new mortality terms: M9 - size dependent and M10 age dependent mortality. They are logistic functions that gradually increase the rate of mortality with size or age. Each is controlled by two parameters a rate and an inflection point. To turn off size dependent mortality the inflection point can be set to a very large number (>10000). To turn off age mortality set the fates_cohort_age_fusion_tol parameter to 0. Cohort age will simply stay at 0. Otherwise, cohort age is tracked. Cohorts cannot be fused if they are too different in age. ] Fixes: [NGT-ED Github issue #] User interface changes?: [Yes - five new parameters. User has to specify age and size mortality as either on or off by setting fates_mort_ip_size_senescence and fates_cohort_age_fusion_tol. If they decide to have size or age on, then sensible parameter values need to be selected for inflection point and rate.] Code review: [Names] Test suite: [suite name, machine, compilers] Test baseline: Test namelist changes: Test answer changes: [bit for bit, roundoff, climate changing] Test summary: No testing yet. Conflicts: main/EDParamsMod.F90 parameter_files/fates_params_default.cdl
- Loading branch information
Jessica Needham
authored and
Jessica Needham
committed
Jan 9, 2020
1 parent
73e6330
commit 0bbb2c7
Showing
23 changed files
with
776 additions
and
123 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.