Skip to content
Success

Changes

Summary

  1. Clubb timer upgrade (#1328) (details)
  2. Pumas fix test (#220) (details)
Commit 2bb406e84226b43fe61df83975fba55670fb01b2 by noreply
Clubb timer upgrade (#1328)

* Upgrading CLUBBs timer system. Now we either can use gptl just by compiling with it, or we use a cpu_time based fallback that was designed to be a crude copy

* Giving up on using the build system to detect stale build, switching to a method that just compares timestamps on directories

* Fixing small UI bug and removing a bit of dead code in the dash app, also fixing a gptl compiling issue on mac

* Little fix for python

* Adding a bit about the new timing output in the output section of the README

* Improving print statements and disabling timing and iteration prints when debug=-1

---------

Co-authored-by: Gunther Huebler <guntherhuebler@frankie.uits.uwm.edu>
The file was modifiedstats_netcdf.F90 (diff)
The file was modifiedCMakeLists.txt (diff)
The file was modifiedcode_timer_module.F90 (diff)
Commit d8aecdb15bc1aa14eb613f8841c6edea58a88750 by noreply
Pumas fix test (#220)

* Making setup script a little more robust

* Fixing bug in PUMAS that triggers when using mid-top (MTso) and silhs (subcols). I suppose this is technically BIT_CHANGING since it fixes a bug, and fixes the previous fail so RESOLVED:d0a7b41dce2ec8ab0dbd72951960f3ae7cc7f6bd
The file was modifiedsrc/physics/cam7/micro_pumas_cam.F90 (diff)
The file was modifiedrun_scripts/set_up_repo.py (diff)