open-AIMS / ADRIA_matlab

Repository for the development of ADRIA: Adaptive Dynamic Reef Intervention Algorithms. ADRIA is a multi-criteria decision support tool set particularly useful for informing reef restoration and adaptation interventions.
1 stars 0 forks source link

Updating environmental input layers and functions for Moore and Hastings Clusters #68

Closed KRNA01 closed 2 years ago

KRNA01 commented 2 years ago

UPDATES 31 JAN 22

Starting this issue to flag a set of hurdles we need to jump to get DHW, connectivity, site carrying capacity(k), depth, and waves streamlined as new RECOM data are coming in for the Moore and Hastings reef clusters.

ConnectedSystems commented 2 years ago

For prosterity, reproducing some notes I sent here. I will eventually put this into documentation somewhere.

Site depth and initial coral cover is pulled in from the spatial data layer.

The spatial data is fed in to coralScenario() as the new site_data input.

This is currently read in from a CSV file with ai.loadSiteData() (see here for an example).

The second argument to ai.loadSiteData() is to indicate which columns to use for base coral cover. Please note: This is currently very fragile - it only expects two columns that always map to Corymbose Acropora and Small Massives. Change the order or number and it will break.

KRNA01 commented 2 years ago

Thanks all. Closing this. Waves are still a current issue, but will address separately