Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Nov 19, 2024
1 parent 5510ea7 commit 7be0a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anemoi/inference/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def dynamic_forcings_inputs(self, context, input_state):

remaining = sorted((mapping[self.variables.index(name)], name) for name in remaining)

LOG.info("Will get the following from MARS for now: %s", remaining)
LOG.info("Will get the following from `forcings.dynamic`: %s", remaining)

remaining_mask = [i for i, _ in remaining]
remaining = [name for _, name in remaining]
Expand Down

0 comments on commit 7be0a4b

Please sign in to comment.