Skip to content

Commit

Permalink
Update lagtraj/forcings/conversion/load.py
Browse files Browse the repository at this point in the history
Co-authored-by: Leif Denby <[email protected]>
  • Loading branch information
sjboeing and leifdenby authored Sep 3, 2024
1 parent 0c5253c commit 6577938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lagtraj/forcings/conversion/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def load_definition(root_data_path, forcing_name, conversion_name):
for k in NUDGING_REQUIRED_FIELDS:
value = conversion_params.get(k)
if value is None:
# TODO: implement default values here
raise NotImplementedError(value)
pass

nudging_param_values[k] = value
Expand Down

0 comments on commit 6577938

Please sign in to comment.