open-AIMS / ADRIA.jl

ADRIA: Adaptive Dynamic Reef Intervention Algorithms. A multi-criteria decision support platform for informing reef restoration and adaptation interventions.
MIT License
14 stars 5 forks source link

fix permutation of initial cover dimensions #811

Closed DanTanAtAims closed 1 month ago

DanTanAtAims commented 2 months ago

Unfortunately, I appeared to have incorrectly loaded RMEDomain initial cover when migrating to use CoralBlox. @Zapiano @ConnectedSystems

This wouldn't impact calibration runs as initial cover is overwritten.

Before

The first taxa has very small initial cover which is actually the initial cover values for the small size classes and the last taxa has very large cover values.

bugged_init_cover

2 counterfactuals bug_not_fix

After

bug_fix_init_cover

bug_fix

Zapiano commented 2 months ago

@DanTanAtAims I think this need a rebase

DanTanAtAims commented 2 months ago

@Zapiano Rebased on to updated DanTan/CircularBuffer. Ready for review.