Closed ConnectedSystems closed 2 years ago
I'm going to assume the changes here are okay. More comprehensive checks to be done when wave data ingestion is brought back in as well.
Hi @ConnectedSystems, this can come later but in the PR I made for the ReefMod runs, I added a line in ai.siteSelection which loads data for wave damage probability in a similar way to how dhw data is currently loaded. So might be good to eventually have a separate function for wave data too.
Sorry just saw your most recent comment
ADRIA was hardcoded to load DHW data for Moore during last sprint - this PR introduces a
loadDHWData()
method for the ADRIA Interface.Data is still expected to be in the dimensions of (timestep, site, nrep)
An additional expectation is that the loaded data be a struct with a
dhw
field.