Liam Brannigan
Liam Brannigan
You can get the map to work by changing the L.tileLayer block in index.html to use openstreetmap: L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { // id: '', // accessToken: '', maxZoom: 16 }).addTo(map);
Nice library btw
I didn't give a full reproducible example above. To run it you need to create a new directory and run ```bash git clone --depth=1 https://github.com/MITgcm/MITgcm.git ``` then build and run...
Hi @jm-c The basic issue isn't omp though, it's how do you point to a netcdf install when you use a package-manager to install it? The discussion on the mailing...
Hi @ankoh - I'm very excited about your project. I'm not a front-end expert, but I've managed to get the bare-browser example working with yarn. However, when I inspect the...
Reading around it seems that running MPI on docker is tricky - it may be that singularity is built more with this in mind: https://singularity.lbl.gov/docs-hpc
Might need to ask around about this...
> If combining the two functions I'd keep the name `describe_plan` (as it does indeed return a description of the plan, and it's what people are used to), adding the...
> > Having describe_plan and describe_optimized_plan is confusing I'm giving a workshop this week and find I'm having to say "ok, ignore this describe_plan if you want to know what's...
Think I've got a related issue in #4339