raddleverse / MimiCIAM.jl

MIT License
2 stars 1 forks source link

Possible math issue? #4

Closed cledna closed 6 years ago

cledna commented 6 years ago

The GAMs code computes the cost of incremental wall height as (H^2 - H_prev^2) where H is the new wall height and H_prev is the previous adaptation period's wall height (baseline questions discussed in another issue).

Shouldn't this be (H - H_prev)^2?