https://github.com/actris-cloudnet/model-munger
Extract vertical profiles from NWP models and output netCDF files
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
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
Metadata Files
README.md
Model Munger
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
- Website: https://cloudnet.fmi.fi/
- Twitter: ACTRIS_Cloudnet
- Repositories: 12
- Profile: https://github.com/actris-cloudnet
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
- Homepage: https://github.com/actris-cloudnet/model-munger
- Documentation: https://model-munger.readthedocs.io/
- License: MIT License
-
Latest release: 0.3.1
published 10 months ago
Rankings
Dependencies
- 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
- python 3.10-bullseye build
- netCDF4 *
- pygrib *
- requests *
- actions/checkout v4 composite
- actions/setup-python v5 composite