We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b01ad0a + c5da3dd commit 99bbe5dCopy full SHA for 99bbe5d
1 file changed
mpas_analysis/ocean/time_series_antarctic_melt.py
@@ -603,7 +603,7 @@ def run_task(self):
603
index = region_names.index(self.iceShelf)
604
ds_shelf = ds_adusumilli.isel(nRegions=index)
605
obsDict['Adusumilli et al. (2020)'] = {
606
- 'meltFlux': ds_shelf.integratedMeltFlux.values,
+ 'meltFlux': ds_shelf.totalMeltFlux.values,
607
'meltFluxUncertainty': ds_shelf.meltFluxUncertainty.values,
608
'meltRate': ds_shelf.meanMeltRate.values,
609
'meltRateUncertainty': ds_shelf.meltRateUncertainty.values}
0 commit comments