Chris Marsh

Results 69 comments of Chris Marsh

The RAM requirements are too large to hold every timestep in RAM. Can xarray incrementally update a netcdf file?

Writing each timestep to a netcdf is possible -- the whole file does not need to be kept in ram like I originally thought. This is the unstructured grid specification...

Can you please post an example of the configuration w.r.t the CHM binary directory that triggers this?

From our PMs, it seems it is more than just this though. To repro, am I correct in thinking it needs: - Full path to json AND - Full path...

@johnwparent: On linux, I am not seeing that I need the proj patch. However, I am seeing that I need the this patch to netcdf-c to be enabled https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/netcdf-c/package.py#L66

Thanks for that. Also my logs are missing, attached here: [spack-build-env.txt](https://github.com/spack/spack/files/15367359/spack-build-env.txt) [spack-build-out.txt](https://github.com/spack/spack/files/15367360/spack-build-out.txt)

@msimberg I can confirm that resolves the build issue for me. I built a little toy program and linked in the allocator and it "Seemed To Work For Me" without...

Of note is that the current cmake on master does not support install anymore. I'm not sure I have the time to contribute that feature. But makes usage in spack...