https://github.com/actris-cloudnet/model-munger

Extract vertical profiles from NWP models and output netCDF files

https://github.com/actris-cloudnet/model-munger

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Extract vertical profiles from NWP models and output netCDF files

Basic Info
  • Host: GitHub
  • Owner: actris-cloudnet
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 5.79 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License

README.md

Model Munger

Run tests PyPI version

Extract vertical profiles from numerical weather prediction (NWP) models and output netCDF files.

Supported models

| Model | Horizontal resolution | Vertical resolution | Temporal resolution | Download | | ------------------------------------------------------------------------ | --------------------- | ------------------- | ------------------- | ---------------------------------------- | | ARPEGE | Native | 105 model levels | 1 hour | Not supported | | ECMWF open data | 0.25 degrees | 13 pressure levels | 3 hours | Last days from ECMWF, few years from AWS | | GDAS1 | 1 degree | 23 pressure levels | 3 hours | Since December 2004 |

Processing steps

Model Munger deals with three types of files:

  • Raw data is model output stored for example as GRIB files. Model Munger can download the raw data for some models.
  • Intermediate files are netCDF files containing vertical profiles in a single fixed or moving location. There may be multiple intermediate files, for example one for each model run. For some models, Model Munger extracts intermediate files from the raw data, but for other models, it uses the output from other tools.
  • Output file is a harmonized netCDF file generated from one or more intermediate files. The output file contains up to 24 hours of data from a single fixed or moving location, possibly combined from different model runs.

License

MIT

Owner

  • Name: ACTRIS Cloudnet
  • Login: actris-cloudnet
  • Kind: organization
  • Email: actris-cloudnet@fmi.fi
  • Location: Helsinki, Finland

ACTRIS Cloud Remote Sensing Unit (CLU)

GitHub Events

Total
  • Delete event: 4
  • Push event: 49
  • Create event: 13
Last Year
  • Delete event: 4
  • Push event: 49
  • Create event: 13

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
pypi.org: model-munger

Extract vertical profiles from NWP models and output netCDF files

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 8.7%
Average: 28.7%
Dependent repos count: 48.8%
Last synced: 10 months ago

Dependencies

.github/workflows/docker.yml actions
  • actions/attest-build-provenance v1 composite
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/metadata-action v5 composite
Dockerfile docker
  • python 3.10-bullseye build
pyproject.toml pypi
  • netCDF4 *
  • pygrib *
  • requests *
.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite