Skip to content
Success

Changes

Summary

  1. Ri zm calc cleanup (#1186) (details)
  2. Monoflux test (#1188) (details)
  3. Fixing bug. This loop has a vertical dependency prevent the use of collapse(2). See https://github.com/larson-group/cam/issues/175\#issuecomment-2261283301 (details)
  4. Small bug fix (details)
Commit af5ff60b788f7264dca65b00a4875297082038c6 by noreply
Ri zm calc cleanup (#1186)

CLUBB ticket #1145

- Removed redundant smooth_max call on Ri_zm in diagnose_Lscale_from_tau
- Renamed Ri_zm to Ri_zm_Cx in compute_Cx_fnc_Richardson to distinguish it from the Ri_zm used to caluculate invrs_tau_wpxp_zm
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
The file was modified src/CLUBB_core/advance_helper_module.F90 (diff)
Commit 15cdcef9c5c6e097d91712a10ea2c5b89c5ea0e1 by noreply
Monoflux test (#1188)

* Adding comments in code

* Adding test script

* Updating test script

* Adding jenkins file to run new test

* Adding descriptions, cleanup, and name change to indiciate this is a GPU test.

* Cleaup and adding references
The file was modified src/CLUBB_core/mono_flux_limiter.F90 (diff)
The file was addedjenkins_tests/clubb_monoflux_CPU_vs_GPU_diff/Jenkinsfile
The file was addedrun_scripts/test_monoflux_limiter_GPU.py
Commit 411597c76553f0baeb2bf38a8624c56adf4678da by Gunther Huebler
Fixing bug. This loop has a vertical dependency prevent the use of collapse(2). See https://github.com/larson-group/cam/issues/175\#issuecomment-2261283301
The file was modified src/CLUBB_core/mono_flux_limiter.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)