Skip to content

Solves the quasi-geostrophic thermodynamic equation for a limited area in the atmosphere

License

Notifications You must be signed in to change notification settings

daniloceano/ATMOS-BUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

350e225 · Jan 23, 2025
Jan 23, 2025
Apr 26, 2024
Feb 17, 2024
Apr 5, 2024
Oct 8, 2024
Nov 11, 2024
May 10, 2023
Feb 20, 2024
Jul 18, 2022
Oct 8, 2024
Feb 21, 2024
Apr 21, 2024
Oct 8, 2024
Feb 20, 2024

Repository files navigation

ATMOS-BUD Overview

Python 3.9 Documentation Status License

ATMOS-BUD Logo

ATMOS-BUD is a comprehensive software suite designed for calculating heat, vorticity, and moisture balances within limited areas of the atmosphere. Developed at the Institute of Astronomy, Geophysics, and Atmospheric Sciences of the University of São Paulo, it's a key tool for students and researchers in atmospheric sciences.

Key Features

  • Processes atmospheric model and reanalysis data in NetCDF format.
  • Outputs CSV files for spatial averages and a comprehensive NetCDF file for spatial results.
  • Supports Fixed Domain, Semi-Lagrangian Domain, and Interactive Domain operational frameworks.

Quasi-Geostrophic Thermodynamic Equation

∂T/∂t = -Vh · ∇hT - Σω + Q

Where T is temperature, Vh is the horizontal wind vector, Σ is the static stability parameter, ω is the vertical velocity, and Q represents diabatic heating.

Quasi-Geostrophic Vorticity Budget Equation

∂ζ/∂t = -Vh · ∇hζ - (ζω/Δp) - βv - ζ∇ · Vh - f∇ · Vh + Tilting Term

Where ζ is vorticity, β is the change in Coriolis parameter with latitude, and f is the Coriolis parameter.

Water Budget Equation

∫∂q/∂t dp = -∫Vh · ∇q dp + ∫S dp

Where q is specific humidity, Vh is the horizontal wind vector, and S represents net sources/sinks.

ATMOS-BUD combines academic rigor with practical application, making it a gateway to understanding atmospheric dynamics for both educational exploration and advanced research.

Full Documentation

The full documentation for ATMOS-BUD can be found on Read the Docs.

About

Solves the quasi-geostrophic thermodynamic equation for a limited area in the atmosphere

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages