Releases: ARM-DOE/EMC2
Releases · ARM-DOE/EMC2
v1.3.6
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
- @dependabot[bot] made their first contribution in #150
Full Changelog: 1.3.5...1.3.6
v1.3.5
What's Changed
- P3 microphysics scheme logic by @isilber in #139
- DEV: add fluffines to P3
hybrid == 1consistent 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.0by @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
What's Changed
WRFmodel 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
This release features:
- Option for pre-processing and concatenation of multi-sub-domain output
- Change the
E3SMmodel subclass name toE3SMv1 - An optional
E3SMv1input parameter for the inclusion of rain in forward calculations - Add a single ice option to the
E3SMv1class in prep for an E3SMv3 subclass E3SMv3model subclass (contributed by @mengz1993)- Radiation scheme family and microphysics scheme
Modelclass attributes - Refactoring of terminal velocity parameterization selection
- Remove/fix deprecated objects/command
v1.3.2
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
1.3.0: Merge pull request #107 from rcjackson/v13
This includes new statistics (CFADs) as well as generation of lidar scattering ratio and cloud fraction products.
v1.2.3
v1.2.2
1.2: Merge pull request #62 from isilber/IS_dev
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)