Recent Releases of MDTF-diagnostics

MDTF-diagnostics - v4.2

What's Changed

New Contributors

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v4.1...v4.2

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor 3 months ago

MDTF-diagnostics - Version 4.1

What's Changed

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v4.0...v4.1

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor 7 months ago

MDTF-diagnostics - V4.0

Highlights

  • Implementation of ESM-intake catalogs for reading and processing model data. The repo includes a tools
    directory with a simple catalog_builder that for users to generate their own data catalogs
  • Refactored framework to use "multirun" paradigm where every POD object is associated with one or more data "cases"
  • Simplified CMIP, GFDL, and CESM data sources that can be customized from extensions of a common base class
  • Conda environments updated to use Python 3.12 and with updated packages
  • Preliminary support for custom preprocessing modules
  • Support for yaml and json configuration files

What's Changed

New Contributors

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v3.4...v4.0

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor 9 months ago

MDTF-diagnostics - v4.0.alpha

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor 11 months ago

MDTF-diagnostics - Version 3.4

What's Changed

New Contributors

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v3.3...v3.4

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor over 1 year ago

MDTF-diagnostics - Version 3.4

What's Changed

New Contributors

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v3.3...v3.4

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor over 1 year ago

MDTF-diagnostics - Version 3.3

What's Changed

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v3.2...v3.3

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor over 1 year ago

MDTF-diagnostics - Version 3.2

What's Changed

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v3.1...v3.2

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor over 1 year ago

MDTF-diagnostics - Version 3.1

What's Changed

New Contributors

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v3.0.1...v3.1

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor about 2 years ago

MDTF-diagnostics - Version 3.0.1

What's Changed

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v3.0...v3.0.1

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor over 2 years ago

MDTF-diagnostics - Version 3.0

What's Changed

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v3.0.beta.6...v3.0

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor over 2 years ago

MDTF-diagnostics - Version 3.0 beta.6

What's Changed

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v3.1.alpha.1...v3.0.beta.6

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor over 2 years ago

MDTF-diagnostics - Version 3.1 alpha 1

This release contains the alpha version of the multirun implementation for testing.
Instructions for running the framework on the are provided in the README.md file.

What's Changed

New Contributors

Full Changelog: https://github.com/NOAA-GFDL/MDTF-diagnostics/compare/v3.0.beta.5...v3.1.alpha.1

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor over 2 years ago

MDTF-diagnostics - Version 3.0 beta 5

New PODS:

  • albedofb
  • seaice_suite
  • blocking_neale
  • top heaviness metric
  • TC_Rain
  • Precipitation Buoyancy Diagnostic

Bug fixes:

  • Fix issues with valid_range and byte type attributes
  • Fix issue with empty var.associate_files in data_manager module

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor over 2 years ago

MDTF-diagnostics - Version 3.0 beta 4

  • Added mixed_layer_depth, ocn_surf_flux_diag, precip_buoy_diag, temp_extremes_distshape, eulerian_storm_track, ENSO_MSE, ENSO_RWS, and tropical_pacific_sea_level PODS to repository
  • Fixed issues in the sites/NOAA_GFDL files that prevented the --site NOAA_GFDL option from functioning
  • Added PODs to the CI

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor about 3 years ago

MDTF-diagnostics - Version 3.0-beta 3 GFDL

This is the first stable release of v3.0-b.3 that works on GFDL post-processed (PP) data stored in /archive. The release has been tagged for reference purposes, and is not recommended for ongoing use, as the package version is not under active development.

  • Check out the release on a new branch in your local repository copy by entering:
git fetch --all --tags
git checkout tags/v3.0-b.3.gfdl -b <new branch name>

Climate Change - Earth and Climate Modeling - Python
Published by wrongkindofdoctor about 3 years ago

MDTF-diagnostics - Version 3.0 beta, release 3

