Skip to content

Commit

Permalink
edited bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarabullini committed Nov 21, 2023
1 parent 8b53902 commit 264cda3
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -672,10 +672,10 @@ def fused_solve_nonhydro_stencil_15_to_28(
limited_area: bool,
itime_scheme: int32,
istep: int32,
horizontal_lower_0: int32,
horizontal_upper_0: int32,
horizontal_lower: int32,
horizontal_upper: int32,
horizontal_lower_00: int32,
horizontal_upper_00: int32,
horizontal_lower_01: int32,
horizontal_upper_01: int32,
horizontal_lower_1: int32,
Expand All @@ -687,8 +687,8 @@ def fused_solve_nonhydro_stencil_15_to_28(
horizontal_lower_4: int32,
horizontal_upper_4: int32,
kstart_dd3d: int32,
nlev: int32,
nflatlev: int32,
vertical_upper: int32,
vertical_lower: int32,
nflat_gradp: int32,
):
_fused_solve_nonhydro_stencil_15_to_28(
Expand Down Expand Up @@ -758,10 +758,10 @@ def fused_solve_nonhydro_stencil_15_to_28(
limited_area,
itime_scheme,
istep,
horizontal_lower_0,
horizontal_upper_0,
horizontal_lower,
horizontal_upper,
horizontal_lower_00,
horizontal_upper_00,
horizontal_lower_01,
horizontal_upper_01,
horizontal_lower_1,
Expand All @@ -773,8 +773,8 @@ def fused_solve_nonhydro_stencil_15_to_28(
horizontal_lower_4,
horizontal_upper_4,
kstart_dd3d,
nlev,
nflatlev,
vertical_upper,
vertical_lower,
nflat_gradp,
out=(z_rho_e, z_theta_v_e, z_gradh_exner, vn, z_graddiv_vn),
)
Expand Down

0 comments on commit 264cda3

Please sign in to comment.