https://github.com/syedhamidali/era5_codes
ERA5 Related Codes
https://github.com/syedhamidali/era5_codes
altitude era5 height pressure python transform xarray
Last synced: about 1 month ago
JSON representation
ERA5 Related Codes
- Host: GitHub
- URL: https://github.com/syedhamidali/era5_codes
- Owner: syedhamidali
- License: bsd-3-clause
- Created: 2024-11-14T06:45:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T17:42:53.000Z (over 1 year ago)
- Last Synced: 2025-01-22T19:16:45.176Z (over 1 year ago)
- Topics: altitude, era5, height, pressure, python, transform, xarray
- Language: Jupyter Notebook
- Homepage:
- Size: 970 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ERA5_CODES
ERA5 Related Codes
# Pressure to Height
This repository provides functions to transform ERA5 atmospheric pressure level data into geometric height, leveraging geopotential to interpolate values across specified altitude levels. This transformation is useful for visualizing and analyzing atmospheric variables at constant heights, which can aid in weather forecasting and climate studies.
## Features
- **Pressure Level to Height Conversion**: Converts pressure level data into geometric height using geopotential.
- **Altitude Interpolation**: Interpolates data variables across specified altitude levels.
- **Flexible Altitude Resolution**: Customize maximum altitude and resolution for height levels.
## Installation