Skip to content

Changes

#25 (Apr 25, 2025, 3:05:10 AM)

  1. Fix segfault involving initialization of CLUBB when l_add_dycore_grid=F — Steffen Domke / githubweb
  2. Removed unnecessary print statements in clubb_driver — Steffen Domke / githubweb
  3. Err code gpu fix (#1241) — noreply / githubweb

#24 (Apr 24, 2025, 3:05:06 AM)

  1. Err code struct (#1238) — noreply / githubweb
  2. Fix that causes BFB GPU tests to break. We need to copy these variables to the CPU before outputtin to disk. It's very unclear why the BFB GPU test ever passed without this. — Gunther Huebler / githubweb

#23 (Apr 23, 2025, 3:05:06 AM)

  1. I updated adj_low_res_nu for use with a generalized grid. It is — bmg2 / githubweb
  2. Since the call to adj_low_res_nu is not tested by CLUBB's main — bmg2 / githubweb

#22 (Apr 15, 2025, 3:05:09 AM)

  1. Add a blank line to README in order to note BIT_CHANGING:969bc4aa2a1db2664c0f92b98d2df5544c554c32 — noreply / githubweb

#21 (Apr 10, 2025, 3:05:09 AM)

  1. Clubb silhs gg (#1239) — noreply / githubweb

#20 (Mar 29, 2025, 3:05:09 AM)

  1. Hot fix to GPU code. These _init variables need to be copied to the GPU — Gunther Huebler / githubweb
  2. Second hot fix for more _init variables that need to be copied in. RESOLVED:ed9ae72a5eb28dbc036dd3e14b9312eea840feac — Gunther Huebler / githubweb
  3. Third hotfix of the day. This last change teased out a sneaky potentially fatal bug for cases using l_cloud_sed=.true., making this a BIT_CHANGING fix. Also need to include BIT_CHANGING:13ad3cfe7872df2fe91250265f4a81baa621a882 because that was a fix to a fatal bug in some cases. Also including some other small fixes that weren't breaking any tests, but might've caused problems in the future. — Gunther Huebler / githubweb
  4. Removing accidentally added file. — Gunther Huebler / githubweb

#19 (Mar 28, 2025, 3:05:06 AM)

  1. Clubb driver upgrades (#1225) — noreply / githubweb

#18 (Mar 26, 2025, 3:05:09 AM)

  1. QuadTune: Read in obs for custom metrics automatically from obs file. — Vince Larson / githubweb

#17 (Mar 25, 2025, 3:05:10 AM)

  1. QuadTune: Rename "setUpInputs" to "setUpConfig".  Rename other variables.  Improve comments in quadtune_driver.py. — Vince Larson / githubweb

#16 (Mar 23, 2025, 3:05:07 AM)

  1. QuadTune: Create config file where a user can input "namelist" info about his obs and simulations.  Also add an example config file so that the user can keep multiple namelists.  Do minor refactorings. — Vince Larson / githubweb
  2. QuadTune: Rename "linSoln" to "globTuned" in order to denote the global simulation result after tuning.  Add docstrings to more functions. — Vince Larson / githubweb
  3. Clubb test correct gg (#1237) — noreply / githubweb

#15 (Mar 22, 2025, 3:05:08 AM)

  1. QuadTune: Move import statements to top of file.  Move abbreviateParamsNames to set_up_inputs.  Neaten source code a bit. — Vince Larson / githubweb

#14 (Mar 21, 2025, 3:05:09 AM)

  1. QuadTune: Set plot-type flags in set_up_inputs.py and then feed them into create_nonbootstrap_figs.py. — Vince Larson / githubweb

#13 (Mar 20, 2025, 3:05:10 AM)

  1. QuadTune: Improve plot titles, add (a), (b), (c) to subpanels, etc. — Vince Larson / githubweb
  2. QuadTune: Remove dependence of QuadTune code on file analyze_sensitivity_matrix.py. — Vince Larson / githubweb
  3. QuadTune: Rename files. — Vince Larson / githubweb

#12 (Mar 16, 2025, 3:05:09 AM)

  1. QuadTune: Shut off bootstrap fig display, set useBootstrap=F, and improved fonts on scatterplots. — Vince Larson / githubweb

#11 (Mar 14, 2025, 8:21:47 AM)

  1. Updating the Jenkinsfile for the CLUBB generalized vertical grid test — bmg2 / githubweb
  2. Revert "When the run_clubb_w_varying_flags.py script is running a generalized" — bmg2 / githubweb

#10 (Mar 14, 2025, 1:16:44 AM)

  1. When the run_clubb_w_varying_flags.py script is running a generalized — bmg2 / githubweb

#9 (Mar 13, 2025, 9:03:52 PM)

  1. One of the previous issues with this python script is that it — bmg2 / githubweb
  2. I am setting the exit_code for the python script to be based on — bmg2 / githubweb
  3. I added some helpful print statements and imported "sys" for the — bmg2 / githubweb
  4. Changing the generalized vertical grid Jenkins test to use the new — bmg2 / githubweb

#8 (Mar 13, 2025, 3:05:07 AM)

  1. I added a stripped down version of the run_bindiff_w_flags.py script — bmg2 / githubweb

#7 (Mar 12, 2025, 3:05:08 AM)

  1. The generalized grid test should not output a clubb fatal error when it — bmg2 / githubweb

#6 (Mar 8, 2025, 3:05:08 AM)

  1. Revert "I have no idea if it's appropriate to include gr in this statment," — bmg2 / githubweb
  2. Added a special G unit Jenkins test for the Reverse Direction — bmg2 / githubweb
  3. I accidentally committed G_unit_tests.in as part of my previous commit. — bmg2 / githubweb
  4. I forgot to update the test name in the Jenkinsfile. — bmg2 / githubweb
  5. I discovered that I inadvertently change an $acc statement that — bmg2 / githubweb

#5 (Mar 6, 2025, 3:05:08 AM)

  1. I have no idea if it's appropriate to include gr in this statment, — bmg2 / githubweb

#4 (Mar 5, 2025, 6:27:25 PM)

  1. Eliminate GOTO statement in stats_clubb_utilities (#1233) — noreply / githubweb
  2. Updated Jenkins api_commitment_test to python3 (#1235) — noreply / githubweb
  3. Fixed Jenkins api_commitment_test (#1236) — noreply / githubweb
  4. Added some missing acc parallel statments around some the loops — bmg2 / githubweb
  5. Fixed a bug — bmg2 / githubweb

#3 (Mar 5, 2025, 3:05:09 AM)

  1. I changed the variable type within grid function flip from dp to — bmg2 / githubweb
  2. Fixed a compiling issue with CAM-CLUBB. — bmg2 / githubweb
  3. Hopefully this helps the cpu vs. gpu tests. — bmg2 / githubweb
  4. There were some flips inside the stats code for BUGSrad that required — bmg2 / githubweb

#2 (Mar 4, 2025, 3:05:10 AM)

  1. Updated calls to some CLUBB subroutines in the wake of recent CLUBB — bmg2 / githubweb