The src
subpackage¶
This subpackage contains the main code for the BLDFM model. It includes modules for the PBL model, the solver, and utility functions.
- It is organized into three main modules:
src.pbl_model
: Computes vertical profiles of horizontal wind and eddy diffusivity in the planetary boundary layer using Monin-Obukhov Similarity Theory (MOST).src.solver
: Solves the steady-state advection-diffusion equation for scalar concentration fields using FFT-based methods and numerical integration schemes.src.utils
: Provides utility functions for preprocessing, synthetic input generation, and diagnostics.