Skip to content

Commit

Permalink
Update mom_cap_methods.F90.
Browse files Browse the repository at this point in the history
  • Loading branch information
binli2337 committed Jan 21, 2025
1 parent fd40453 commit 7609ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/drivers/nuopc_cap/mom_cap_methods.F90
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ subroutine mom_import(ocean_public, ocean_grid, importState, ice_ocean_boundary,
ig = i + ocean_grid%isc - isc
!rotate
do ib = 1, nsc
if(abs(stkx(i,j,ib)-fillValue).lt.0.01) then
if(abs(stkx(i,j,ib)-fillValue) <= 0.01) then
ice_ocean_boundary%ustkb(i,j,ib) = 0.0
ice_ocean_boundary%vstkb(i,j,ib) = 0.0
else
Expand Down

0 comments on commit 7609ae3

Please sign in to comment.