OpenFOAM
Finite-volume CFD for incompressible, compressible, multiphase, and conjugate heat-transfer flows, parallelized with MPI across the cluster.
The Weather Research and Forecasting model on WECORE: mesoscale numerical weather prediction and regional climate research, with the solver decomposed across MPI ranks under Slurm.
WRF is the Weather Research and Forecasting model, a mesoscale numerical weather prediction system used for both operational forecasting and atmospheric research.
A run is a pipeline rather than a single program: preprocessing to prepare domains and initial conditions, the solver itself, then post-processing.
Run recurring high-resolution forecasts over a local domain, on a queue built to hold a scheduled job and the boundary conditions it needs.
Nest local domains inside global-model output to resolve terrain and coastline effects the coarse grid cannot.
Feed air-quality and dispersion studies with meteorological fields at the resolution where the dispersion actually happens.
Run long regional-climate integrations and renewable-energy resource assessments over the same local domains.
The solver decomposes its domain across MPI ranks; Slurm places them and holds the run on as many nodes as the domain needs.
Forecast work is schedule-driven rather than ad hoc: the queue holds a recurring job, and cluster storage keeps the boundary conditions it consumes.