Skip to content
Changes
- lil cleanup without directory refactoring done (#1364)
—
noreply /
githubweb
- Adding a stage in the jax test to just do a basic run with standard_stats
—
Gunther Huebler /
githubweb
- F90 fix multicol+l add dycore grid (#1363)
—
noreply /
githubweb
- Delete utilities/check_division.py
—
noreply /
githubweb
- Dash Improvements (#1360)
—
noreply /
githubweb
- Improving README section for column mirror test
—
Gunther Huebler /
githubweb
- Making certain things differentiation safe, various parts had issues with sqrt or divisions that needed clipping for reverse mode calcualtions. Lot's of code sections seemed to already have worked around this with a safe_sqrt method (or some variation) that I standardized and put in advance_helper. (#1361)
—
noreply /
githubweb
- Jax integration (#1356)
—
noreply /
githubweb
- Test different f90 vs jax flags (#1357)
—
noreply /
githubweb
- Consolidating column mirror test functionality into the test script itself - now the script does it all, no need to configure/build/run anymore. Also hugely improving comments and explainations
—
Gunther Huebler /
githubweb
- Making column mirror test work by comparing two different output files rather than one. This test now runs once with 3 different columns in a certain order, say ABC, and again with reverse order CBA, then ensures that A=A B=B and C=C (bit-for-bit equivalence) in both files. This should fail now actually, as there is currently a bug, and this update is intented to improve this test so that it fails before we fix the bug
—
Gunther Huebler /
githubweb
- Making column mirror test use CPU. This makes it much faster and doesn't change the test at all - not sure why I made it use GPU originally.
—
Gunther Huebler /
githubweb
- Fixing microphys bug that has been around for quite a while. This happened when making clubb standalone use multiple columns, and only affects columns other than the first. This is BIT_CHANGING, but only for microphysics cases using multiple columns (#1358)
—
noreply /
githubweb