Skip to content

Commit

Permalink
fixes #3442
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed Mar 7, 2025
1 parent c5d6fbc commit 473b1eb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gridcomps/ExtData2G/ExtDataGridCompNG.F90
Original file line number Diff line number Diff line change
Expand Up @@ -913,12 +913,10 @@ subroutine MAPL_ExtDataFlipBracketSide(item,bracket_side,rc)
_RETURN(_SUCCESS)
end if

if (item%allow_vertical_regrid) then
if (item%vcoord%positive /= item%importVDir) then
call MAPL_ExtDataFlipVertical(item,bracket_side,_RC)
end if
_RETURN(_SUCCESS)
if (item%vcoord%positive /= item%importVDir) then
call MAPL_ExtDataFlipVertical(item,bracket_side,_RC)
end if
_RETURN(_SUCCESS)
end subroutine MAPL_ExtDataFlipBracketSide

subroutine MAPL_ExtDataVerticalInterpolate(MAPLExtState,item,import,rc)
Expand Down

0 comments on commit 473b1eb

Please sign in to comment.