Skip to content

Commit

Permalink
change boundary forcings trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dietervdb-meteo committed Jan 7, 2025
1 parent f8ed73e commit 0ca9a91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/anemoi/inference/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,7 @@ def boundary_forcings_inputs(self, context, input_state):

result = []

output_mask = self._config_model.get("output_mask", None)
if output_mask is not None:
assert output_mask == "cutout", "Currently only cutout as output mask supported."
if "output_mask" in self._supporting_arrays:
result.append(
context.create_boundary_forcings(
self.prognostic_variables,
Expand Down

0 comments on commit 0ca9a91

Please sign in to comment.