Skip to content
Success

Changes

Summary

  1. Clubb radiation update (#1283) (details)
  2. Dash app improvements (#1280) (details)
Commit cbaf3b7cad36f5843a53f7e5ce77943ca7cc64c9 by noreply
Clubb radiation update (#1283)

* Compartmentalizing radiation code a bit

* More compartmentalizing

* Pushing loop into bugsrad because it makes things cleaner

* Small loop pushes

* Little cleanup

* Moving soil_veg code

* GPU fix and a little cleanup

* Missed a file to commit

* Making work with old build system

* Need zeroing routines for set_case_initial_conditions

* Adding comment explaining why advance_soil_veg is being packaged with Radiation code now
The file was modifiedsrc/CMakeLists.txt (diff)
The file was modifiedsrc/Radiation/BUGSrad/driver_read.F (diff)
The file was addedsrc/Radiation/soil_vegetation.F90
The file was modifiedsrc/Radiation/radiation_module.F90 (diff)
The file was modifiedcompile/file_list/clubb_bugsrad_files (diff)
The file was modifiedsrc/Radiation/CMakeLists.txt (diff)
The file was addedsrc/Radiation/radiation_variables_module.F90
The file was modifiedsrc/Radiation/extended_atmosphere_module.F90 (diff)
The file was modifiedsrc/Radiation/BUGSrad/bugs_rad.F (diff)
The file was removedsrc/Radiation/BUGSrad/variables_radiation_module.F90
The file was modifiedcompile/file_list/clubb_model_files (diff)
The file was removedsrc/soil_vegetation.F90
The file was modifiedsrc/CLUBB_core/numerical_check.F90 (diff)
The file was modifiedsrc/Radiation/bugsrad_driver.F90 (diff)
The file was modifiedsrc/clubb_driver.F90 (diff)
The file was modifiedsrc/Radiation/BUGSrad/CMakeLists.txt (diff)
The file was modifiedsrc/Radiation/simple_rad_module.F90 (diff)
Commit 49bd72c6b6ee57f27c7694b25facd1b0eb91bd09 by noreply
Dash app improvements (#1280)

* Mainly dash app improvements, but also removing unused args from stats and improving run scripts

* Small update to ui in run tab

* Improvements to make plotting faster, fixing various bugs, making things more robust, and adding more run modification fields (out_dir/dt_main/etc)

* Adding les plotting capabilities, lots of tiny improvements

* Reverting run_bindiff_all.py

* Tiny quality of life improvements - fixing port conflict, opening in browser automatically, and defaulting to the run_tab instead of requiring a first click
The file was addeddash_app/plot_tab/plot_types/budget_plot.py
The file was addeddash_app/run_tab/state.py
The file was addeddash_app/assets/32_plots_constant_param_rows.js
The file was addeddash_app/plot_tab/state.py
The file was modifiedsrc/CLUBB_core/stats_netcdf.F90 (diff)
The file was addeddash_app/run_tab/callbacks_console.py
The file was removeddash_app/tab_compare.py
The file was modifieddash_app/assets/11_tab_run_theme.css (diff)
The file was addeddash_app/plot_tab/plot_types/registry.py
The file was addeddash_app/plot_tab/plot_types/timeheight_plot.py
The file was addeddash_app/plot_tab/__init__.py
The file was addeddash_app/assets/34_run_param_clientside.js
The file was addeddash_app/plot_tab/plot_types/base_plot.py
The file was addeddash_app/plot_tab/case_definitions.py
The file was addeddash_app/plot_tab/tab.py
The file was addeddash_app/plot_tab/callbacks_grid.py
The file was addeddash_app/plot_tab/callbacks_case.py
The file was addeddash_app/plot_tab/plot_types/budget_groups.py
The file was addeddash_app/plot_tab/plot_types/shared.py
The file was modifieddash_app/assets/10_theme.css (diff)
The file was removeddash_app/tab_multicol.py
The file was addeddash_app/run_tab/tab.py
The file was addeddash_app/run_tab/callbacks_selection.py
The file was addeddash_app/assets/35_plots_keyboard.js
The file was addeddash_app/plot_tab/callbacks_controls.py
The file was removeddash_app/tab_run.py
The file was addeddash_app/run_tab/layout.py
The file was modifiedrun_scripts/run_scm.py (diff)
The file was addeddash_app/plot_tab/plot_types/specs.py
The file was addeddash_app/run_tab/runtime.py
The file was removeddash_app/case_definitions.py
The file was addeddash_app/run_tab/__init__.py
The file was addeddash_app/run_tab/callbacks_settings.py
The file was addeddash_app/plot_tab/plot_types/profile_plot.py
The file was addeddash_app/run_tab/namelist.py
The file was addeddash_app/assets/12_tab_plots_theme.css
The file was addeddash_app/assets/33_run_param_rows.js
The file was addeddash_app/plot_tab/benchmark_overlay.py
The file was modifiedrun_scripts/create_multi_col_params.py (diff)
The file was modifieddash_app/app.py (diff)
The file was addeddash_app/plot_tab/layout.py
The file was addeddash_app/plot_tab/plot_types/subcolumn_plot.py
The file was addeddash_app/plot_tab/plot_types/__init__.py
The file was addeddash_app/plot_tab/plot_types/timeseries_plot.py
The file was addeddash_app/run_tab/callbacks_runs.py
The file was addeddash_app/assets/31_plots_ui_resize.js
The file was addeddash_app/plot_tab/callbacks_params.py
The file was addeddash_app/run_tab/discovery.py