Recent Releases of MDTF-diagnostics
MDTF-diagnostics - v4.2
What's Changed
- infer 'start_time' and 'end_time' from 'time_range' due to type issues by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/691
- move line setting date_range in query_catalog() by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/693
- Fix issues in pp query by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/692
- add escape brackets to command-line commands by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/694
- Fix convective_transition_diag POD by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/695
- add ua200-850 and va200-850 to gfld-cmor-tables by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/696
- add ice/ocean precip entries to GFDL fieldlist by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/697
- Add alternate standard names entry to fieldlists and varlistEntry objects by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/699
- add function check_multichunk to fix issue with chunk_freqs by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/701
- add plots link to pod_error_snippet.html by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/705
- add variable table tool and put output into docs by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/706
- rework ref_vartable.rst to link directly to html file of the table by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/707
- remove .nc files found in OUTPUT_DIR depending on config file by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/710
- fix formatting issues in output reference documentation by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/711
- update 'standard_name' for each var in write_pp_catalog by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/713
- Update docs about --env_dir flag by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/715
- Fix dummy translation method in NoTranslationFieldlist by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/717
- Reimplement crop date range capability by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/718
- Create drop attributes func by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/720
- Update mdtf dev env file by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/722
- Fix various pp issues related to running seaice_suite by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/721
- fix typo in container_config_demo.jsonc by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/725
- Cesm cat builder by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/726
- Add dask_delayed nc write calls by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/728
- add external script into example_notebook by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/731
- small fix by @bitterbark in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/729
- add function to normalize all time coord units by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/732
- del bounds attr from coord in drop_attributes() by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/733
- add new --freq flag in mdtf-test-data to docs and tests by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/734
- remove wildcard from realm_regex def by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/735
- Pull Request for the MDSL POD by @nishsilva in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/736
- add needed packages for MDSL POD to env_python3_base.yml by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/740
- Update docs by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/737
- change version to 4.2 in doc/conf.py and setup.py by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/741
- Add mdsl POD to docs by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/742
- downgrade xesmf to 0.8.7 to avoid package conflicts with esmf and esmpy by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/743
New Contributors
- @nishsilva made their first contribution in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/736
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
- add logic to throw out elements out of date_range in check_group_date… by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/650
- Fix cat templates by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/651
*remove time_range from groupby_attrs templates by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/652 - catalog builder updates by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/654
- delete confusing attributes by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/655
- fix time and time_range entries in test csv files by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/656
- add date to drop_vars by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/657
- fix variable typo in reconcile_names by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/658
- add logic to handle unexpected type in check_group_daterange by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/661
- add function to verify that conda dirs exists after parsing config file by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/663
- change time sort in preprocessor to rely on time coord by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/665
- add falwa package to python3 base env files by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/668
- Update docs by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/670
- rework check_group_daterange to work with data starting at year 0001 by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/669
- Clean up docstrings by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/673
- initial implementation of notebook PODs by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/674
- add check for correct config file path to framework driver by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/680
- move global realm setting to pod data section by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/683
- add static variable support to preprocessor by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/685
- Container by @aradhakrishnanGFDL in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/678
- Container Documentation by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/687
- Fix ci bugs by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/688
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
- Add attribute approximate match method to xr_parser by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/496
- Stc qbo enso by @delsbury in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/495
- Update fieldlist tables by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/506
- add sphinx build action on pull request by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/515
- Fixes for cesm catalog builder and MJO_suite settings file by @bitterbark in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/524
- initial submodule (TempestExtremes) support by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/526
- Refactored preprocessor updates by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/532
- add start_time and end_time attrs to catalog_builder.py by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/546
- update cmip6 cmor tables by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/548
- 529 contrib by @aradhakrishnanGFDL in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/550
- addng gfdl cmip variable mapping plus the additional info needed. note that… by @aradhakrishnanGFDL in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/557
- Refactor translator by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/561
- Update preprocessor.py by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/573
- add packages required by faw diag to python3 base yaml by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/578
- Add support for string time_ranges and date ranges with multiple delimiters by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/593
- add monthly date_format in check_group_daterange by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/597
- add support for yyyy, yyyymm to start and end dates by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/600
- add logic to check standard and long names to convertdataarray function by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/602
- Add separate environment files for micromamba installation by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/607
- Update README.md by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/608
- Remove sites dir by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/619
- add 'precipitation_flux' to CESM fieldlist by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/628
- add logic to infer start and end times for time range and update form… by @jtmims in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/636
- update conda envs to python 3.12 by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/641
- Add catalog documentation by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/647
- Update docs by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/649
New Contributors
- @delsbury made their first contribution in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/495
- @jtmims made their first contribution in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/515
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
- update the MDTF logo in doc/img and ref in README.md by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/484
- Fix sphinx issues by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/485
- Slight csh fixes for error handling for GFDL frepp wrapper by @ceblanton in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/488
- Upgrade conda environments to Python 3.11 by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/483
- Fix conda install scripts by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/493
- Add capability to manage conda environments with micromamba by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/493
New Contributors
- @ceblanton made their first contribution in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/488
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
- update the MDTF logo in doc/img and ref in README.md by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/484
- Fix sphinx issues by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/485
- Slight csh fixes for error handling for GFDL frepp wrapper by @ceblanton in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/488
- Upgrade conda environments to Python 3.11 by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/483
- Add support to install conda environments with micromamba
- Add special instructions to run the package on Apple M-series Macs
New Contributors
- @ceblanton made their first contribution in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/488
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
- Feature/stc spv extremes by @ahbutlerwx in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/479
- FIx conda issues in GitHub Actions by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/481
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
- add esm intake catalog builder tool by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/453
- Update cmor tables by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/454
- add Feature/stc annular modes by @zdlawrence in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/455
- Fix multirun extract level function bug by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/458
- Fix catalog batch script by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/459
- Add gfdl cat by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/461
- fix bug in xr_parser.reconcile_dimension_coords by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/462
- Update preprocessor functions to allow multiple variable coordinates by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/466
- add Code of conduct by @aradhakrishnanGFDL in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/417
- add assoc_files att to catalog_builder by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/470
- Update fieldlist_NCAR.jsonc by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/471
- stop the macos tests in the ci by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/473
- Update esm-intake version by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/475
- Add multirun capability to blocking_neale POD by @bitterbark in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/472
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
- add data_type to mdtf_frepp_template.jsonc by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/444
- Feature/stc ozone by @ahbutlerwx in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/445
- Add gfdl-specific multirun classes and configuration files by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/446
- update xarray and intake-esm conda packages by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/447
- Fix bug in xr_parser reconcile_scalar_value_and_coords by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/450
- Feature/stc vert wave coupling by @zdlawrence in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/451
- TC MSE POD Proposal for Incorporation into NOAA's Repo by @jcstarr in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/448
New Contributors
- @ahbutlerwx made their first contribution in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/445
- @jcstarr made their first contribution in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/448
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
- Add a tool to convert file names to the default Local_file format by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/438
- Add option to bypass the preprocessor by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/439
- Update checkout action from v2 to v3 in mdtf_tests.yml by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/441
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
- bump cartopy to v 0.21.0 to try and resolve issues with naturalearth by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/420
- add networkx and jupyterlab to python3_base.yml by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/424
- update var attributes in pre_decode by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/425
- update python version from 3.8 to 3.10 by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/423
- add updated pdf docs to _static directory by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/426
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/427
- clean up docs and add multirun info by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/431
- fix logic core.parse_pod_list so that example string is matched exact… by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/432
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
- bump python to version 3.8 in conda env config files and mdtf_test yaml by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/415
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
- update cartopy version in python3 conda environment file by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/406
- add cython to env_python3_base.yml by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/408
- Feature/stc eddy heat fluxes by @zdlawrence in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/373
- Add stc eddy heat fluxes POD to CI by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/409
- bump package versions in doc requirements and env_dev yaml file by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/410
- Add static docs by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/411
- bump xarray version to 0.20 or later in python3 base yaml by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/412
- Add multirun support: framework mods and example_multicase POD by @wrongkindofdoctor in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/407
New Contributors
- @zdlawrence made their first contribution in https://github.com/NOAA-GFDL/MDTF-diagnostics/pull/373
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
