Changes
#445 (Oct 6, 2025, 12:58:07 AM)
- Also have to remove parameters_model from compile lists — Gunther Huebler / githubweb
#444 (Oct 5, 2025, 11:00:49 PM)
- Forgot to add depend.common — Gunther Huebler / githubweb
#443 (Oct 5, 2025, 9:55:49 PM)
- Clubb driver upgrades part2 (#1257) — noreply / githubweb
- Clubb driver upgrades part2 (#1257) — noreply / githubweb
- Changes needed for compatibility with clubb_driver_upgrades_part2, from PR https://github.com/larson-group/clubb/pull/1257 — Gunther Huebler / githubweb
#442 (Oct 3, 2025, 3:40:08 AM)
- 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
- 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
#441 (Oct 2, 2025, 3:40:07 AM)
- 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
#440 (Oct 1, 2025, 3:40:07 AM)
#439 (Sep 28, 2025, 3:40:08 AM)
#438 (Sep 27, 2025, 3:40:08 AM)
#437 (Sep 26, 2025, 3:40:08 AM)
#436 (Sep 25, 2025, 3:40:09 AM)
#435 (Sep 24, 2025, 3:40:08 AM)
- Adding expldiff budget terms for thlm and rtm (#1252) — noreply / githubweb
- Adding expldiff budget terms for thlm and rtm (#1252) — noreply / githubweb
#434 (May 23, 2025, 3:40:07 AM)
- Adding error check to run script to exit with an error code if the executables aren't found. — Gunther Huebler / githubweb
- fix precision error of reals — noreply / githubweb
- fix dependency file and makefile — noreply / githubweb
- rename grid_adaptation and remapping modules — 0-freundlich-adenin / githubweb
- fix module names in dependency definition — noreply / githubweb
- add fix for grid generalization — 0-freundlich-adenin / githubweb
#433 (May 22, 2025, 3:40:09 AM)
- Merge grid adaptation implementation (#1249) — noreply / githubweb
- Merge grid adaptation implementation (#1249) — noreply / githubweb
#432 (May 21, 2025, 3:40:09 AM)
#431 (May 14, 2025, 3:40:10 AM)
- Removed simple wrappers from clubb_api_module (#1245) — noreply / githubweb
- Removed simple wrappers from clubb_api_module (#1245) — noreply / githubweb
#430 (May 10, 2025, 3:40:10 AM)
#429 (May 7, 2025, 3:40:08 AM)
#428 (May 3, 2025, 3:40:06 AM)
#427 (May 2, 2025, 3:40:08 AM)
- Removed renaming operators `=>` and wrapper subroutines from silhs_api_module (#1240) — noreply / githubweb
#426 (Apr 26, 2025, 3:40:09 AM)
- Running CLUBB with l_stability_correct_tau_zm = .true. now requires — bmg2 / githubweb
- Running CLUBB with l_stability_correct_tau_zm = .true. now requires — bmg2 / githubweb
- These changes were accidentally made during the previous commit. The are — bmg2 / githubweb
- These changes were accidentally made during the previous commit. The are — bmg2 / githubweb
#425 (Apr 25, 2025, 3:40:10 AM)
- Update module_bl_clubb.F for err_info struct (#134) — noreply / githubweb
- Err code gpu fix (#1241) — noreply / githubweb
#424 (Apr 24, 2025, 3:40:06 AM)
#423 (Apr 23, 2025, 3:40:07 AM)
#422 (Apr 10, 2025, 3:40:09 AM)
- Clubb silhs gg (#1239) — noreply / githubweb
- Clubb silhs gg (#1239) — noreply / githubweb
- Updating WRF-CLUBB for recent changes to CLUBB-SILHS code. — bmg2 / githubweb
#421 (Mar 28, 2025, 3:40:06 AM)
#420 (Mar 24, 2025, 3:40:06 AM)
#419 (Mar 12, 2025, 3:40:08 AM)
#418 (Mar 8, 2025, 3:40:08 AM)
- Revert "I have no idea if it's appropriate to include gr in this statment," — bmg2 / githubweb
- I discovered that I inadvertently change an $acc statement that — bmg2 / githubweb
#417 (Mar 6, 2025, 3:40:10 AM)
- Eliminate GOTO statement in stats_clubb_utilities (#1233) — noreply / githubweb
- Added some missing acc parallel statments around some the loops — bmg2 / githubweb
- Fixed a bug — bmg2 / githubweb
- I have no idea if it's appropriate to include gr in this statment, — bmg2 / githubweb
#416 (Mar 5, 2025, 3:40:07 AM)
- I changed the variable type within grid function flip from dp to — bmg2 / githubweb
- Altering depend.common to add a new dependency for CLUBB's — bmg2 / githubweb
- Fixed a compiling issue with CAM-CLUBB. — bmg2 / githubweb
- Hopefully this helps the cpu vs. gpu tests. — bmg2 / githubweb
#415 (Mar 4, 2025, 3:40:05 AM)
#414 (Mar 2, 2025, 3:40:07 AM)
#413 (Feb 27, 2025, 3:40:05 AM)
- Removed renaming operators `=>` from clubb_api_module (#1232) — noreply / githubweb
- Removed renaming operators `=>` from clubb_api_module (#1232) — noreply / githubweb
#412 (Feb 22, 2025, 3:40:06 AM)
- Getting rid of a couple of worthless lines of code. It's possible this — bmg2 / githubweb
- Should just delete instead of commenting out. — bmg2 / githubweb
#411 (Feb 21, 2025, 3:40:07 AM)
- Revert clubb api module changes (#1228) — noreply / githubweb
- Fixed equality check in pdf_closure_module (#1229) — noreply / githubweb
- Adapt WRF to removal of module var err_code — 42725900+domkesteffen / githubweb
- add dycore grid with conservative remapping scheme — noreply / githubweb
- add dycore grid with conservative remapping scheme — noreply / githubweb
- add flags (#132) — noreply / githubweb
#410 (Feb 20, 2025, 3:40:08 AM)
- Remove err code (#1218) — noreply / githubweb
- Remove err code (#1218) — noreply / githubweb
- Renamed check_res to err_code in numerical_check.F90 for consistency (#1227) — noreply / githubweb
#409 (Feb 19, 2025, 3:40:09 AM)
- Set l_wp2_fill_holes_tke to true by default (#1226) — noreply / githubweb
- Set l_wp2_fill_holes_tke to true by default (#1226) — noreply / githubweb
#408 (Feb 8, 2025, 3:40:06 AM)
- Swapping the loop order on a few kernels, I found this faster for the nvhpc compiler and it's BFB — Gunther Huebler / githubweb
- Update module_bl_clubb.F — 42725900+domkesteffen / githubweb
- Update depend.common — 42725900+domkesteffen / githubweb
- Update depend.common — 42725900+domkesteffen / githubweb
- Update depend.common — 42725900+domkesteffen / githubweb
#407 (Feb 4, 2025, 3:40:05 AM)
#406 (Jan 18, 2025, 3:40:05 AM)
- Added new hole-filling method which takes TKE from up2 and vp2 (#1217) — noreply / githubweb
- Added new hole-filling method which takes TKE from up2 and vp2 (#1217) — noreply / githubweb
#404 (Dec 21, 2024, 3:40:09 AM)
#403 (Dec 20, 2024, 3:40:06 AM)
#402 (Dec 17, 2024, 3:40:08 AM)
#401 (Dec 14, 2024, 3:40:06 AM)
- Recoded a loop within the mono flux limiter so that it's written — bmg2 / githubweb
- Changed some variable names so that it is clear that, while they contain — bmg2 / githubweb
- Within the mono flux limiter, a thermodynamic-level variable needed to — bmg2 / githubweb
- I forgot to add the new variable to the Atlantic Coast Conference — bmg2 / githubweb
#400 (Dec 7, 2024, 3:40:07 AM)
- Changed default setting of flag l_min_wp2_from_corr_wx to false (#1216) — noreply / githubweb
- Changed default setting of flag l_min_wp2_from_corr_wx to false (#1216) — noreply / githubweb
#399 (Dec 6, 2024, 3:40:08 AM)
#398 (Dec 5, 2024, 3:40:07 AM)
#397 (Dec 4, 2024, 3:40:05 AM)
#396 (Nov 23, 2024, 3:40:06 AM)
#395 (Nov 20, 2024, 3:40:06 AM)
- Making compatible with latest clubb changes — Gunther Huebler / githubweb
#394 (Nov 19, 2024, 3:40:05 AM)
- Clubb Driver Semi GPUization Part4 (#1209) — noreply / githubweb
- Clubb Driver Semi GPUization Part4 (#1209) — noreply / githubweb
#393 (Nov 13, 2024, 3:40:07 AM)
#392 (Nov 12, 2024, 3:40:08 AM)
#391 (Nov 9, 2024, 3:40:06 AM)
#390 (Nov 8, 2024, 3:40:07 AM)
- 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
- Various Small Tweaks (#1205) — noreply / githubweb
- Making compatible with latest clubb changes — Gunther Huebler / githubweb
#389 (Nov 5, 2024, 3:40:09 AM)
#388 (Oct 25, 2024, 3:01:07 AM)
#387 (Oct 23, 2024, 4:50:33 PM)
- Updates to jenkins script name. — Gunther Huebler / githubweb