Metadata-Version: 2.4
Name: gfdlvitals
Version: 4.0.1
Summary: Tools for calculating scalar diagnostics from GFDL models
Author-email: John Krasting <john.krasting@noaa.gov>
Project-URL: Homepage, https://github.com/jkrasting/gfdlvitals
Project-URL: Documentation, https://gfdlvitals.readthedocs.io/en/latest/
Keywords: climate,model,analysis,scalar,diagnostics,gfdl,AM4,CM4,ESM4,OM4,LM4
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: h5netcdf
Requires-Dist: pandas
Requires-Dist: netCDF4
Requires-Dist: matplotlib
Requires-Dist: xarray
Requires-Dist: cftime
Requires-Dist: nc-time-axis
Requires-Dist: xgcm
Requires-Dist: regionmask
Requires-Dist: xoverturning
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

**gfdlvitals** is a Python package in the public domain
that provides tools for calculating, storing, and analyzing
scalar diagnostics from GFDL's CM4-class models.

More Information
----------------
- Source code: `<https://github.com/jkrasting/gfdlvitals>`_
- Documentation: `<https://gfdlvitals.readthedocs.io/en/latest/>`_
