Skip to content

Commit

Permalink
Added new estimate from GR website fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-dsider committed Jun 26, 2024
1 parent 551707f commit 72013e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geophires_x/Outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ def PrintOutputs(self, model: Model):
if model.surfaceplant.enduse_option.value in [EndUseOptions.ELECTRICITY]:
f.write(f' Estimates from https://geothermal.org/resources/geothermal-basics:' + NL)
f.write(f' Estimated Jobs Created: {model.economics.jobs_created.value}' + NL)
f.write(f' Estimated Proporty tax that will be paid: {model.economics.property_tax_created.value:10.2f }' + model.economics.property_tax_created.PreferredUnits.value + NL)
f.write(f' Estimated Property tax that will be paid: {model.economics.property_tax_created.value:10.2f }' + model.economics.property_tax_created.PreferredUnits.value + NL)
f.write(f' Estimated total royalties that will be paid: {model.economics.total_royalties_created.value:10.2f }' + model.economics.total_royalties_created.PreferredUnits.value + NL)
f.write(f' Estimated government royalties to be paid: {model.economics.gov_royalties_created.value:10.2f }' + model.economics.gov_royalties_created.PreferredUnits.value+ NL)

Expand Down

0 comments on commit 72013e4

Please sign in to comment.