Skip to content
Success

Changes

Summary

  1. I added error prints to the interface for Morrison microphysics that (details)
  2. Breaking up column loop in advance_clubb_core. larson-group/clubb#972 (details)
  3. Pushing loop into pdf_closure and breaking it up. larson-group/clubb#972 (details)
  4. I changed C_invrs_tau_N2_wp2 from 0.1 to 0.2 to help stop turbulence (details)
  5. Clarifies debugging messages of thread test (details)
Commit 99c51833bb140ec882b95c7d25d97fd6a8db6992 by bmg2
I added error prints to the interface for Morrison microphysics that
print many important fields when a NaN has been detected in a
microphysics tendency output.
The file was modified src/morrison_microphys_module.F90 (diff)
Commit 831646a1ea7851a89f63f512bc3ce1cdcd2832dc by Gunther Huebler
Breaking up column loop in advance_clubb_core. larson-group/clubb#972
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit 4b7d05d439da9c873901b0ca4d1d9478f07ddd7e by Gunther Huebler
Pushing loop into pdf_closure and breaking it up. larson-group/clubb#972
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit 85a583bd16acfc64ef77a80452507b9141423e65 by bmg2
I changed C_invrs_tau_N2_wp2 from 0.1 to 0.2 to help stop turbulence
from going to the model top, which ultimately caused MC3E to crash
by becoming too cold.  Additionally, I set C_invrs_tau_shear back
to 0.15 from 0.16. This commit is BIT_CHANGING.
The file was modified input/tunable_parameters/tunable_parameters.in (diff)
The file was modified src/CLUBB_core/parameters_tunable.F90 (diff)
Commit 4e09f4778cdbe7d008b9a64f5ba89f7f55c99848 by noreply
Clarifies debugging messages of thread test
The file was modified run_scripts/run_thread_test.bash (diff)