Skip to content

Changes

#200 (Oct 5, 2025, 9:55:42 PM)

  1. Clubb driver upgrades part2 (#1257) — noreply / githubweb
  2. Clubb driver upgrades part2 (#1257) — noreply / githubweb
  3. Changes needed for compatibility with clubb_driver_upgrades_part2, from PR https://github.com/larson-group/clubb/pull/1257 (#204) — noreply / githubweb

#199 (Oct 3, 2025, 3:27:07 AM)

  1. Adding variables to openacc data statements. Without this, the code crashes when using the GPU with l_godunov_upwind_xpyp_ta=.true. — Gunther Huebler / githubweb
  2. thlm_ed and rtm_ed caused GPU errors since those variables were added to a acc loop, but never added to the acc data statement. This change makes it so they're only calculated on the CPU, since they are only used for stats, fixing the issue without adding the GPU memory footprint. — Gunther Huebler / githubweb
  3. Clubb intr revert (#203) — noreply / githubweb

#198 (Oct 2, 2025, 3:27:07 AM)

  1. Making the l_random_k_lh_start set the random generator seed before generating a random. This should fix the generalized grid test, which failed for the only flag set that turned on l_random_k_lh_start. Before, the test passed because we used the same random seed for all timesteps, preventing differences in the random call. But now we use a different seed each timestep, causing differences. To ensure reproducibility, we use the seed each timestep to generate rand_pool, which is an effective solution, but we need to do that for the rand_integer_in_range call in the l_random_k_lh_start code for the same reason. Since this does change the random that comes out, this is BIT_CHANGING, but only for runs using both SILHS and l_random_k_lh_start=.true. — Gunther Huebler / githubweb

#197 (Oct 1, 2025, 3:27:06 AM)

  1. SILHS reproducibility (#1258) — noreply / githubweb

#196 (Sep 28, 2025, 3:27:08 AM)

  1. Change tolerance in way that affects only single precision builds (#1256) — noreply / githubweb

#195 (Sep 27, 2025, 3:27:08 AM)

  1. Remove module vars from grid_adaptation_module (#1255) — noreply / githubweb

#194 (Sep 26, 2025, 3:27:08 AM)

  1. Precip frac fix (#1254) — noreply / githubweb

#193 (Sep 25, 2025, 3:27:08 AM)

  1. The cmake update (#1253) — noreply / githubweb
  2. The cmake update (#1253) — noreply / githubweb

#191 (Sep 24, 2025, 3:27:08 AM)

  1. Adding expldiff budget terms for thlm and rtm (#1252) — noreply / githubweb

#190 (May 23, 2025, 5:07:05 PM)

  1. I am officially setting l_ascending_grid to false in CAM-CLUBB, meaning — bmg2 / githubweb

#189 (May 23, 2025, 3:27:07 AM)

  1. fix precision error of reals — noreply / githubweb
  2. rename grid_adaptation and remapping modules — 0-freundlich-adenin / githubweb
  3. add fix for grid generalization — 0-freundlich-adenin / githubweb

#188 (May 22, 2025, 8:04:23 PM)

  1. I've got the magic fix — bmg2 / githubweb

#187 (May 22, 2025, 3:27:09 AM)

  1. Merge grid adaptation implementation (#1249) — noreply / githubweb

#186 (May 21, 2025, 3:27:09 AM)

  1. zm and zt were mixed up in the error prints argument list. — bmg2 / githubweb

#185 (May 19, 2025, 5:07:22 PM)

  1. Bug fix to dimensions that was causing crashes. This is technically BIT_CHANGING. — Gunther Huebler / githubweb

#184 (May 17, 2025, 3:27:08 AM)

  1. Cam clubb silhs rev dir (#196) — noreply / githubweb

#183 (May 15, 2025, 3:27:10 AM)

  1. Our little problem of having CLUBB's zm stats not match at boundaries — bmg2 / githubweb
  2. Cam clubb error handling jenkins test (#195) — noreply / githubweb

#182 (May 14, 2025, 3:27:10 AM)

  1. Update clubb_intr.F90 — noreply / githubweb
  2. Removed simple wrappers from clubb_api_module (#1245) — noreply / githubweb
  3. Removed simple wrappers from clubb_api_module (#1245) — noreply / githubweb

#181 (May 13, 2025, 3:27:06 AM)

  1. Using a CLUBB function to do a linear interpolation. It's possible that — bmg2 / githubweb

#180 (May 10, 2025, 3:27:10 AM)

  1. Cam clubb error handling jenkins test (#194) — noreply / githubweb
  2. Fixed and equalized NaN checks in lapack_wrap (#1246) — noreply / githubweb

#179 (May 8, 2025, 3:27:07 AM)

  1. Cam clubb error handling jenkins test (#193) — noreply / githubweb
  2. Update clubb_intr.F90 — noreply / githubweb

#178 (May 7, 2025, 3:27:07 AM)

  1. Cleaning up some grid generalization issues that were found within — bmg2 / githubweb
  2. Cam clubb error handling jenkins test (#191) — noreply / githubweb
  3. Cam clubb error handling jenkins test (#192) — noreply / githubweb

#177 (May 3, 2025, 3:27:06 AM)

  1. Run scm fixes (#1244) — noreply / githubweb

#176 (May 2, 2025, 3:27:08 AM)

  1. Removed renaming operators `=>` and wrapper subroutines from silhs_api_module (#1240) — noreply / githubweb

#175 (Apr 26, 2025, 3:27:09 AM)

  1. Running CLUBB with l_stability_correct_tau_zm = .true. now requires — bmg2 / githubweb
  2. These changes were accidentally made during the previous commit. The are — bmg2 / githubweb

#174 (Apr 25, 2025, 3:27:10 AM)

  1. Updated CAM for err_info struct (#189) — noreply / githubweb
  2. Err code gpu fix (#1241) — noreply / githubweb

#173 (Apr 24, 2025, 3:27:06 AM)

  1. Err code struct (#1238) — noreply / githubweb
  2. Err code struct (#1238) — noreply / githubweb

#171 (Apr 23, 2025, 3:27:07 AM)

  1. I updated adj_low_res_nu for use with a generalized grid. It is — bmg2 / githubweb

#170 (Apr 10, 2025, 3:27:09 AM)

  1. Clubb silhs gg (#1239) — noreply / githubweb
  2. Clubb silhs gg (#1239) — noreply / githubweb
  3. Updating CAM-CLUBB for recent changes made to CLUBB-SILHS code. — bmg2 / githubweb

#169 (Mar 28, 2025, 3:27:06 AM)

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

#168 (Mar 24, 2025, 3:27:06 AM)

  1. Clubb test correct gg (#1237) — noreply / githubweb

#167 (Mar 12, 2025, 3:27:08 AM)

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

#166 (Mar 8, 2025, 3:27:08 AM)

  1. Revert "I have no idea if it's appropriate to include gr in this statment," — bmg2 / githubweb
  2. I discovered that I inadvertently change an $acc statement that — bmg2 / githubweb

#165 (Mar 6, 2025, 3:27:10 AM)

  1. Fixed a compilation bug — bmg2 / githubweb
  2. Eliminate GOTO statement in stats_clubb_utilities (#1233) — noreply / githubweb
  3. Added some missing acc parallel statments around some the loops — bmg2 / githubweb
  4. Fixed a bug — bmg2 / githubweb
  5. I have no idea if it's appropriate to include gr in this statment, — bmg2 / githubweb

#164 (Mar 5, 2025, 3:27: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

#163 (Mar 4, 2025, 3:27:10 AM)

  1. Updating subroutine calls for recent changes made to CLUBB. — bmg2 / githubweb

#162 (Mar 2, 2025, 3:27:07 AM)

  1. Generalized grid (#1230) — noreply / githubweb

#161 (Feb 27, 2025, 3:27:10 AM)

  1. Removed renaming operators `=>` from clubb_api_module (#1232) — noreply / githubweb
  2. Removed renaming operators `=>` from clubb_api_module (#1232) — noreply / githubweb

#160 (Feb 25, 2025, 3:27:07 AM)

  1. Updates to jenkins scripts to better record output logs (#187) — noreply / githubweb

#159 (Feb 22, 2025, 3:27:06 AM)

  1. Getting rid of a couple of worthless lines of code. It's possible this — bmg2 / githubweb
  2. Should just delete instead of commenting out. — bmg2 / githubweb

#158 (Feb 21, 2025, 3:27:07 AM)

  1. Revert clubb api module changes (#1228) — noreply / githubweb
  2. Fixed equality check in pdf_closure_module (#1229) — noreply / githubweb
  3. add dycore grid with conservative remapping scheme — noreply / githubweb
  4. add flags (#186) — noreply / githubweb

#157 (Feb 20, 2025, 3:27:08 AM)

  1. Remove err code (#1218) — noreply / githubweb
  2. Remove err code (#1218) — noreply / githubweb
  3. Renamed check_res to err_code in numerical_check.F90 for consistency (#1227) — noreply / githubweb

#156 (Feb 19, 2025, 3:27:09 AM)

  1. Set l_wp2_fill_holes_tke to true by default (#1226) — noreply / githubweb

#155 (Feb 8, 2025, 3:27:06 AM)

  1. Swapping the loop order on a few kernels, I found this faster for the nvhpc compiler and it's BFB — Gunther Huebler / githubweb

#154 (Feb 4, 2025, 3:27:05 AM)

  1. Monoflux GPU optimization (#1221) — noreply / githubweb

#153 (Jan 18, 2025, 3:27:05 AM)

  1. Update clubb_intr.F90 (#185) — noreply / githubweb

#152 (Jan 17, 2025, 3:27:44 AM)

  1. Added new hole-filling method which takes TKE from up2 and vp2 (#1217) — noreply / githubweb

#151 (Dec 20, 2024, 3:27:06 AM)

  1. Fix binormal correlation clipping (#1199) — noreply / githubweb

#150 (Dec 17, 2024, 3:27:08 AM)

  1. Changing a couple loop limits in mono flux limiter. — bmg2 / githubweb

#149 (Dec 14, 2024, 3:27:06 AM)

  1. Recoded a loop within the mono flux limiter so that it's written — bmg2 / githubweb
  2. Changed some variable names so that it is clear that, while they contain — bmg2 / githubweb
  3. Within the mono flux limiter, a thermodynamic-level variable needed to — bmg2 / githubweb
  4. I forgot to add the new variable to the Atlantic Coast Conference — bmg2 / githubweb

#148 (Dec 7, 2024, 3:27:07 AM)

  1. Changed default setting of flag l_min_wp2_from_corr_wx to false (#1216) — noreply / githubweb

#147 (Dec 6, 2024, 3:27:08 AM)

  1. Added up2 and vp2 to calculation of wp2_min_array (#1215) — noreply / githubweb

#146 (Dec 5, 2024, 3:27:09 AM)

  1. Reduced the upper bound for wp2_min_array to 1.0 (#1214) — noreply / githubweb

#145 (Dec 4, 2024, 3:27:10 AM)

  1. Likely non-bit-changing housekeeping (#1213) — noreply / githubweb

#144 (Nov 23, 2024, 3:27:06 AM)

  1. Multi col output update (#1211) — noreply / githubweb

#143 (Nov 20, 2024, 3:27:09 AM)

  1. Making compatible with latest clubb changes — Gunther Huebler / githubweb

#142 (Nov 19, 2024, 3:27:05 AM)

  1. Clubb Driver Semi GPUization Part4 (#1209) — noreply / githubweb
  2. Clubb Driver Semi GPUization Part4 (#1209) — noreply / githubweb

#141 (Nov 13, 2024, 3:27:07 AM)

  1. Multi Column Mirror Test (#1206) — noreply / githubweb

#140 (Nov 12, 2024, 3:27:08 AM)

  1. As part of generalizing the code to work with both an ascending and — bmg2 / githubweb

#139 (Nov 9, 2024, 3:27:06 AM)

  1. Making a correction to the doubled plus sign from commit a1fcfe8. — bmg2 / githubweb

#138 (Nov 8, 2024, 3:27:07 AM)

  1. Moving Lscale from an acc create statement inside clubb to the acc output statement in clubb_api. This is bug fix that is BIT_CHANGING, but only for silhs cases running on the GPU. Also using this to add BIT_CHANGING:aff1bb12551c5b3a8ab1c4d773ef5c17fb96c53b, as that commit was BC but just missing the message. — Gunther Huebler / githubweb
  2. Various Small Tweaks (#1205) — noreply / githubweb
  3. Making compatible with latest clubb changes — Gunther Huebler / githubweb

#137 (Nov 5, 2024, 3:27:09 AM)

  1. Prescribe Forcings GPUization (#1204) — noreply / githubweb

#136 (Oct 25, 2024, 3:27:07 AM)

  1. I am making the loops for the wp3 ta term (using ADG1 PDF) symmetric. — bmg2 / githubweb

#135 (Oct 24, 2024, 3:27:08 AM)

  1. The BFBness tests can now run on any machine. — Gunther Huebler / githubweb
  2. Update to work with new plot location in /home/pub — Gunther Huebler / githubweb
  3. Renaming test and making it use new script location. — Gunther Huebler / githubweb

#129 (Oct 23, 2024, 1:31:00 PM)

  1. Fixing name — Gunther Huebler / githubweb

#128 (Oct 23, 2024, 1:31:00 PM)

  1. Fixing name — Gunther Huebler / githubweb

#127 (Oct 23, 2024, 1:26:41 PM)

  1. Renaming BFB tests and making them use the new config file location. — Gunther Huebler / githubweb