Skip to content

Commit

Permalink
More lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Dec 29, 2023
1 parent 2b34dd8 commit 86421c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fv3core/pace/fv3core/stencils/fv_subgridz.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def standard_cm(cpm, cvm, q0_vapor, q0_liquid, q0_rain, q0_ice, q0_snow, q0_grau

@gtscript.function
def tvol(gz, u0, v0, w0):
return gz + 0.5 * (u0**2 + v0**2 + w0**2)
return gz + 0.5 * (u0 ** 2 + v0 ** 2 + w0 ** 2)


def init(
Expand Down

0 comments on commit 86421c7

Please sign in to comment.