:orphan: ERF --- ERF solves the governing equations for atmopsheric dynamics in a fully compressible form or using the anelastic approximation. ERF is built on `AMReX `_, an adaptive mesh refinement software framework, which provides the underlying software infrastructure and performance portability. Visit the `AMReX documentation `_ and `AMReX tutorials `_ for more information. ERF is designed to run on machines from laptops to multicore CPU and hybrid CPU/GPU systems. Please see `ERF on arxiv `_ for an overview of the ERF governing equations, numerical methods, and verification. In addition to this documentation, there is API documentation for ERF generated by `Doxygen `_. .. raw:: html .. toctree:: coc Doxygen .. toctree:: :caption: USER GUIDE :maxdepth: 1 GettingStarted.rst buildingConfiguration.rst Inputs.rst Initialization.rst BestPractices.rst AgenticWorkFlow.rst HowToCite.rst .. toctree:: :caption: THEORY :maxdepth: 1 theory/GoverningEquations.rst theory/BaseState.rst theory/Buoyancy.rst theory/Microphysics.rst theory/DNSvsLES.rst theory/PBLschemes.rst theory/Forcings.rst Particles.rst theory/Forest.rst theory/HindCast.rst theory/UnitsAndConstants.rst .. toctree:: :caption: IMPLEMENTATION :maxdepth: 1 AMReX.rst Meshing.rst MapFactors.rst TimeAdvance.rst Discretizations.rst LinearSolvers.rst MeshRefinement.rst BoundaryConditions.rst InflowTurbulenceGeneration.rst SurfaceLayer.rst DerivedQuantities.rst Checkpoint.rst Plotfiles.rst Visualization.rst .. toctree:: :caption: EXTERNAL COUPLING :maxdepth: 1 CouplingToAMRWind.rst CouplingToWW3.rst CouplingToNoahMP.rst .. toctree:: :caption: ERF vs WRF :maxdepth: 1 ERFvsWRF.rst .. toctree:: :caption: TESTING :maxdepth: 1 Verification.rst Performance.rst RegressionTests.rst .. toctree:: :caption: CONTAINERS :maxdepth: 1 containers.rst