Skip to content

Derive 2d CAPE from a 3d field of pressure, temperature and humidity #480

@adybbroe

Description

@adybbroe

Hi,

I am working on a small project where we want to derive CAPE from IASI (hyperspectral sounder satellite instrument) data. I have looked at SHARPpy, SkewT and this. Currently I can input one IASI profile and get out a CAPE value, using the SkewT package. But SkewT is not designed for doing it on many profiles in one go, so doing it on the entire satellite scan becomes inefficient (very slow). To me it looks like MetPy is also designed with single radiosonde type of data in mind. But perhaps you have some ideas/plans to extend it?

I am currently slowly adapting the functions taken from SkewT to digest arrays (2d or 1d) of profiles instead of just a single profile. Don't know yet, however, if I will succeed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: CalcPertains to calculationsType: EnhancementEnhancement to existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions