Skip to content
Success

Changes

Summary

  1. QuadTune: Plot orange x on threeDot panels in order to represent what change QuadTune actually wants to make to the metrics. (details)
  2. Prescribe Forcings GPUization (#1204) (details)
  3. QuadTune: Fix commit bug and add numXBoxes. (details)
Commit bedc6f80e28c38b2c78facb93536d3e56ff2a488 by Vince Larson
QuadTune: Plot orange x on threeDot panels in order to represent what change QuadTune actually wants to make to the metrics.

For #910.
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
The file was modified utilities/sens_matrix/create_figs.py (diff)
Commit aff1bb12551c5b3a8ab1c4d773ef5c17fb96c53b by noreply
Prescribe Forcings GPUization (#1204)

* First bit of prescribe forcings GPUization. Only tested with arm so far.

* Cherry-pick merge

* Missed file

* GPUizing more cases

* Rest of cases GPUized

* Little more GPUization and fixes.

* Bug fix to minloc calculation affecting cases with l_modify_bc_for_cnvg_test=.true., unclear why this is a bug. Also adding ifdef around print in GPU code

* Adding Benchmark_cases to OMP conversion list
The file was modified src/Benchmark_cases/gabls3_night.F90 (diff)
The file was modified src/CLUBB_core/interpolation.F90 (diff)
The file was modified src/Benchmark_cases/bomex.F90 (diff)
The file was modified src/Benchmark_cases/wangara.F90 (diff)
The file was modified src/Benchmark_cases/dycoms2_rf02.F90 (diff)
The file was modified src/Benchmark_cases/cloud_feedback.F90 (diff)
The file was modified src/Benchmark_cases/fire.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/Benchmark_cases/arm_3year.F90 (diff)
The file was modified src/Benchmark_cases/diag_ustar_module.F90 (diff)
The file was modified src/Benchmark_cases/twp_ice.F90 (diff)
The file was modified src/Benchmark_cases/lba.F90 (diff)
The file was modified src/Benchmark_cases/atex.F90 (diff)
The file was modified src/Benchmark_cases/astex_a209.F90 (diff)
The file was modified compile/convert_acc_to_omp.bash (diff)
The file was modified src/Benchmark_cases/mpace_b.F90 (diff)
The file was modified src/Benchmark_cases/arm_0003.F90 (diff)
The file was modified src/Benchmark_cases/gabls3.F90 (diff)
The file was modified src/Benchmark_cases/nov11.F90 (diff)
The file was modified src/Benchmark_cases/sfc_flux.F90 (diff)
The file was modified src/time_dependent_input.F90 (diff)
The file was modified src/Benchmark_cases/arm.F90 (diff)
The file was modified src/Benchmark_cases/gabls2.F90 (diff)
The file was modified src/Benchmark_cases/neutral_case.F90 (diff)
The file was modified src/Benchmark_cases/cobra.F90 (diff)
The file was modified src/Benchmark_cases/spec_hum_to_mixing_ratio.F90 (diff)
The file was modified src/Benchmark_cases/dycoms2_rf01.F90 (diff)
The file was modified src/Benchmark_cases/rico.F90 (diff)
The file was modified src/Benchmark_cases/arm_97.F90 (diff)
Commit 3301537e76921afc9e7bb6a3c8b37a1b0005671c by Vince Larson
QuadTune: Fix commit bug and add numXBoxes.

For #910.
The file was modified utilities/sens_matrix/create_figs.py (diff)
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)