PardeeCenterDU / IFs-Issues-Tracking

This repository only holds the list of bugs that have been reported for IFs. Anyone may add a bug report, but please look to see if your issue has already been added!
2 stars 0 forks source link

SSP5 doesn't run past 2150 because of population issues #283

Closed jonathandmoyer closed 3 months ago

jonathandmoyer commented 3 months ago

SSP5 - Copy.sce.txt

caleb-petry commented 3 months ago

@jonathandmoyer, could you confirm whether or not (1) the version is 8.18 and (2) whether or not it has the extended migration series?

Will add more later, but...

PardeeCenterIFs commented 3 months ago

This issue has been fixed aftere implementing 3 changes:

  1. Adding a tighter limit to the number of deaths per 5-year age category, The limit use to be the entire population, so that it wouldn't go negative, but now we force it to leave at least 100 people in each 5-year category.
  2. Adding a limit to the number of outward migration, so that it wouldn't wipe out the entire population of a given age, the limit is now 100.
  3. Recomputing Infrastructure Public Budge after adjusment, because it was producing ratios over 1, and potentially growing ratios that became infinity, or NaN.

These fixes will be included in version 8.20.