-
Notifications
You must be signed in to change notification settings - Fork 6
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
Insert new equations #128
Insert new equations #128
Conversation
@@ -591,7 +604,110 @@ end | |||
sustain output, and industrial output per capita IOPC continues to grow | |||
indefinitely. | |||
""" | |||
fig_23(; kwargs...) = @info "This figure is not implemented yet." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked: output corresponds with the book ✔️
@test isa(World3.fig_23(), PlotlyJS.SyncPlot) | ||
@test isa(World3.fig_24(), PlotlyJS.SyncPlot) | ||
@test isa(World3.fig_26(), PlotlyJS.SyncPlot) | ||
@test isa(World3.fig_27(), PlotlyJS.SyncPlot) | ||
@test isa(World3.fig_30(), PlotlyJS.SyncPlot) | ||
@test isa(World3.fig_32(), PlotlyJS.SyncPlot) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️ the type of all modified figures is tested.
@@ -606,7 +722,43 @@ fig_23(; kwargs...) = @info "This figure is not implemented yet." | |||
improvements rise continuously at 4 percent per year. Growth is maintained through the year 2100 because of the absence of significant delays | |||
and costs in the development of new technologies. | |||
""" | |||
fig_24(; kwargs...) = @info "This figure is not implemented yet." | |||
function fig_24(; kwargs...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generated plot corresponds with the book ✔️
@@ -618,7 +770,76 @@ fig_24(; kwargs...) = @info "This figure is not implemented yet." | |||
unable to avoid the effects of the constraints to growth because industrial | |||
output per capita IOPC and population POP grow faster than the maximum rate of technological change. In this run, resource depletion again halts growth in population and industrial output. | |||
""" | |||
fig_26(; kwargs...) = @info "This figure is not implemented yet." | |||
function fig_26(; kwargs...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generated plot corresponds with the book ✔️
@@ -826,4 +1352,72 @@ fig_39(; kwargs...) = @info "This figure is not implemented yet." | |||
World3; therefore, the policies that led to equilibrium 25 years earlier are | |||
no longer effective. | |||
""" | |||
fig_41(; kwargs...) = @info "This figure is not implemented yet." | |||
function fig_41(; kwargs...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generated plot corresponds with the book ✔️
@@ -815,7 +1286,62 @@ end | |||
with social policies that stabilize population POP and industrial output | |||
per capita IOPC. The technological advances in recycling, pollution control , and land yields are assumed to be effective only after a delay and to require capital for their development and implementation. As in the adaptive technological runs described in section 7.5, additional technologies are assumed to be implemented in 1975. These policies lower resource costs, decrease the effects of air pollution, and reduce land erosion. The resulting model behavior reaches equilibrium because the stable population and capital reduce the need for new technologies. Thus the newly implemented technologies are less costly, and the delays in their development and implementation are less critical to their effectiveness. | |||
""" | |||
fig_39(; kwargs...) = @info "This figure is not implemented yet." | |||
function fig_39(; kwargs...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generated plot does NOT correspond with the book, but see #67
@@ -663,7 +1085,57 @@ fig_30(; kwargs...) = @info "This figure is not implemented yet." | |||
in the short run but counterproductive in the long run: the failure to implement the new technologies causes a significant depletion of resources | |||
and growth is ultimately terminated. | |||
""" | |||
fig_32(; kwargs...) = @info "This figure is not implemented yet." | |||
function fig_32(; kwargs...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generated plot corresponds with the book ✔️
@@ -646,7 +1004,71 @@ fig_27(; kwargs...) = @info "This figure is not implemented yet." | |||
output per capita IOPC to decline. The added costs incurred by the continued implementation of new technologies even after IOPC has peaked | |||
force IOPC to fall more precipitously than in Run 7-21. | |||
""" | |||
fig_30(; kwargs...) = @info "This figure is not implemented yet." | |||
function fig_30(; kwargs...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides some bumps related to #79, the generated plot corresponds with the book ✔️
@@ -632,7 +853,144 @@ fig_26(; kwargs...) = @info "This figure is not implemented yet." | |||
growth possible. The rising costs of the new technologies cause industrial | |||
output per capita IOPC to decline after the year 2010. | |||
""" | |||
fig_27(; kwargs...) = @info "This figure is not implemented yet." | |||
function fig_27(; kwargs...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generated plot corresponds with the book ✔️
Fixes #73