hdrake / OptimizeClimate

MOVED TO http://github.com/ClimateMARGO/ClimateMARGO.jl
http://github.com/ClimateMARGO/ClimateMARGO.jl
1 stars 0 forks source link

Alternative objective functions to optimize #14

Closed hdrake closed 4 years ago

hdrake commented 4 years ago

One could imagine a number of different choices for the optimization scheme:

ron-rivest commented 4 years ago

These are all good to think about!

Another one is to minimize the annual cost for a fixed policy that repeats every year but that stays within a given temperature bound.

hdrake commented 4 years ago

Good point @ron-rivest! Currently, costs vary dramatically from year to year, which is probably undesirable to policy makers. Some of this could be mitigated by adding latency in our economics (e.g. investments in control technologies in 2020 lead to emissions reductions (or other controls) that are effectively spread out over many years, possibly with some lag between the investment date and when the first controls go into effect). I believe your formulation has this qualitative behavior built in, while my formulation does not.

hdrake commented 4 years ago

I implemented the first three optimization options and merged to master in commit https://github.com/hdrake/OptimizeClimate/commit/7132e730aa8b86fda8d57005b36fbfaba30f59d7

I would need to come up with an appropriate metric to represent "risk" before I can optimize for that.