Skip to content
Changes
- A couple recent commits were missing their bit-changing messages because they were accidentally merged in early, see https://github.com/larson-group/clubb/pull/1286 - this commit is to add the resolve messages for the BFB test - RESOLVED:149e61f9bab26c5cb4518fd7bada9b1f4064482e RESOLVED:9f2b1e6c9370a897e1da1320521fbc27baf6ff31
—
Gunther Huebler /
githubweb
- Little Fix (#1287)
—
noreply /
githubweb
- GPUizing most of radiation code
—
Gunther Huebler /
githubweb
- Fixing multicol radiation stats bug.
—
Gunther Huebler /
githubweb
- Adding max tasks option to dash app
—
Gunther Huebler /
githubweb
- Increasing tolerance for check_flipped_results - this is used in the generalized_grid_test when we allow the matrices to be solved in different vertical modes
—
Gunther Huebler /
githubweb
- Now that the adg1_ routines prevent below threshold wp2 and xp2 values, we also need these max statements in this unit test too
—
Gunther Huebler /
githubweb
- Previous commit (49bd72c6b6ee57f27c7694b25facd1b0eb91bd09) fixed a stats bug that caused parameter names to not be stored in the netcdf file - so now run_bindiff_all.py has to ignore those. Fixed by ignoring all non-numeric variables.
—
Gunther Huebler /
githubweb
- Clubb radiation update (#1283)
—
noreply /
githubweb
- Dash app improvements (#1280)
—
noreply /
githubweb
- Toolchain names were changed, so the references to them should've changed in the jenkins tests.
—
Gunther Huebler /
githubweb
- Toolchain names were changed, so the references to them should've changed in this test too.
—
Gunther Huebler /
githubweb
- ADG1_w_closure consistency fix (#1282)
—
noreply /
githubweb
- Fixing clubb_error_handling_gfortran_test (#1281)
—
noreply /
githubweb
- Slightly more general compile setup (#1277)
—
noreply /
githubweb
- GPTL cmake update (#1279)
—
noreply /
githubweb
- Forgot to add the changes to make concurrency safe - which caused random failures when using the new parallel run_scm_all.py with options like -out_dir or -ngrdcol
—
Gunther Huebler /
githubweb
- Stability fix (#1276)
—
noreply /
githubweb
- Added blank line
—
Trevor Hancock /
githubweb
- Remove Id tag from LY93_pdf.F90 in order to trigger git update scripts
—
noreply /
githubweb
- Remove unnecessary comments from est_kessler_microphys_module
—
noreply /
githubweb
- Add blank line in order to trigger git updates (issue #848)
—
noreply /
githubweb
- New solvers by default (#1275) - BIT_CHANGING
—
noreply /
githubweb
- Force-sync README to match SAM
—
root /
githubweb
- Add blank line to test python scripts
—
noreply /
githubweb
- Added blank line to test python update scripts
—
noreply /
githubweb
- Added blank line to test new python scripts
—
Trevor Hancock /
githubweb
- Added a space to test new python update scripts
—
Trevor Hancock /
githubweb
- Fixed space to match Clubb spacing
—
Trevor Hancock /
githubweb
- Reverting accidental changes
—
Gunther Huebler /
githubweb
- Legacy stats removal (#1273)
—
noreply /
githubweb
- Missed some wrf changes
—
Gunther Huebler /
githubweb
- Fixing fire tuner
—
Gunther Huebler /
githubweb
- New stats system (#1270)
—
noreply /
githubweb
- Removed blank line to test python update scripts
—
Trevor Hancock /
githubweb
- Fixed double space to test updateClubbMorrison.py python script
—
Trevor Hancock /
githubweb
- Added empty line to test update scripts
—
Cole Pickett /
githubweb
- Moving wp2sclrp, wpsclrp2, wpsclrprtp, and wpsclrpthlp to the zt netcdf output file, since those are zt variables. Also adding a missing variable, rcm_in_cloud, to all_stats.in and correcting a missing comma bug. This is technically BIT_CHANGING because the variables are moving files, but the stored data is identical from 1:nzt - the nzm level just had garbage for those variables and is now gone. (#1271)
—
noreply /
githubweb
- Removing extra acc end statement
—
Gunther Huebler /
githubweb
- Another small gpu bug fix
—
Gunther Huebler /
githubweb
- More small bug fixes
—
Gunther Huebler /
githubweb
- Adding deallocation for fcor_y
—
Gunther Huebler /
githubweb
- More small bug fixes
—
Gunther Huebler /
githubweb
- GPU fixed and cgils_s6 fix
—
Gunther Huebler /
githubweb
- Non trad coriolis (#1267)
—
noreply /
githubweb
- Fixes for fill_holes and edsclr code (#1266)
—
noreply /
githubweb
- Grid reverse matrix test (#1265)
—
noreply /
githubweb
- Add blank line to README.
—
noreply /
githubweb
- BIT_CHANGING bug fix for the penta_lu solver, only BC when using penta_solve_method=2 (#1264)
—
noreply /
githubweb
- Bicgstab addition (#1261)
—
noreply /
githubweb
- Small bug fix to make gfortran+debug happy, without the _core_rknd this could be a potential type error
—
Gunther Huebler /
githubweb
- Making update_xp2_mc work with either grid mode (#1263)
—
noreply /
githubweb
- Improving variable name
—
Gunther Huebler /
githubweb
- Small bug fix, but this is BIT_CHANGING because it affects stats output. Some zm fields (w_1_zm, w_2_zm, varnce_w_1_zm, varnce_w_2_zm, and mixt_frac_zm) were all nan in the netcdf output when l_call_pdf_closure_twice=.false., because those come from pdf_params_zm.
—
Gunther Huebler /
githubweb
- Removing accidentally added files
—
Gunther Huebler /
githubweb
- Making clubb_at_least_debug_level not a device routine. It confuses the poor little nvidia compiler when compiling inside cam. Also making the compile script a little more robust.
—
Gunther Huebler /
githubweb
- New fill_holes methods (#1262)
—
noreply /
githubweb
- Making compatible with new version of clubb (#167)
—
noreply /
githubweb
- Small bug fix in fill_holes_parallel on GPU
—
Gunther Huebler /
githubweb
- Adding Morrison_microphys folder inside Microphys and reflecting change in compilation files. This is to make this new structure work with the way we include Morrison code, which is brought in from sam_clubb via the updateClubbMorrison.sh found in sys_admin/gitUpdateScripts/
—
Gunther Huebler /
githubweb