Skip to content

Commit

Permalink
Update lagtraj/forcings/conversion/targets/dephy.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 6577938 commit 00d3ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lagtraj/forcings/conversion/targets/dephy.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def nudging_inv_time_prof(parameter_type, variable):
nudging_u = -2
nudging_v = -2
else:
raise ValueError("nudging_method_momentum value invalid")
raise ValueError(f"nudging_method_momentum value `{parameters.nudging_method_momentum}` invalid")
if parameters.nudging_method_scalars in [False, None]:
nudging_temp = 0
nudging_theta = 0
Expand Down

0 comments on commit 00d3ba3

Please sign in to comment.