Skip to content

Commit

Permalink
Fix Adusumilli variable name
Browse files Browse the repository at this point in the history
Missed in MPAS-Dev#989
  • Loading branch information
xylar committed Feb 29, 2024
1 parent b01ad0a commit c5da3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpas_analysis/ocean/time_series_antarctic_melt.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def run_task(self):
index = region_names.index(self.iceShelf)
ds_shelf = ds_adusumilli.isel(nRegions=index)
obsDict['Adusumilli et al. (2020)'] = {
'meltFlux': ds_shelf.integratedMeltFlux.values,
'meltFlux': ds_shelf.totalMeltFlux.values,
'meltFluxUncertainty': ds_shelf.meltFluxUncertainty.values,
'meltRate': ds_shelf.meanMeltRate.values,
'meltRateUncertainty': ds_shelf.meltRateUncertainty.values}
Expand Down

0 comments on commit c5da3dd

Please sign in to comment.