Miles Curry
Miles Curry
Hi @ekluzek. I've created a dataset for the mpasa60_mpasa60 mesh (163842 grid cells). You can find all of the files at: /glade/scratch/mcurry/cam-mpas-mapping-domain/mpasa60. As well, @jtruesdal has copied them into the...
Hi @ekluzek and @jtruesdal. Would my [mpas/grids](https://github.com/MiCurry/CTSM/tree/mpas/grids) be a better branch to use for making a PR? It contains the 480, 120, 30 and 15-3. I have another branch with...
The 60 km fails after the first dynamics timestep as a NaN gets into the `w` field. We've isolated the problem to a physics fields. We set all of the...
This can be assigned to me. I'll merge it into cam_mpas_dev and perhaps we can include with a future PR.
@Cleptomania thanks for the comments. I've added a commit that addresses them. Let me know what you feel about the added verbiage on the multi-directory resource handler section!
I haven't done much digging, but I believe the problematic code is in the scrolling section of `on_update`: https://github.com/pythonarcade/arcade/blob/cf291ec55c103dd8d22e8efb1ca28d12baadee2f/arcade/examples/procedural_caves_bsp.py#L430-L457 When I removed that code, the jitters went away.
Slightly related the `procedural_caves_cellular.py` example also appears to be broken. I can create another issue for this if that would be better. `python -m arcade.examples.procedural_caves_cellular` ```Python Traceback (most recent call...
This is probably a precision or floating point issue. The way the missing pixels appear makes me think that perhaps it has to do with the inability to represent decimal...