Skip to content

Commit

Permalink
use parameter for error code
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Mar 6, 2025
1 parent 095f398 commit 10e5b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/mpas_atm/model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3267,7 +3267,7 @@ subroutine compute_u_with_rbf(state_handle, ens_size, loc, zonal, uval, ier)

call find_surrounding_edges(lat, lon, nedges, edgelist, cellid, vertexid)
if (nedges <= 0) then ! we are on a boundary, no interpolation
ier = 18
ier = RBF_U_COMPUTATION_ERROR
return
endif

Expand Down

0 comments on commit 10e5b15

Please sign in to comment.