Milan Klöwer

Results 204 comments of Milan Klöwer

That looks correct to me (assuming you do you have `compensated=false` which should be default). But can you clarify what you mean by "same output". Like it should not be...

Okay this looks like a good metric to use to assess what's happening. You could even cut the length of the integration in half. Good to see that red and...

Of course, whenever you're ready just throw stuff in here. I get notifications anyway!

Cool would be to have a rainbow colormap with a constant brightness, otherwise temperatures that are displayed with darker colours seem to be more likely than temperatures with brighter colours....

It arises from these lines of code https://github.com/milankl/ShallowWaters.jl/blob/0169c122f52d764fa26a2bb31c2733a610fdb719/src/output.jl#L178-L179 Could you check what you get in that first line if you just apply it manually to the folder you are outputting...

In SpeedyWeather.jl I've been following a similar logic but changed these lines to https://github.com/SpeedyWeather/SpeedyWeather.jl/blob/ee923e7901afda2d5cb42f22143da415997cf1dd/src/output/output.jl#L315-L319 ```julia # otherwise pull list of existing run_???? folders via readdir pattern = r"run_\d\d\d\d" # run_????...

Yes, but define `outpath = "path/to/folder"` 😉 If you're in the folder where you're getting this error from you can just do `outpath = pwd()`

In general, btw, I'm pretty sure this is a bug because you're in a folder that already has some folders/files in it that somehow cause problems when trying to automatically...

Yeah it's just a badly written function from my side. I just wanted to check for folders that follow a `run_????` naming, find the largest number, increase by one so...