Closed JanJereczek closed 11 months ago
Additionally, further changes have been made:
InplaceConvolution
is slower than its equivalent in DSP.jl but barely assigns memory. This is what we want since the operation is fast anyway but we hit a memory limit when using conv
. Memory allocation low enough to rune glacial cycle on 350*350 grid ( even for interactive sea level). Therefore, DSP.jl
removed.column_anom
is a single function that is easier to maintain than the previous onesallowscalar()
This PR is a substantial refactoring of the code:
fip::FastIsoProblem
byfip.now
andfip.ref
dataloaders.jl