Skip to content

New plugin to calculate the standard geopotential height#2338

Open
mo-robertneal wants to merge 1 commit intometoppv:masterfrom
mo-robertneal:EPPT_2873_d-factors_functionality
Open

New plugin to calculate the standard geopotential height#2338
mo-robertneal wants to merge 1 commit intometoppv:masterfrom
mo-robertneal:EPPT_2873_d-factors_functionality

Conversation

@mo-robertneal
Copy link
Copy Markdown
Contributor

A new plugin is added to generate the standard geopotential height using a lookup table, where values are read based on an input pressure level.

Usage:

import iris
import improver
incube = iris.load_cube(
    "/data/users/eppdev/EPP_data_cache/global/20260319T1200Z/20260325T1200Z-PT0144H00M-geopotential_height_on_pressure_levels.nc")

from improver.standard_geopotential_height.standard_geopotential_height import (
    StandardGeopotentialHeight,
)
plugin = StandardGeopotentialHeight()

outcube = plugin(incube)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant