AJueling / melt

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

General discussion / to do list #3

Open erwinlambert opened 4 years ago

erwinlambert commented 4 years ago

So the sheet model now works with the IdealGeometry as input.

An example for running and plotting the model is in Sheet_common_input.ipynb

To suppress printing of the output: sheet.diagint = 1e10 #standard: every 100 time steps

To do a quick run: sheet.days = 0.1 #standard: 12 days, though full equilibration takes longer

These parameters can be updated after calling the SheetModel and before running .compute()

erwinlambert commented 4 years ago

Note: I fixed a bug in the sheet model (there was non-zero convergence across boundaries).

AJueling commented 4 years ago

The three models now work with the idealized input (you can look at the MIP.ipynb). However, the values and patterns don't all make sense (although they all have the right order of magnitude), so I will have to look for the cause of this.

erwinlambert commented 4 years ago

Hmm I do notice that there's some asymmetry in the code. test1 works fine, any rotation of the system goes wrong... So for now, I'd say focus on test1 (and test3)

AJueling commented 4 years ago

Yes, there was a problem in assigning the boxes in the right direction. I fixed that now and the results are now equal between test1 and test2.

erwinlambert commented 4 years ago

OK, there's a similar problem in the sheet model (which I meant). Looks like test1 and test2 should be equal and test3 should work as well. Ice shelf front in the south or west poses an issue. Some bug in the masking with u/v at N/E points. Shouldn't take too long to fix, but won't get around to it today as I'm about to head to KNMI

AJueling commented 3 years ago

Meeting notes

presentation Monday

presentation Wednesday

AJueling commented 3 years ago

Meeting 11.12.

Status:

To Do

erwinlambert commented 3 years ago

General discussion points remaining, which are not allocated in separate issues:

(To be picked up in January):