FluidNumerics / FEOTS

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Bug found in POP_Stencil_Class.f90 #6

Closed JiaxuZ closed 6 years ago

JiaxuZ commented 6 years ago

The subroutine Build_Stencil of POP_Stencil_Class.f90 needs to add an elseif of ELSEIF( stencilFlag == LaxWendroff27 .AND. flavor == LateralPlusCorners )THEN somewhere around Line 338. This is needed when running RegionalExtraction for the LaxWendroff27 stencil. I guess this should be identical to ( stencilFlag == LaxWendroff .AND. flavor == LateralPlusCorners )?

fluidnumerics-joe commented 6 years ago

I've pushed up changes that resolve this issue.