JGCRI / hectorui

A web-based interactive scenario builder and visualization application for the Hector climate model
https://jgcri.github.io/hectorui
GNU General Public License v3.0
5 stars 3 forks source link

HectorUI v2.0 #51

Closed stephpenn1 closed 2 years ago

stephpenn1 commented 2 years ago

HectorUI v2.0

Type of Change

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 πŸ‘Ύ

New Features πŸ’‘

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #51 (0df944c) into main (6a569fe) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          272       270    -2     
=========================================
- Hits           272       270    -2     
Impacted Files Coverage Ξ”
R/set_globals.R 100.00% <100.00%> (ΓΈ)

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 6a569fe...0df944c. Read the comment docs.