Skip to content

Releases: ARM-DOE/EMC2

v1.3.6

06 Feb 19:19
fcfce31

Choose a tag to compare

What's Changed

  • DOC: P3 logic implementation demo notebook by @isilber in #148
  • FIX: incorrect KAZR site by @isilber in #149
  • Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by @dependabot[bot] in #150
  • BUG: handle model output with large ql fraction but truncated in-cloud by @isilber in #151
  • MNT: main.py refactoring by @isilber in #152
  • ENH: piecewise power-law Vt + by @isilber in #153
  • FIX: set setuptools-scm version from git tag in pypi-release workflow by @isilber in #155

New Contributors

Full Changelog: 1.3.5...1.3.6

v1.3.5

11 Aug 16:36
5ac6038

Choose a tag to compare

What's Changed

  • P3 microphysics scheme logic by @isilber in #139
  • DEV: add fluffines to P3 hybrid == 1 consistent with P3 in E3SMv3 by @isilber in #140
  • ENH: add option to skip "fluffy" ice scaling factor for rad approach by @isilber in #141
  • ENH: air density correction factor to V_D by @isilber in #142
  • BUG: missing P3 ice output when Fr=0.0 by @isilber in #143
  • ENH: Dynamic relative variance in subcolumn q_c allocation. by @isilber in #144
  • Reduced volume LUTs and updated P3 LUTs by @isilber in #145
  • REL: v1.3.5 by @isilber in #147

Full Changelog: 1.3.4...1.3.5

v1.3.4

06 May 20:44
6c3804f

Choose a tag to compare

What's Changed

  • WRF model class enhancements and corrections by @isilber in #129
  • MNT: v1.3.3 in setup.py by @isilber in #130
  • ENH: Modernize github workflows by @mgrover1 in #132
  • Refactoring of the instrument class code and addition of instrument class replica by @isilber in #131
  • FIX: remove PieMieScatt from docs continuous integration and update object class doc by @isilber in #133
  • Update the EMC² documentation to align with ARM-DOE GitHub organization requirements by @isilber in #134
  • DOC: reflect EMC² migration to the ARM-DOE organization by @isilber in #135
  • REL: v1.3.4 by @isilber in #136
  • Update github workflows by @isilber in #137
  • FIX: inconsistent mu and lambda calculation when N_sub=1 (subcolumn g… by @isilber in #138

New Contributors

Full Changelog: 1.3.3...1.3.4

v.1.3.3

07 Nov 18:39
73d0e70

Choose a tag to compare

This release features:

  • Option for pre-processing and concatenation of multi-sub-domain output
  • Change the E3SM model subclass name to E3SMv1
  • An optional E3SMv1 input parameter for the inclusion of rain in forward calculations
  • Add a single ice option to the E3SMv1 class in prep for an E3SMv3 subclass
  • E3SMv3 model subclass (contributed by @mengz1993)
  • Radiation scheme family and microphysics scheme Model class attributes
  • Refactoring of terminal velocity parameterization selection
  • Remove/fix deprecated objects/command

v1.3.2

31 Jul 16:19
f836d43

Choose a tag to compare

This release features:

  • Important bug fixes in hydrometeor allocation (contributed by @mengz1993)
  • A new option to skip spectral width calculations (contributed by @mckenna-stanford)
  • Plotting module updates to reflect deprecated matplotlib methods
  • Subset feature for DHARMA sub-module
  • Removal of Thompson PSD and r_e calculations
  • Documentation updates

v1.3.1

19 Apr 18:26
0f0c9b6

Choose a tag to compare

This version includes:

Bug fixes
ACT version compatibility
Documentation update

1.3.0: Merge pull request #107 from rcjackson/v13

07 Apr 21:57
2a7292c

Choose a tag to compare

This includes new statistics (CFADs) as well as generation of lidar scattering ratio and cloud fraction products.

v1.2.3

13 Oct 20:36
4e8cef5

Choose a tag to compare

This has some critical fixes to the subcolumn generator.

v1.2.2

27 Sep 12:55
7468e72

Choose a tag to compare

This version of EMC^2 has several bugfixes and adds support for WRF-NSSL and multiple ice precipitation classes.

1.2: Merge pull request #62 from isilber/IS_dev

02 Dec 13:07
19dc8e2

Choose a tag to compare

We have released EMC^2 v.1.2.

Significant updates: Main highlights are E3SM and CESM2 support, regional domain output treatment, and CSAPR support

In addition to several more minor fixes and added features:

  • Several bug fixes and adding a radar detectability mask
  • Corrections to some strings printed on string during plotting method processing
  • Important 'total' variable calculation fixes
  • Treatment of regional output for plotting (cropping without stepping over the full dataset)
  • Added the parallel and chunk options in main module
  • Added parallelism to subcolumn allocation task
  • Added a dim permutation method for EMC^2 consistency (especially with regional output)