AJueling / melt

playing with ice shelf melt models
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Boundaries sheet model #2

Closed erwinlambert closed 4 years ago

erwinlambert commented 4 years ago

Boundary restoring does not work for corner points. Am halfway in the process of making the code functioning without boundary restoring. Current version should work fine for the square setup.

Need to modify RHS functions to be independent on 'ghost values' outside domain.

erwinlambert commented 4 years ago

As the sheet model now works, I will start a separate branch to work on sheet.py and sheet_utils.py to make sure it works without restoring the boundaries.

erwinlambert commented 4 years ago

Model now independent of boundary restoring.

Problems left:

erwinlambert commented 4 years ago

Started a new issue with above problems. Issue with boundaries is solved.