Skip to content

Releases: JGCRI/hectorui

v3.1

01 Oct 01:30
dc46bb1
Compare
Choose a tag to compare

This Minor patch includes bug fixes from

v3.0

05 Jun 22:19
3bdbd46
Compare
Choose a tag to compare

HectorUI v3.0

Highlights ✨

Introducing HectorUI v3.0, an upgraded version of HectorUI introducing new features and compatibility with Hector v3.2.0. This update also introduces module and r6 classes for a optimized code and server functionality.
image

Bug Fixes 👾

New Features 💡

  • RCPs -> SSPs
  • Updated tutorial
  • Adds Permafrost in Hector runs
  • Improved reproducibility with downloadable parameter choices
  • Carbon Tracking tab: users can now track a carbon pool as it "moves" through Hector
image

v2.0.0

16 Apr 16:26
74a6fea
Compare
Choose a tag to compare

HectorUI v2.0.0

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Highlights ✨

Introducing HectorUI v2.0, an extension of the v1.2 April release, focused on model parameter ranges and user experience.
hector_v2

Bug Fixes 👾

  • Fixes #37
  • Smoother viewport adjustments for tablet and mobile
  • Removed preindustrial CO2 parameter (closes #48)

New Features 💡

  • NEW video tutorial under Guides
  • Parameter ranges defined from a LHS sensitivity analysis (closes #40)
  • Descriptive plain language parameter descriptions (resolves #41; closes #45 )
  • Slider bars for visual parameter tuning
  • Updated intuitive plot color schemes

Sensitivity Analysis 📊

~19,000 Hector runs of the following parameter range combinations with no errors:
Screen Shot 2022-03-25 at 7 39 23 PM

for n_samples in [50, 100, 500, 1000, 2500, 5000, 10000]:
    
    print(f"Processing n_samples:  {n_samples}...")
    
    run_convergence_test(problem, 
                         problem_number, 
                         n_samples, 
                         output_dir, 
                         vars_hectorui_to_hector,
                         units_hectorui_to_hector, 
                         inifile, 
                         date_vector, 
                         scenario_name, 
                         through_yr)

image

v1.2.0 PNNL web feature

13 May 19:01
229865a
Compare
Choose a tag to compare

Pre-release version associated with the PNNL Web Feature | April 21, 2021

v1.1.6 JOSS publication

11 Dec 18:11
Compare
Choose a tag to compare

This release represents the version used for the following JOSS publication:

Evanoff, J., C.R. Vernon, S. Waldhoff, A. Snyder, and C. Hartin (2020). hectorui: A web-based interactive scenario builder and visualization application for the Hector climate model. Journal of Open Source Software, 5(56), 2782. https://doi.org/10.21105/joss.02782

v1.1.5 Updated Documentation

02 Dec 16:33
9ea85a1
Compare
Choose a tag to compare

This release includes:

  • updated documentation representing local development instructions
  • updated documentation for Hector resources

v1.1.4 hectorui

09 Nov 19:58
93a7382
Compare
Choose a tag to compare

This release resolves the open issues for the joss review. Parameters have updated limits and a new error message. Contribution, installation, and citation information has been updated.

v1.1.3 hectorui

19 Oct 16:08
f11d208
Compare
Choose a tag to compare

This release fixes an issue with the DOI URL's in the paper.bib file.

v1.1.2 hectorui

19 Oct 15:18
fec736e
Compare
Choose a tag to compare

This release fixes missing DOI's for paper bilbiography

v1.1.1 hectorui

09 Oct 16:20
a0d70d6
Compare
Choose a tag to compare

v1.1.1 hectorui

This release incorporates the following:

  • Per JOSS requirements, changed "Introduction" to "Statement of need" in the paper.md.

  • Also, moved docs out of this branch and into gh-pages for pkgdown.