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.
[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.
- Loading branch information
Jessica Needham
committed
Dec 17, 2019
1 parent
5e81d7c
commit ed84697
Showing
21 changed files
with
161 additions
and
8,506 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
Oops, something went wrong.