Skip to content
Changes
- Fixing little path bug in the old tuner script and the thread test script
—
Gunther Huebler /
githubweb
- Update dash app README with alternative run command
—
noreply /
githubweb
- Local python venv for dash app (#1329)
—
noreply /
githubweb
- Remove old SVN version control identifier ($Id$) from tunable_parameters.in
—
noreply /
githubweb
- Remove old SVN version control identifier from compatible_r8029/tunable_parameters.in
—
noreply /
githubweb
- Remove blank line to test git update scripts
—
noreply /
githubweb
- Clubb timer upgrade (#1328)
—
noreply /
githubweb
- Tiny dash updates (#1327)
—
noreply /
githubweb
- Tuner additions (#1324)
—
noreply /
githubweb
- Dash compile tab (#1323)
—
noreply /
githubweb
- Updating python contract audit to better detect API arg list discrepancies from the underlying fortran arg lists. Also adding a temporary handoff file and improving the python api fix shortcut
—
Gunther Huebler /
githubweb
- Our argument_contract_audit.py script checks if the python_api matches the underlying fortran - this makes it more strict, and fixes many of the inconsistencies it found.
—
Gunther Huebler /
githubweb
- advance_clubb_core.py cleanup and removing strange compat_kwargs usages that seem like artifacts of laziness
—
Gunther Huebler /
githubweb
- Improving audit script even more, fixing issues it found. Also making advance_clubb_core.py nice and making an LLM shortcut for how to repeat the process
—
Gunther Huebler /
githubweb
- Building varying flags bindiff into run_bindiff_all.py, this just makes sense and helps fix the varying flags BFB test
—
Gunther Huebler /
githubweb
- Cleaning up run_scripts (#1320)
—
noreply /
githubweb
- Removing jacobian code - it has not worked in a long time
—
Gunther Huebler /
githubweb
- Removing recl.inc, just dead code for an outdated issue
—
Gunther Huebler /
githubweb
- Removing ifdefs that are only for E3SM and only on a specific machine
—
Gunther Huebler /
githubweb
- Removing the CLUBBND_CAM option, not sure what it was for, it's not defined in this repo or any of our host model repos
—
Gunther Huebler /
githubweb
- Removing unused variables
—
Gunther Huebler /
githubweb
- Recently clubb_BFB_varying_flags_gfortran_test failed due to a script bug, dispite it being BFB. RESOLVED:2a334f87922dfaceb7d3a37b1924d374f1b986d5
—
Gunther Huebler /
githubweb
- Clubb loss driver (#1303)
—
noreply /
githubweb
- Fixing bug that caused incorrect times to be written to netcdf in cases where stats_tout (output interval) > dt_main (timestep). This is BIT_CHANGING because of that, but only for the time variable (no field differences), and only for cases where we don't output each timestep.
—
Gunther Huebler /
githubweb
- Update Jenkinsfile to match moved file
—
noreply /
githubweb
- Deleted the old compile directory and docs directory (#1315)
—
noreply /
githubweb
- Update README, BUILD.md, and pyplotgen README.md (#1309)
—
noreply /
githubweb
- Removed/deleted outdated Matlab files (#1313)
—
noreply /
githubweb
- Removed/Deleted GrADS (.ctl, .dat) file format and reference to it (#1310)
—
noreply /
githubweb
- Removed perl and references to it (#1311)
—
noreply /
githubweb
- Create README for python_sam_budgets_plotter folder
—
noreply /
githubweb
- Removed plotgen (#1312)
—
noreply /
githubweb
- Clubb organization part3 (#1306)
—
noreply /
githubweb
- GPU async script (#1307)
—
noreply /
githubweb
- Update JAX conversion plan for clarity and detail
—
noreply /
githubweb
- The last commit should've been marked as non-BFB since it corrected a crashing bug - so comparing output to no output caused the output to be considered different. This was missed because the BFB checking tests didn't fail, and that was because the commit that caused the crashing was marked non-BFB, so an unusual combo. In general though any commit that fixes crashing behavior should be labelled as bit changing. RESOLVED:73dc365c77ab4bf2405d753f167307ae9be330a0
—
Gunther Huebler /
githubweb
- Removing unneccesary wp2_zt conversion that should've been removed already, but was accidentally added back in the last PR when trying to split BFB from non-BFB changes. This was an unused local variable so this does not affect anything.
—
Gunther Huebler /
githubweb
- Clubb organization part2 (#1304)
—
noreply /
githubweb
- Improvements to get clubb working on mac (#1305)
—
noreply /
githubweb
- Removing a couple variables from openacc statements to fix the clubb_driver_test - these were causing stats errors on the GPU for chi and chip2. This is technically BIT_CHANGING.
—
Gunther Huebler /
githubweb
- Clubb organization part1 (#1302)
—
noreply /
githubweb
- This fixes the GPU BFB test that failed due to stats-only differences in rtm_ed and thlm_ed, and as a result is technically BIT_CHANGING. Also, the BFB with varying flags failed because flag set 1 changed to use the lapack solvers since the custom ones it set before are now default. RESOLVED:34c6bb07afb6e445f60ea87dcc632969086f9fa1
—
Gunther Huebler /
githubweb
- advance_clubb_core cleanup (#1301)
—
noreply /
githubweb
- Switching default call to advance_clubb_core in python and jax drivers to use the python api version, rather than the python ported version.
—
Gunther Huebler /
githubweb
- Fixing python api and python/jax driver. Also fixing bug that caused non-BFBness in stats outputs (only upwp_cl/vpwp_cl) when using l_predict_upwp_vpwp=.false., and adding ulimit -s 8388608 to fix GPU test (though it's unclear why exactly we need this all of a sudden for this test). RESOLVED:643d128a5613019595aecd643f1028e937ad4b76 RESOLVED:f146255f50732c445ccbd012ca45888a9ce44d0b
—
Gunther Huebler /
githubweb
- Clip covar simplifications (#1297)
—
noreply /
githubweb
- Cmake netcdf fallback (#1294)
—
noreply /
githubweb
- Remove line to test python scripts
—
noreply /
githubweb
- Add blank line to test python scripts
—
noreply /
githubweb
- Python update (#1291)
—
noreply /
githubweb
- Small fix to python api string handling. There was an issue that crept up with this when running on mitch - this should make the string/char array handling more robust
—
Gunther Huebler /
githubweb
- Adding err_info back to stats_end_timestep_api
—
Gunther Huebler /
githubweb
- Fixing monoflux limiter test - there was a comment that was split across lines, which broke the test
—
Gunther Huebler /
githubweb
- Removing unused variable
—
Gunther Huebler /
githubweb
- Adding -fresh flag to compile.py to remove the previous build before compiling
—
Gunther Huebler /
githubweb
- Remove blank line to trigger git update script
—
noreply /
githubweb
- Added blank line to trigger git update scripts
—
noreply /
githubweb
- Removed blank line to trigger git update scripts
—
noreply /
githubweb
- Add blank line to trigger git update scripts
—
noreply /
githubweb
- Add blank line to trigger git update scripts
—
noreply /
githubweb
- Add blank line to trigger git update scripts
—
noreply /
githubweb
- Little fixes for python code
—
Gunther Huebler /
githubweb