Metadata-Version: 2.4
Name: CoCoMET
Version: 1.0.0
Summary: Community Convective cloud Model Evaluation Toolkit (CoCoMET)
Author: Hershel Weiner, Calvin Brooks, Jie Xi Li, Siddhant Gupta, Die Wang
Author-email: Travis Hahn <travis.hahn@psu.edu>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/ASCENT-BNL/CoCoMET
Project-URL: Issues, https://github.com/ASCENT-BNL/CoCoMET/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<=1.26.4
Requires-Dist: numba
Requires-Dist: xarray
Requires-Dist: netCDF4
Requires-Dist: arm-pyart
Requires-Dist: pandas
Requires-Dist: geopandas
Requires-Dist: cftime
Requires-Dist: pyyaml
Requires-Dist: vincenty
Requires-Dist: iris
Requires-Dist: tobac==1.5.3
Requires-Dist: tqdm
Requires-Dist: metpy
Requires-Dist: scikit-image
Dynamic: license-file

# CoCoMET
[comment]: # <img src="./docs/images/cocomet_logo.png" alt="Logo" width="200" height="200"/>

Community Cloud Model Evaluation Toolkit.

**Current Features**:

1. **WRF**:  
   1. tobac tracking of variables  
      1. Reflectivity  
      1. Brightness temperature  
      1. Updraft velocity  
      1. Precipitation rate  
      1. Any WRF variables in the dataset (case sensitive)
   1. MOAAP tracking of MCSs and cloud shields
   1. TAMS tracking of MCSs and cloud shields  
1. **RAMS**:  
   1. tobac tracking of variables  
      1. Reflectivity  
      1. Brightness temperature  
      1. Updraft velocity  
      1. Precipitation rate  
      1. Any WRF variables in the dataset (case sensitive)
   1. MOAAP tracking of MCSs and cloud shields  
   1. TAMS tracking of MCSs and cloud shields  
1. **MesoNH**:  
   1. tobac tracking of variables:  
      1. Reflectivity  
      1. Brightness temperature  
      1. Updraft velcoity  
      1. Any MesoNH variables in the dataset (case sensitive)
   1. MOAAP tracking of MCSs and cloud shields
1. **NEXRAD**:  
   1. Automatically grid radars  
   1. tobac tracking of variables:  
      1. Reflectivity  
1. **Multi-NEXRAD**:  
   1. Automatically grid multiple radars  
   1. tobac tracking of variables:  
      1. Reflectivity  
1. **Standardized Radar Grids (CoMET-UDAF Section S1.1.):**  
   1. tobac tracking of variables:  
      1. Reflectivitiy  
1. **GOES**  
   1. tobac tracking of variables:  
      1. Brightness temperature  
1. **Analysis**:  
   1. Calculates areas at given height  
   1. Calculates volume  
   1. Calculates echo top heights  
   1. Identifies mergers and splitters  
   1. Extracts ARM Products:  
      1. Links ARM VAP output to tracks  
      1. Links INTERPSONDE to tracks  
         1. Calculates convective initiation properties from INTERPSONDE data (CAPE, CIN, etc.)


**Planned Features**:
1. Post-processing functions
1. Add ARM Radars
1. Add RWP
1. Add IMERG Satellite Data
1. Calculate ECAPE


[comment]: # ## CoCoMET Workflow

[comment]: # <img src="./docs/images/cocomet_workflow.png" alt="User workflow"/>

## Acknowledgments
This project was supported by the U.S. Department of Energy (DOE) Early Career Research Program, Atmospheric System Research (ASR) program, 
and the Office of Workforce Development for Teachers and Scientists (WDTS) under the Science Undergraduate Laboratory Internships Program (SULI).

If you are using this software for a publication, please cite: Hahn et al. (2025) https://doi.org/10.5194/egusphere-2025-1328
