Skip to content

Commit

Permalink
add get_extension method
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 30, 2024
1 parent b0a471c commit ca35934
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions heat/bmi_heat.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class BmiHeat(Bmi):
_input_var_names = ("plate_surface__temperature",)
_output_var_names = ("plate_surface__temperature",)

def get_extensions(self):
return ("[email protected]_heat_geo:BmiHeatGeo",)

def __init__(self):
"""Create a BmiHeat model that is ready for initialization."""
self._model = None
Expand Down

0 comments on commit ca35934

Please sign in to comment.