Skip to content
Failed

Changes

Summary

  1. Update clubb_intr.F90 (details)
  2. Reversed debug_level change to lapack_wrap (details)
  3. Cam clubb error handling jenkins test (#194) (details)
  4. Fixed and equalized NaN checks in lapack_wrap (#1246) (details)
  5. Using a CLUBB function to do a linear interpolation. It's possible that (details)
  6. Update clubb_intr.F90 (details)
  7. Changed output for CAM CLUBB error handling Jenkins test (details)
Commit 680ed4b0f4a48c4afc605d6185b27610abe6fc99 by noreply
Update clubb_intr.F90
The file was modified src/physics/cam/clubb_intr.F90 (diff)
Commit 91465cd225d4ba63b43789a5dcd42db2df44c5a6 by Steffen Domke
Reversed debug_level change to lapack_wrap
The file was modified src/physics/clubb/src/CLUBB_core/lapack_wrap.F90 (diff)
Commit 3c8451971af21fc8aac0c07f97a7b0babc2752d5 by noreply
Cam clubb error handling jenkins test (#194)

Wrote Jenkinsfile and bash script similar to CLUBB error handling test
The file was modified jenkins_tests/cam_clubb_error_handling_test/Jenkinsfile (diff)
The file was modified jenkins_tests/cam_clubb_error_handling_test/cam_test_fatal_error_handling.bash (diff)
Commit e36dc57a454f0700084bf2b81de84ef6f10dbcb4 by noreply
Fixed and equalized NaN checks in lapack_wrap (#1246)

See CAM pull request larson-group/CAM#188

Added debug_level_at_least(0) checks where missing and changed debug_level(1) to 0 in lapack_band_solve,
so the new CAM CLUBB error handling test can do what it's supposed to do.
The file was modified lapack_wrap.F90 (diff)
Commit ab8fae7439ce66431e0d473ed3ba29ef0d35d424 by bmg2
Using a CLUBB function to do a linear interpolation. It's possible that
this is BIT_CHANGING to round-off level.
The file was modified src/physics/cam/subcol_SILHS.F90 (diff)
Commit 05da6cae754fce3ac98db08f8f5bd7595c5fc57a by noreply
Update clubb_intr.F90

Replaced erroneously committed debug output with more evocative message.
The file was modified src/physics/cam/clubb_intr.F90 (diff)
Commit cac688a35daa94f28c3dc014ee2d7deda31ae769 by Steffen Domke
Changed output for CAM CLUBB error handling Jenkins test
CLUBB ticket larson-group/clubb#975

Now, we're writing the output of grep to a file and check if the file is empty to determine success or failure for each individual check.
The file was modified jenkins_tests/cam_clubb_error_handling_test/Jenkinsfile (diff)