The majority of changes made in this release are to the organization of the framework code and should be transparent to users and POD developers; in particular, all current command-line settings will function in the same way, and all documentation on mdtf-diagnostics.readthedocs.io is up to date. The most relevant new features are:

  • Support for the new, more detailed POD settings file format described in the documentation website.
  • Automatic conversion of names and units for model data variables and coordinates (as specified in the new settings file format).
  • Automatic extraction of pressure levels from 4D data when needed.
  • Better logging and error handling. Debugging information is enabled with the ‘-v’ flag, and console output is automatically saved to a log file.
  • Support for fetching model data from files in the CMIP6 DRS directory hierarchy on a locally mounted drive.
  • Bug fixes for the GFDL-specific installation procedure.

For more detailed information, see the pull request.

Climate Change - Earth and Climate Modeling - Python
Published by tsjackson-noaa about 4 years ago

MDTF-diagnostics - Version 3.0 beta, release 2

Second beta release of version 3.0 framework, as described in the August 3rd collaboration-wide telecon. This is a developer preview aimed at allowing POD contributors to update their code to be compatible with changes made to the underlying framework in transitioning from version 2.0 to 3.0.

Climate Change - Earth and Climate Modeling - Python
Published by tsjackson-noaa over 4 years ago

MDTF-diagnostics - Version 3.0 beta, release 1

Initial beta release of version 3.0 framework, as described in the April 7th collaboration-wide telecon. This is a developer preview aimed at allowing POD contributors to update their code to be compatible with changes made to the underlying framework in transitioning from version 2.0 to 3.0.

Climate Change - Earth and Climate Modeling - Python
Published by tsjackson-noaa about 5 years ago

MDTF-diagnostics - Version 2.0 (NCAR)

Version 2.0 of the code as described in Process-Oriented Evaluation of Climate and Weather Forecasting Models, Bulletin of the American Meteorological Society 100(9), 1665-1686 (2019), https://doi.org/10.1175/BAMS-D-18-0042.1, and developed by

Yi-Hung Kuoa, C.-C. (Jack) Chenb, Danielle R. B. Colemanb, Eric D. Maloneyc, Andrew Gettelmanb, Yi Mingd, J. David Neelina, Daniel Barriee, Annarita Mariottie, Bohar Singhc, H. Annamalaif, Alexis Bergg, James F. Boothh, Suzana J. Camargoi, Aiguo Daij, Alex Gonzalezk, Jan Hafnerf, Xianan Jiangk, Xianwen Jingl, Daehyun Kimm, Arun Kumarn, Yumin Moonm, Catherine M. Naudo, Adam H. Sobeli,p, Kentaroh Suzukil, Fuchang Wangq,r, Junhong Wangj, Allison A. Wings, Xiaobiao Xuq and Ming Zhaod.

a: Department of Atmospheric and Oceanic Sciences, University of California, Los Angeles, Los Angeles, California
b: National Center for Atmospheric Research, Boulder, Colorado
c: Department of Atmospheric Science, Colorado State University, Fort Collins, Colorado
d: Geophysical Fluid Dynamics Laboratory, Princeton, New Jersey
e: National Oceanic and Atmospheric Administration/Climate Program Office, Silver Spring, Maryland
f: International Pacific Research Center/Department of Oceanography, University of Hawai‘i at Mānoa, Honolulu, Hawaii
g: Department of Civil and Environmental Engineering, Princeton University, Princeton, New Jersey
h: City College of the City University of New York, New York, New York
i: Lamont-Doherty Earth Observatory, Columbia University, Palisades, New York
j: Department of Atmospheric and Environmental Sciences, University at Albany, State University of New York, Albany, New York
k: Joint Institute for Regional Earth System Science and Engineering, University of California, Los Angeles, Los Angeles, California
l: Atmosphere and Ocean Research Institute, The University of Tokyo, Kashiwa, Japan
m: Department of Atmospheric Sciences, University of Washington, Seattle, Washington
n: National Oceanic and Atmospheric Administration/Climate Prediction Center, College Park, Maryland
o: Columbia University, New York, New York
p: Department of Applied Physics and Applied Mathematics, Columbia University, New York, New York
q: Center for Ocean-Atmospheric Prediction Studies, Florida State University, Tallahassee, Florida
r: Institute of Oceanography, Shanghai Jiao Tong University, Shanghai, China
s: Department of Earth, Ocean, and Atmospheric Science, Florida State University, Tallahassee, Florida

Climate Change - Earth and Climate Modeling - Python
Published by tsjackson-noaa over 5 years ago