Odds and Ends

Oilspill Visualizaton

Found another set of animations of particle model output from some earlier work. The image below is a snapshot during the early part of the output of a simulation of the Deepwater Horizon oilspill. Python’s visvis library used to render the results of an oilspill simulation: Read more

Python in the Browser, 2 Ways

JupyterLite WebAssembly (WASM) is changing the game with regards to Python running legitimately in the browser… JupyterLite is a Jupyter Notebook/Lab and Ipython implementation based on Pyodide. I caught wind of JupyterLite from this blog post. Easily embed a console, a notebook, or a fully-fledged IDE on any web page. In a previous bl... Read more

Build ADCIRC using CMake

Gone are the days of having to use config.guess and sed replcements to customize the cmplrflags.mk for your environement. Here is the process to build the ADCIRC hydrodynamic model using CMake from the command line on a GNU/Linux host. The CMake infrastructure has only been available in the last few releases of ADCIRC, and this example uses v55... Read more