Skip to content

Changes

#258 (Jul 22, 2022, 3:08:07 AM)

  1. Adding line to trigger nightly tests. — noreply / githubweb

#257 (Jul 21, 2022, 3:08:09 AM)

  1. Update README — noreply / githubweb
  2. Adds to tuner dashboard a plot of predicted and actual removal of regional biases. — Vince Larson / githubweb

#256 (Jul 20, 2022, 3:08:06 AM)

  1. Fixing a bug in mono_flux_limiter.F90. (#1026) — noreply / githubweb
  2. Fixing a bug. — bmg2 / githubweb

#255 (Jul 16, 2022, 3:08:08 AM)

  1. Updates info on tuner. — noreply / githubweb

#254 (Jul 14, 2022, 3:08:07 AM)

  1. Added some comments. Changing some variable names might be nicer, loss might make more sense than energy, n1 and n2 are meaningless, etc. — Gunther Huebler / githubweb

#253 (Jul 13, 2022, 3:08:10 AM)

  1. Update README — noreply / githubweb
  2. Changed intent out to inout to fix grid deallocation error during cleanup. — Steffen Domke / githubweb
  3. Added a3_coef_min_minmax entry to namelist init_minmax for ALL the tuner input files to prevent error with gfortran compiler (min > max) — Steffen Domke / githubweb

#252 (Jul 7, 2022, 3:08:07 AM)

  1. Adds to the tuning dashboard a quadratic optimizer. — Vince Larson / githubweb

#251 (Jun 24, 2022, 3:08:07 AM)

  1. renamed clubb_ifort_build to clubb_ifort_debug_run and updated jenkinsfile to reflect — cernikt / githubweb
  2. forgot to change if statements in jenkinsfile — cernikt / githubweb
  3. created debug case for gfortran as well as updating jenkins files to work with it, as well as a forgotten change to the ifort debug test jenkinsfile — cernikt / githubweb

#250 (Jun 23, 2022, 3:08:10 AM)

  1. modified clubb_ifort_configuration file to support nan trapping for uninitialized variables — cernikt / githubweb

#249 (Jun 22, 2022, 3:08:07 AM)

  1. Fixing units in stats_zt_module.F90 — noreply / githubweb
  2. Adding config file for nvhpc on casper. — Gunther Huebler / githubweb

#248 (Jun 21, 2022, 3:08:05 AM)

  1. Just a line to read me, because commit a19386022f26aa17da805381904bcde4c59cb521 fixed the bit diff tests after a previous commit broke it, RESOLVED:991ebceb8caba2ad56c1125871b7de1de3c04dba. — Gunther Huebler / githubweb

#247 (Jun 19, 2022, 7:26:25 PM)

  1. Missed file in previous commit. — Gunther Huebler / githubweb

#246 (Jun 18, 2022, 3:08:08 AM)

  1. Making linear_interpolated_azt_2D and linear_interpolated_azm_2D subroutines just to avoid a needless data copy. — 37674341+huebleruwm / githubweb
  2. Making update_xp2_mc 2D and creating interface for 1D calls. — 37674341+huebleruwm / githubweb

#245 (Jun 16, 2022, 3:08:08 AM)

  1. Pushing loop into fill_holes. — 37674341+huebleruwm / githubweb
  2. Forgot small change. — 37674341+huebleruwm / githubweb
  3. Making compatible with latest clubb change. — Gunther Huebler / githubweb

#244 (Jun 14, 2022, 3:08:07 AM)

  1. Hardcoding 1 into uses of gr arrays where single column versions of gr is used. — Gunther Huebler / githubweb

#243 (Jun 12, 2022, 3:08:10 AM)

  1. Changing a few spots that use gr%weights that should have been included in commit 2f3542cea1a4dea1b242dd61947087b6458548fb — Gunther Huebler / githubweb

#242 (Jun 11, 2022, 3:08:09 AM)

  1. Adds to tuning dashboard an arrow plot of biases. — Vince Larson / githubweb
  2. Removing the zt2zm interface from clubb_api and making the api calls just redirect to the grid class interface for it. — 37674341+huebleruwm / githubweb
  3. Pushing column loop into mean advection procedures. — 37674341+huebleruwm / githubweb
  4. Little loop push — 37674341+huebleruwm / githubweb
  5. Moving above/below index of grid weights to last dimension. — 37674341+huebleruwm / githubweb
  6. Missed file meant for commit e7ce96456e691ac84abf467670642a8ec90f4bb9. — Gunther Huebler / githubweb

#241 (Jun 10, 2022, 3:08:08 AM)

  1. updated check budgets balance test to be compatible with branch test for testing python 3 version — cernikt / githubweb
  2. updating check budgets script on main branch — cernikt / githubweb
  3. last minute addition — cernikt / githubweb
  4. The big grid change. Converting gr from being an array of types containing 1D arrays, to a type containing 2D arrays. All cases BFB, cam multicolumn+silhs BFB, and cam multicolumn (no silhs) with backwards compatible settings BFB. — 37674341+huebleruwm / githubweb

#240 (Jun 9, 2022, 3:08:08 AM)

  1. Updating Mac config to work with newer Mac processor. — pbroels / githubweb

#239 (Jun 8, 2022, 3:08:07 AM)

  1. Lots of small loop pushes — 37674341+huebleruwm / githubweb
  2. Small bug fix. This was not a bit changing bug, but could cause crashes if we compile with floating point trapping in a multicolumn run. — 37674341+huebleruwm / githubweb
  3. Small refactoring to mfl_xm_lhs, just removing need to pass in gr. — 37674341+huebleruwm / githubweb
  4. Final loop pushes needed before the grid change. — 37674341+huebleruwm / githubweb
  5. Replacing use of gr with nz — 37674341+huebleruwm / githubweb
  6. Chaning hardcoded 1 to i, where i is set to 1. Just a lil nicer. — 37674341+huebleruwm / githubweb

#238 (Jun 3, 2022, 3:08:08 AM)

  1. Making lmin a scalar again, twas a mistake to make it an array, it can only take on one value. — Gunther Huebler / githubweb
  2. Making nu_vert_res_dep a type containing arrays, as opposed to being an array of types. — Gunther Huebler / githubweb

#237 (Jun 2, 2022, 3:08:07 AM)

  1. Changed clubb_bin_diff_regression_gfortran_test_new to clubb_bin_diff_regression_gfortran_test and clubb_bin_diff_regression_gfortran_test to clubb_bin_diff_regression_gfortran_test_old to reflect current usage. — pbroels / githubweb
  2. This commit is not bit changing — noreply / githubweb
  3. This commt is not bit changing — noreply / githubweb
  4. The G_unit tests never allocated pdf_implicit_coefs_terms. It's unclear to me how these were working before, but it seems that something about making these 2D allocatable arrays exposed the bug. — Gunther Huebler / githubweb
  5. Making zt2zm calls with pdf_implicit_coefs_terms use the 2D version. — Gunther Huebler / githubweb
  6. Removing setup_grid and setup_parameters functionality from setup_clubb_core. This is beacuse in host models the required grid information may not be known during the setup process, resulting in dummy arguments for setup_clubb_core and the grid and paramters being setup during runtime anyway. Now, in the host models we can call these subroutines immediately after setup_clubb_core to maintain identical functionality (sam, wrf), and in others we can wait to call these until the main timestepping procedure (cam,e3sm). — Gunther Huebler / githubweb
  7. Making 2D versions of setup_grid and setup_parameters. — Gunther Huebler / githubweb

#236 (Jun 1, 2022, 3:08:07 AM)

  1. Almost final loop pushes (#1012) — noreply / githubweb
  2. Making compatible with latest clubb change. — Gunther Huebler / githubweb
  3. Making pdf_implicit_coefs_terms a type containing 2D arrays. (#1014) — noreply / githubweb

#235 (May 28, 2022, 3:08:10 AM)

  1. Constructing rcm within SILHS (as rcm_pdf) (#1011) — noreply / githubweb

#234 (May 26, 2022, 3:08:06 AM)

  1. Correcting name of old "shear" case to "neutral" in pyplotgen config file.  Also adding benchmark file path. — benjamin.andrew.stephens / githubweb
  2. Adding changes to work on new Mac Mini. larson-group/sys_admin#775 — pbroels / githubweb
  3. Missed a place where I needed to rename shear case to neutral. — noreply / githubweb

#233 (May 20, 2022, 3:08:09 AM)

  1. Changed priorities on pyplotgen variables. In a priority run, by default only the variables in VariableGroupBase.py will be plotted. This explicitly does not include variables in VariableGroupBaseBudgets, which would have to be included explicitly when desired. — Vince Larson / githubweb
  2. Adding some description that should have been entered a very long — bmg2 / githubweb

#232 (May 18, 2022, 3:08:06 AM)

  1. Update sens_matrix_dashboard.py — Vince Larson / githubweb
  2. Add shear/neutral case (#1005) — noreply / githubweb

#231 (May 17, 2022, 3:08:09 AM)

  1. Add to tuning dashboard some plots of biases vs. sensitivity. — Vince Larson / githubweb

#230 (May 14, 2022, 3:08:09 AM)

  1. Added ability to apply smooth min max functions in mixing_length.F90 — 68997723+JanGrn / githubweb
  2. Updated deprecated documentation of smooth min and max functions in advance_helper_module.F90. https://github.com/larson-group/clubb/issues/965 — 68997723+JanGrn / githubweb
  3. Checked whether results really are identical even with round-off when we have l_smooth_min_max=T and smooth_min_max_mag=zero. Next commit rolls some of these changes back for merge into master. https://github.com/larson-group/clubb/issues/965 — 68997723+JanGrn / githubweb
  4. Added test cases to smooth_min_max_tests.F90 and updated documentation. — 68997723+JanGrn / githubweb
  5. Added final test cases to smooth_min_max_tests.F90 — 68997723+JanGrn / githubweb

#229 (May 12, 2022, 3:08:08 AM)

  1. Adding comments to explain confusing or complicated portions of the Jenkinsfiles. — pbroels / githubweb

#228 (May 6, 2022, 3:08:11 AM)

  1. Renamed smth_range to heaviside_smth_range — 68997723+JanGrn / githubweb
  2. Added tot_vartn_normlzd statistics. Renamed sclr in advance_helper_module to scalar to be more consistent with clubb naming schemes. — 68997723+JanGrn / githubweb
  3. Implemented three further normalized variation stats. Included a (most likely temporary) check because in a few cases, denominator for normalization would be 0. — 68997723+JanGrn / githubweb
  4. Fixed typo in pyplotgen and fixed display of plotted time (previously displayed on the wrong line). — 68997723+JanGrn / githubweb
  5. Dealt with issue https://github.com/larson-group/clubb/issues/985 — 68997723+JanGrn / githubweb
  6. Changed priorities of total normalized variation stats, included error handling in total normalized variation stats. — 68997723+JanGrn / githubweb
  7. Removed duplicate VariableGroupNormalizedVariations.py — 68997723+JanGrn / githubweb
  8. Renamed pdf_output_filename. Added grid_level constant to avoid magic numbers in stats_update_var_pt calls. — 68997723+JanGrn / githubweb
  9. Gunthers branch 2 (#1002) — noreply / githubweb
  10. Bugfix for merge #1000. stderr was not imported in stat_clubb_utilities.F90, causing compilation to fail. — 68997723+JanGrn / githubweb

#227 (May 4, 2022, 3:08:07 AM)

  1. Gunthers branch (#999) — noreply / githubweb

#226 (May 1, 2022, 3:08:07 AM)

  1. Fixed priority property not working as intended, added text indicating time span plotted in pdf files which was previously only displayed in html files. — Vince Larson / githubweb

#225 (Apr 26, 2022, 12:33:31 PM)

  1. Another similar small bug fix. — Gunther Huebler / githubweb

#224 (Apr 26, 2022, 12:06:10 PM)

  1. Small bug fix. — Gunther Huebler / githubweb

#223 (Apr 26, 2022, 3:08:09 AM)

  1. Various simple changes to improve performance. All bit-for-bit. — Gunther Huebler / githubweb
  2. Pushing loop into calc_stability_correction. — Gunther Huebler / githubweb

#222 (Apr 22, 2022, 3:08:08 AM)

  1. Gunthers branch (#996) — noreply / githubweb

#221 (Apr 15, 2022, 3:08:06 AM)

  1. Updates description of generating pyplotgen movies — noreply / githubweb
  2. Set the Priority of nondimensional moments to False. — noreply / githubweb

#220 (Apr 13, 2022, 3:08:10 AM)

  1. I added the code for the l_linearize_pbl_winds flag that was originally — bmg2 / githubweb

#219 (Apr 6, 2022, 3:08:07 AM)

  1. Added idiot-proofing to print a warning message when l_diag_Lscale_from_tau — bmg2 / githubweb

#218 (Mar 30, 2022, 3:08:10 AM)

  1. Added a3_coef_min to the list of CLUBB's tunable parameter and then — bmg2 / githubweb

#217 (Mar 26, 2022, 3:08:07 AM)

  1. I added l_relax_clipping to CLUBB's config flags. — bmg2 / githubweb

#216 (Mar 24, 2022, 3:08:10 AM)

  1. Adding a line to the README to trigger the nightly tests. — noreply / githubweb

#215 (Mar 22, 2022, 3:08:10 AM)

  1. Removing a line at the top of the README to trigger the nightly tests. — noreply / githubweb

#214 (Mar 17, 2022, 3:08:07 AM)

  1. Removes a blank line in order to trigger merge with E3SM — noreply / githubweb
  2. Pushing column loop into xm_wpxp_clipping_and_stats and monotonic_turbulent_flux_limit. This essentially completes advance_xm_wpxp for now. larson-group/clubb#972 — 37674341+huebleruwm / githubweb
  3. Replacing the i loop iterator for scalars with sclr. — 37674341+huebleruwm / githubweb
  4. Pushing loop into advance_xp2_wpxp. — 37674341+huebleruwm / githubweb
  5. Moving the lhs_dp1 calculation to outside of xp2_xpyp_lhs. This gives us more flexibility, since we want to pass lhs_dp1 into xp2_xpyp_implicit_stats. — 37674341+huebleruwm / githubweb
  6. Moving the lmm_stepping and stats calls to immediately after calls to xp2_xpyp_solve. This is because xp2_xpyp_implicit_stats saves things that are saved by scratch variables, and these scratch variables are set by the lhs and rhs setup calls. So for the multiple lhs routine, we need to save the scratch variables immediately after these calls before overwriting them by calling lhs and rhs again for a different variable. Since the stats also saves the variable were solving for, we also have to move the lmm_stepping to before this call. — 37674341+huebleruwm / githubweb
  7. Removing need for stats scratch variables by passing lhs terms to save through agument lists. This makes everything better in every way. — 37674341+huebleruwm / githubweb
  8. Adding slicing for some lhs arrays being saved in stats. This was causing bit changing in a few lhs terms when run in multicolumn. — 37674341+huebleruwm / githubweb
  9. Changing names of dp1 variables for up2 and vp2. Surrounding where they're set to be within a l_stats_samp. — 37674341+huebleruwm / githubweb

#213 (Mar 15, 2022, 3:08:06 AM)

  1. Adds a blank line to trigger git merge with E3SM — noreply / githubweb

#212 (Mar 11, 2022, 3:08:09 AM)

  1. Removing data copies that we don't need anymore. This still runs correctly on GPUs. — 37674341+huebleruwm / githubweb
  2. Making clip_transform_silhs_output use an array of gr. This is how it should have been once the column loop was pushed down into it, but at the time clubb was using gr through a use statement making that not possible. — 37674341+huebleruwm / githubweb
  3. No more need for these data copies anymore now that pdf_params is allocated with ngrdcol rather than pcols. — 37674341+huebleruwm / githubweb

#211 (Mar 10, 2022, 3:08:09 AM)

  1. Adding a line to trigger the nightly tests. — noreply / githubweb

#210 (Mar 2, 2022, 3:08:09 AM)

  1. Making setup_pdf_parameters accept ngrdcols size arrays of stats and grid types. — Gunther Huebler / githubweb
  2. Forgot two small changes. larson-group/cam#129 — Gunther Huebler / githubweb
  3. Removing need for data copies. larson-group/cam#129 — Gunther Huebler / githubweb
  4. Changing column loop index from j to i. larson-group/cam#129 — Gunther Huebler / githubweb

#208 (Feb 26, 2022, 3:08:06 AM)

  1. Implementations of smooth min, max and heaviside function. Added G-Unit tests — 68997723+JanGrn / githubweb
  2. Fixed and added final test. Everything is now functional — 68997723+JanGrn / githubweb
  3. Modified the two inequalities in the final test. (for mostly aesthetic reasons) — 68997723+JanGrn / githubweb

#207 (Feb 24, 2022, 4:15:42 AM)

  1. Fixing small bug that breaks runs with scalars. — Gunther Huebler / githubweb

#206 (Feb 24, 2022, 3:08:07 AM)

  1. Gunthers branch (#989) — noreply / githubweb

#205 (Feb 22, 2022, 3:08:09 AM)

  1. Refactoring to remove need for global stats scratch variables. (#988) — noreply / githubweb

#204 (Feb 18, 2022, 3:08:08 AM)

  1. Adds a naming convention for CLUBB's indices — noreply / githubweb
  2. Pushing loop into solve_xm_wpxp_with_single_lhs (#986) — noreply / githubweb

#203 (Feb 17, 2022, 3:08:06 AM)

  1. Adding 2D version of zt2zm and zm2zt to clubb_api — Gunther Huebler / githubweb

#202 (Feb 11, 2022, 3:08:10 AM)

  1. Add coding rule to write variables to disk immediately after they are set. — noreply / githubweb

#201 (Feb 10, 2022, 3:08:08 AM)

  1. Moving stats call for uprcp and vprcp to after they are calculated. This fixes the silhs restart test. But does not seem to fix the E3SM or CAM tests that are still failing. — Gunther Huebler / githubweb
  2. The last commit was BIT_CHANGING:fc75c887ae516e55f31156a6c1cccaedfaf34ff3 since it does change when uprcp and vprcp are saved to stats output. Was not answer changing though. — Gunther Huebler / githubweb

#200 (Feb 8, 2022, 3:08:08 AM)

  1. Adding a line to trigger the nightly tests. — noreply / githubweb

#199 (Feb 5, 2022, 3:08:07 AM)

  1. Breaking up column loop in advance_xm_wpxp_module. larson-group/clubb#972 — Gunther Huebler / githubweb
  2. Pushing column loop into local functions. larson-group/clubb#972 — Gunther Huebler / githubweb

#198 (Feb 4, 2022, 3:08:06 AM)

  1. I added a subroutine that prints that values of all PDF parameters in — bmg2 / githubweb
  2. Small changes and a loop push. larson-group/clubb#972 — Gunther Huebler / githubweb
  3. Pushing loop into advance_xm_wpxp. larson-group/clubb#972 — Gunther Huebler / githubweb
  4. Making the G_unit test use a dummy column index. This makes it so we don't need an interface for compute_sigma_sqd_w since now we only use it with 2 dimensions. This is just nicer. larson-group/clubb#972 — Gunther Huebler / githubweb

#197 (Feb 3, 2022, 3:08:08 AM)

  1. Fixed small bug that slipped through because the G_unit tests use nz=1. — Gunther Huebler / githubweb
  2. Pushing column index into mixing length routines, not all the way down for the non-tau based calculation. larson-group/clubb#972 — Gunther Huebler / githubweb

#196 (Feb 2, 2022, 12:33:15 PM)

  1. Missed a file to commit, causing lots of compilation failures in Jenkins tests. — Gunther Huebler / githubweb

#195 (Feb 2, 2022, 3:08:09 AM)

  1. Pushing column index into zm2zt and zt2zm. larson-group/clubb#972 — Gunther Huebler / githubweb
  2. Pushing column index into Skx_func and making it a subroutine. larson-group/clubb#972 — Gunther Huebler / githubweb
  3. A variety of small loop pushing. larson-group/clubb#972 — Gunther Huebler / githubweb

#194 (Jan 29, 2022, 3:08:22 AM)

  1. Intializing sigma_sqd_w_zt when not using ADG1. larson-group/clubb#972 — Gunther Huebler / githubweb
  2. Fixing bug, we were not initializng pdf_params for all columns. larson-group/clubb#972 — Gunther Huebler / githubweb
  3. I updated CLUBB to include new fields to its restart functionality. — bmg2 / githubweb

#193 (Jan 28, 2022, 3:08:23 AM)

  1. I am updating ice_supersat_frac to be an intent(inout) variable for — bmg2 / githubweb

#192 (Jan 27, 2022, 3:08:25 AM)

  1. We need to initialize our local pdf_implicit_coefs_terms_zm in certain pdf types. We also don't need to zero out pdf_implicit_coefs_terms arrays, since that's done in the initialization. This should fix segfaults when l_call_pdf_closure_twice=.True. larson-group/clubb#972 — Gunther Huebler / githubweb

#191 (Jan 26, 2022, 3:08:23 AM)

  1. Pushing loops into all relevent lowest level routines in pdf_closure. larson-group/clubb#972 — Gunther Huebler / githubweb
  2. Missing files from previous commit. larson-group/clubb#972 — Gunther Huebler / githubweb
  3. Forgot an & symbol. — Gunther Huebler / githubweb

#189 (Jan 25, 2022, 4:19:15 PM)

  1. Making the good version of pdf_params used most places. The bad version is the single column version. larson-group/clubb#972 — Gunther Huebler / githubweb
  2. Making a commit that officially places the call to the PDF in the "post" — bmg2 / githubweb

#188 (Jan 25, 2022, 3:08:23 AM)

  1. Pushing loop into pdf_closure_module and breaking it up. larson-group/clubb#972 — Gunther Huebler / githubweb

#187 (Jan 23, 2022, 3:08:24 AM)

  1. Clarifies debugging messages of thread test — noreply / githubweb

#186 (Jan 21, 2022, 6:22:12 PM)

  1. Pushing loop into pdf_closure and breaking it up. larson-group/clubb#972 — Gunther Huebler / githubweb
  2. I changed C_invrs_tau_N2_wp2 from 0.1 to 0.2 to help stop turbulence — bmg2 / githubweb

#185 (Jan 21, 2022, 3:08:23 AM)

  1. I added error prints to the interface for Morrison microphysics that — bmg2 / githubweb
  2. Breaking up column loop in advance_clubb_core. larson-group/clubb#972 — Gunther Huebler / githubweb

#184 (Jan 20, 2022, 3:08:24 AM)

  1. Adding l_stats check around stats stuff. This fixes the crashing when stats is disabled. larson-group/clubb#972 — Gunther Huebler / githubweb
  2. Fixing typo in VariableGroupBase.py — noreply / githubweb
  3. Making single and multi column versions of advance clubb core available through clubb_api. larson-group/clubb#972 — Gunther Huebler / githubweb

#183 (Jan 19, 2022, 3:08:24 AM)

  1. Updating pyplotgen's SAM wp3 budgets to include pressure diffusion, pressure scrambling, and the wp3_tp term. — benjamin.andrew.stephens / githubweb
  2. Pushing column loop into advance_clubb_core, and adding interface for it so that we will not need to update any host models. Everything is bit-for-bit, testing all standalone cases and our cam_coarse res run. larson-group/clubb#972 — Gunther Huebler / githubweb
  3. Adding an error prints subroutine to advance_microphys_module.F90 — bmg2 / githubweb

#182 (Jan 17, 2022, 3:08:24 AM)

  1. Add l_smooth_Heaviside_tau_wpxp to smooth discontinuity in invrs_tau_wpxp_zm — noreply / githubweb

#181 (Jan 14, 2022, 5:38:09 PM)

  1. Adding script that checks if two nc files contain different output fields, rather than just checking bit-for-bitness between the two. Also making our run_bin_diff script use this new nc comparator instead of linux diff. — Gunther Huebler / githubweb
  2. Adjusting the value of C_invrs_tau_shear from 0.15 to 0.16 so that — bmg2 / githubweb

#180 (Jan 14, 2022, 3:08:24 AM)

  1. Adding line to readme because previous commit will be BIT_CHANGING:108f6ea2c8b3d9357cf551b11a85a2d9a4becc47 in the backwards compatibility run since it will prevent NaNs in the .nc files. — Gunther Huebler / githubweb

#179 (Jan 13, 2022, 6:28:24 PM)

  1. Removing sed command as it is unnessecary. larson-group/sys_admin#763 — noreply / githubweb
  2. This should be BIT_CHANGING, but only because the value of Cx_min should change in the netcdf file. This will not be answer changing. — Gunther Huebler / githubweb
  3. Change value of Cx_min to match what is in parameters_tunable.F90 — noreply / githubweb
  4. Adding flags and parameters to the r8029 backwards compatible lists. These do not change the backwards compatible results, so that we aren't relying on source code default values. — Gunther Huebler / githubweb
  5. Changing the value of C_invrs_tau_shear from 0.02 to 0.15. — bmg2 / githubweb
  6. Avoiding stats call for variables that are not set when l_diag_Lscale_from_tau is not true. — Gunther Huebler / githubweb

#178 (Jan 13, 2022, 3:08:24 AM)

  1. Making some paramters_silhs variables available from the silhs api — Gunther Huebler / githubweb
  2. Comment out setting of fatal error — noreply / githubweb
  3. Adding a step to remove idio proofing into backwards compatibility test. larson-group/sys_admin#763 — pbroels / githubweb
  4. Fixing character conflict with sed string in jenkinsfile. — pbroels / githubweb

#177 (Jan 12, 2022, 3:08:26 AM)

  1. Making api version of setup_grid. larson-group/clubb#972 — Gunther Huebler / githubweb

#176 (Jan 11, 2022, 3:08:25 AM)

  1. Insert print about overwriting default flags with namelist values — noreply / githubweb
  2. Insert print about overwriting default parameters with namelist values — noreply / githubweb
  3. Note that source-code flags and parameter values are overwritten by namelist values — noreply / githubweb
  4. Clarify comments in README — noreply / githubweb

#175 (Jan 1, 2022, 3:08:24 AM)

  1. Modifying the generate subcolumn panels function to smoothly plot both CLUBB and WRF-LASSO SILHS subcolumns. — benjamin.andrew.stephens / githubweb

#174 (Dec 30, 2021, 3:08:22 AM)

  1. I am adding more arguments to the argument list for advance_clubb_core — bmg2 / githubweb

#173 (Dec 29, 2021, 3:08:24 AM)

  1. Updating CLUBB to pass uprcp and vprcp into and out of advance_clubb_core. — bmg2 / githubweb
  2. Now that uprcp and vprcp have been passed through advance_clubb_core, — bmg2 / githubweb

#172 (Dec 23, 2021, 3:08:27 AM)

  1. Adding new four-case tuner script and also some minor updates to error.F90 that avoid the "LES is zero" error for the cloud water and cloud fraction. — 59519056+bstephens82 / githubweb
  2. Adding comments and minor cleanup for my last commit about the tuner update. — 59519056+bstephens82 / githubweb
  3. Updating error.F90 to include the error statement about LES field being zero as a check. — 59519056+bstephens82 / githubweb

#171 (Dec 21, 2021, 3:08:22 AM)

  1. Updates to SAM-style budget plots for CLUBB output. — benjamin.andrew.stephens / githubweb

#170 (Dec 18, 2021, 3:08:25 AM)

  1. These changes allow you to call the 4 clubb "advance" subroutines in any — Brian Griffin / githubweb
  2. Placing the order variables in a nice, convenient place for testing use. — Brian Griffin / githubweb
  3. I reordered advance_clubb_core so that the "Advance xp3" (which is a — Brian Griffin / githubweb
  4. I am committing the idiot-proofing code that forces l_min_xp2_from_corr_wx — Brian Griffin / githubweb
  5. I am indenting the portion of the code where the advance subroutines — Brian Griffin / githubweb
  6. Temporarily commenting out the idiot proofing in order to run some tests ... — Brian Griffin / githubweb
  7. Now official reinstating the idiot-proofing and turning off the — bmg2 / githubweb
  8. I am committing some idiot proofing in regards to the advance — bmg2 / githubweb

#169 (Dec 17, 2021, 3:08:23 AM)

  1. Removing a line to trigger the nightly tests. larson-group/sys_admin#763 — noreply / githubweb

#168 (Dec 16, 2021, 3:08:23 AM)

  1. Adding a line to the readme to trigger the nightly tests. — noreply / githubweb

#167 (Dec 7, 2021, 3:08:26 AM)

  1. Add "subcolumns" key to LASSO cases in pyplotgen. — noreply / githubweb

#166 (Dec 4, 2021, 3:08:25 AM)

  1. Remove clipping from a3_coef. — noreply / githubweb

#165 (Dec 3, 2021, 3:08:25 AM)

  1. See ticket — jan.gruenenwald / githubweb
  2. added some documentation in pdf_close_module.f90 and started writing of w_up_in_cloud to disk — jan.gruenenwald / githubweb
  3. See respective messages on the issue 958 on date 10/12/2021 — jan.gruenenwald / githubweb
  4. Added WSUP from SAM to the VariableGroupWs.py in pyplotgen — jan.gruenenwald / githubweb
  5. Added sam file name to DYCOMS_RF02_DO case, fixed the clipping in calc_w_up_in_cloud in pdf_closure_module.f90, and changed long name of w_up_in_cloud in stats_zt_module.f90 — jan.gruenenwald / githubweb
  6. Resolved any issues in the pull request. See https://github.com/larson-group/clubb/pull/970 for details — jan.gruenenwald / githubweb
  7. Included a check in pdf_closure_module.f90 to check if flag for iw_up_in_cloud is set. Removed iw_up_in_cloud from standard_stats.in to prevent binary diffs in CLUBB output files after merge — jan.gruenenwald / githubweb
  8. fixed a typo in pdf_closure_module.f90, line 1284 — jan.gruenenwald / githubweb
  9. fixed compiler warning regarding w_up_in_cloud — jan.gruenenwald / githubweb

#164 (Nov 16, 2021, 3:08:07 AM)

  1. Passing w_up_in_cloud out of advance_clubb_core — bmg2 / githubweb

#163 (Nov 12, 2021, 3:08:10 AM)

  1. See ticket — 68997723+JanGrn / githubweb
  2. added some documentation in pdf_close_module.f90 and started writing of w_up_in_cloud to disk — 68997723+JanGrn / githubweb
  3. See respective messages on the issue 958 on date 10/12/2021 — 68997723+JanGrn / githubweb
  4. Added WSUP from SAM to the VariableGroupWs.py in pyplotgen — 68997723+JanGrn / githubweb
  5. Added sam file name to DYCOMS_RF02_DO case, fixed the clipping in calc_w_up_in_cloud in pdf_closure_module.f90, and changed long name of w_up_in_cloud in stats_zt_module.f90 — 68997723+JanGrn / githubweb
  6. Resolved any issues in the pull request. See https://github.com/larson-group/clubb/pull/970 for details — 68997723+JanGrn / githubweb
  7. Included a check in pdf_closure_module.f90 to check if flag for iw_up_in_cloud is set. Removed iw_up_in_cloud from standard_stats.in to prevent binary diffs in CLUBB output files after merge — 68997723+JanGrn / githubweb
  8. fixed a typo in pdf_closure_module.f90, line 1284 — 68997723+JanGrn / githubweb

#162 (Nov 11, 2021, 3:08:11 AM)

  1. Turn off l_Lscale_vert_avg because this flag has been deprecated. — noreply / githubweb

#161 (Nov 9, 2021, 3:08:07 AM)

  1. Add 3 new features to dashboard: — Vince Larson / githubweb
  2. Updating tolerance_check.py to Python3. — pbroels / githubweb

#160 (Nov 6, 2021, 3:08:07 AM)

  1. I have turned the nu_vert_res_dep family of variables into a derived — bmg2 / githubweb

#159 (Nov 2, 2021, 3:08:11 AM)

  1. Fixing a minor accounting bug related to the changes in https://github.com/larson-group/clubb/commit/987d63de489d2baa09ad6e1538b2c6dbb7551690.  There was some overcounting of the relevant terms. — benjamin.andrew.stephens / githubweb

#158 (Oct 31, 2021, 3:08:08 AM)

  1. I forgot to add this necessary subroutine call to the clubb API. — bmg2 / githubweb

#157 (Oct 30, 2021, 3:08:07 AM)

  1. I have passed clubb_params down into advance_xm_wpxp_module.F90. — bmg2 / githubweb
  2. I have passed down CLUBB's tunable parameters into advance_wp2_wp3_module.F90. — bmg2 / githubweb
  3. I passed down CLUBB's tunable parameters into advance_xp2_xpyp_module.F90 — bmg2 / githubweb
  4. Passing down more of CLUBB's tunable parameters. — bmg2 / githubweb
  5. I accidentally removed an important comment in the previous commit. — bmg2 / githubweb
  6. Passing down more CLUBB tunable parameters. — bmg2 / githubweb
  7. More passing down CLUBB parameters ... whoop-de-doo — bmg2 / githubweb
  8. Passing down more tunable parameters and removing references to — bmg2 / githubweb
  9. Handling the abomination that is lmin. — bmg2 / githubweb
  10. Passing tunable parameters into the new tau code. — bmg2 / githubweb
  11. Passed down more parameters. Results are bit-for-bit. — bmg2 / githubweb
  12. Passing through more clubb parameters. Bit-for-bit — bmg2 / githubweb
  13. Passing down CLUBB's tunable parameters into the setup_pdf_parameters and — bmg2 / githubweb
  14. I passed down CLUBB's tunable parameters into the advance_microphys portion of — bmg2 / githubweb
  15. Passing down CLUBB's tunable parameters into the remainder of the — bmg2 / githubweb
  16. I passed down the forgotten thlp2_rad_coef tunable parameter. — bmg2 / githubweb
  17. Passing down CLUBB's tunable parameters into CLUBB's — bmg2 / githubweb
  18. I am passing down the forgotten parameter, altitude threshold, in — bmg2 / githubweb
  19. I am committing the final stage of the "pass-down params" project. — bmg2 / githubweb
  20. Adding an option to use invrs_tau_N2_iso for C4 terms.  The same invrs_tau had been used for C4 and C14 terms, so some adjustments had to be made to separate them out (this was started with an earlier commit: https://github.com/larson-group/clubb/commit/ef3be1b1378bcd1a447f3866c9f88f8cc4764233).  The flag is currently set to false so results will be b4b. — 59519056+bstephens82 / githubweb
  21. Renaming invrs_tau_zt and invrs_tauw3t to "invrs_tau_wp3_zt" in advance_wp2_wp3 to avoid confusion.  This variable is only used for the wp3 C8 term, so one consistent name is simpler, and the name "invrs_tau_zt" is already used by another variable in advance_clubb_core. — 59519056+bstephens82 / githubweb
  22. Adding comments for clarity. — 59519056+bstephens82 / githubweb

#156 (Oct 28, 2021, 3:08:08 AM)

  1. Adding code wrapped in a flag (l_use_tke_in_K_dfsn) to use u_i'u_i' in the wp2 and wp3 eddy diffusion terms, instead of just wp2 or wp3.  Relevant to CLUBB issue #920. — 59519056+bstephens82 / githubweb
  2. Updates as requested to the l_use_tke_in_K_dfsn code: — 59519056+bstephens82 / githubweb

#155 (Oct 27, 2021, 3:08:07 AM)

  1. Uncommenting diffusion.F90 k=1 lines again to fix Oracle uninit var test.  I've updated the accompanying note to state clearly that the lines have no effect on model output, but I guess we need to keep the lines to avoid uninitialized variables. — benjamin.andrew.stephens / githubweb

#154 (Oct 23, 2021, 3:08:11 AM)

  1. These updates incorporate some of Shixuan Zhang's changes, including: — benjamin.andrew.stephens / githubweb

#153 (Oct 22, 2021, 3:08:09 AM)

  1. Adding jenkins file — Gunther Huebler / githubweb
  2. Changing name of jenkins tests. larson-group/clubb#960 — Gunther Huebler / githubweb
  3. Renaming — Gunther Huebler / githubweb

#152 (Oct 21, 2021, 3:08:08 AM)

  1. Add a scatterplot of residual biases versus default-simulation biases. — Vince Larson / githubweb

#151 (Oct 15, 2021, 3:08:09 AM)

  1. Commented out the k=1 boundary conditions in diffusion_zm_lhs and diffusion_zt_lhs, since these are not currently fed into the final LHS matrix.  I included comments to describe why this was done.  Results are b4b. — benjamin.andrew.stephens / githubweb
  2. Adding Jenkinsfile for new clubb backwards compatibility test. larson-group#960 — Gunther Huebler / githubweb
  3. Modifying jenkins script. larson-group/clubb#960 — Gunther Huebler / githubweb

#150 (Oct 13, 2021, 3:08:11 AM)

  1. Removing line to trigger the nightly tests for all repos. — noreply / githubweb

#149 (Oct 8, 2021, 3:08:07 AM)

  1. Update README.md — noreply / githubweb

#148 (Oct 5, 2021, 3:08:08 AM)

  1. Add a blank line to trigger nightly tests. — noreply / githubweb

#147 (Oct 2, 2021, 3:08:07 AM)

  1. Updates to separate out C4 and C14 in advance_xp2 module.  This will make it easier to control which invrs_tau_* variable multiplies each term for example. — 59519056+bstephens82 / githubweb
  2. Changing the name of dummy_1d variables for clarity. — 59519056+bstephens82 / githubweb

#146 (Sep 25, 2021, 3:08:06 AM)

  1. I am fixing a bug that was introduced in 6b0348e, where the logical — bmg2 / githubweb

#145 (Sep 23, 2021, 3:08:08 AM)

  1. Updates to pyplotgen to include LASSO cases.  Currently the WRF benchmark file path is not going to be generally valid.  We will probably want to add the WRF-LASSO benchmark files to the benchmark repo, but they will need some additional processing to get rid of large 3D variables that we don't need, or possibly add some additional variables that we want. — 59519056+bstephens82 / githubweb
  2. Some updates to the paths for the WRF-LASSO benchmark files, and some minor updates so that a few more variables will show up from both the WRF-CLUBB runs and the WRF-LASSO benchmark runs. — 59519056+bstephens82 / githubweb
  3. Adding wpuiui to VariableGroupWs.py — 59519056+bstephens82 / githubweb

#144 (Sep 22, 2021, 3:08:09 AM)

  1. Add a blurb on plotting CAM output to the pyplotgen README. — noreply / githubweb

#143 (Sep 17, 2021, 3:08:07 AM)

  1. Adding in helper scripts to replace variables as in ticket #886 and ticket #733. — rhodesk / githubweb

#142 (Sep 16, 2021, 3:08:06 AM)

  1. Add space to trigger nightly tests.  For larson-group/sys_admin#755. — noreply / githubweb

#141 (Sep 14, 2021, 3:08:08 AM)

  1. Remove space to trigger autoupdate. larson-group/sys_admin#755 — noreply / githubweb

#140 (Sep 11, 2021, 3:08:08 AM)

  1. Adding space to trigger autoupdate. larson-group/sys_admin#755 — Gunther Huebler / githubweb

#139 (Sep 3, 2021, 3:08:09 AM)

  1. Pushing k loop down through clip_variance_level. — rhodesk / githubweb
  2. Udpates to make it possible for us to keep certain parameters equal to each other during tuning. — 59519056+bstephens82 / githubweb
  3. Updates to improve error checking for the tuner, updates to comments. — 59519056+bstephens82 / githubweb
  4. Getting rid of a duplication of code. — 59519056+bstephens82 / githubweb
  5. Updating name of l_vary_params_together flag to l_keep_params_equal, since this is probably more clear and also is more consistent with my comments in the code. — 59519056+bstephens82 / githubweb
  6. Further tuner updates.  These updates introduce the option to give a minimum value for tuned parameters.  Error checks are included. — 59519056+bstephens82 / githubweb
  7. Removing an old comment — 59519056+bstephens82 / githubweb
  8. Updating some comments related to the tuner updates. — 59519056+bstephens82 / githubweb
  9. Update README — 59519056+bstephens82 / githubweb
  10. Minor updates requested in pull request: renaming a variable and adding some comments. — 59519056+bstephens82 / githubweb

#138 (Sep 2, 2021, 3:08:07 AM)

  1. Removing a couple of unused parameters from use statement. — noreply / githubweb

#137 (Sep 1, 2021, 3:08:10 AM)

  1. Removing blank line... — noreply / githubweb

#136 (Aug 31, 2021, 3:08:08 AM)

  1. Adding in l_vary_convect_depth as requested. — 72510114+RhodesKeegan / githubweb

#135 (Aug 28, 2021, 3:08:07 AM)

  1. Change normalization of sensitivity matrix. — Vince Larson / githubweb

#134 (Aug 26, 2021, 3:08:09 AM)

  1. Updating the surface clipping coefficient... — noreply / githubweb
  2. Adding blank line to note that my previous commit was BIT_CHANGING. — noreply / githubweb

#133 (Aug 25, 2021, 3:08:08 AM)

  1. Updates to tuner to print the improvement in the individual variables at the end of the tuner run, in addition to the total improvement. — 59519056+bstephens82 / githubweb
  2. Changing the denominator in the variable-by-variable expression so that the individual terms add up to the total percent improvement. — 59519056+bstephens82 / githubweb

#132 (Aug 21, 2021, 3:08:08 AM)

  1. Eliminating l_upwind_wpxp_ta flag. — rhodesk / githubweb

#131 (Aug 19, 2021, 11:52:15 AM)

  1. Fixing compilation error caused by flag removal — rhodesk / githubweb

#130 (Aug 18, 2021, 3:08:09 AM)

  1. Eliminating l_update_pressure flag. — rhodesk / githubweb

#129 (Aug 17, 2021, 3:08:09 AM)

  1. Update argument list of analyzeSensMatrix in the unit tests — Vince Larson / githubweb

#128 (Aug 14, 2021, 3:08:09 AM)

  1. Removing exit command left by mistake — noreply / githubweb
  2. Eliminating l_single_C2_Skw flag. — 72510114+RhodesKeegan / githubweb
  3. Update to run_tuner.bash to save the contents of the error_*.in file to the tuner log at the end of the run. — 59519056+bstephens82 / githubweb
  4. Eliminating l_include_ice and sat_ice_ratio. — rhodesk / githubweb

#127 (Aug 13, 2021, 3:08:07 AM)

  1. Eliminating l_use_wp3_pr3 flag. — rhodesk / githubweb
  2. Eliminating l_clip_semi_implicit flag. — rhodesk / githubweb
  3. Adding intent labels for subroutines throughout clubb. — rhodesk / githubweb
  4. Replacing all mentions of /usr/local/les_and_clubb_benchmark_runs with the new/home/pub location. larson-goup/sys_admin#750 — pbroels / githubweb
  5. Updates to tuner script to prevent it from moving output files that have not been tuned. — 59519056+bstephens82 / githubweb
  6. BIT_CHANGING:af17ebf83826423f24165dab46ce098bf39444dd — noreply / githubweb

#126 (Aug 12, 2021, 3:08:07 AM)

  1. Changing ifort environment variable file to new ifort file. larson-group/sys_admin#750 — pbroels / githubweb
  2. Eliminating l_apply_rule_to_pdf_params flag. — rhodesk / githubweb
  3. Removing incorrect name from COAMPS variable list — noreply / githubweb
  4. Eliminating l_ub_const_deriv flag. — rhodesk / githubweb
  5. Eliminating l_equation_21 flag. — rhodesk / githubweb
  6. Adding additional ifort environment script to test to fix compile errors. larson-group/sys_admin#750 — pbroels / githubweb
  7. Adding ifort environment script to the compile step for all ifort scripts. — pbroels / githubweb
  8. Eliminating l_wp3_2nd_buoyancy flag. — rhodesk / githubweb
  9. Updates to pyplotgen that will include all invrs_tau_* lines in a single plot, and also updates to prevent SAM and COAMPS lines from being plotted when those models will never have the variables being plotted. — 59519056+bstephens82 / githubweb
  10. Updates to include all invrs_tau_* variables in the output stats files, and pyplotgen updates to plot all of the invrs_tau_* variables on two separate plots along with the other "base" variables. — 59519056+bstephens82 / githubweb
  11. Eliminating l_refine_grid_in_cloud and l_interactive_refined. — rhodesk / githubweb
  12. Updating the tuner README to clarify how the user should set the initmax values. — benjamin.andrew.stephens / githubweb
  13. Eliminating l_use_experimental_term_pr2 and l_use_vert_avg_winds — rhodesk / githubweb
  14. Updating run_tuner.bash so that it will run the tuner test cases with the initial tunable_parameters.in (i.e. before tuning) to make it easier to compare the optimized runs with the initial runs.  The initial runs are saved in a separate directory. — 59519056+bstephens82 / githubweb
  15. Removing superfluous bash script commands. — 59519056+bstephens82 / githubweb

#125 (Aug 11, 2021, 3:08:09 AM)

  1. Attempt to add error bars to the metrics predictions — Vince Larson / githubweb
  2. Eliminating l_nu_grid_dependent as requested. — rhodesk / githubweb
  3. Eliminating l_use_buoy_mod_Km_zm. — rhodesk / githubweb
  4. Eliminating l_iter_xp2_xpyp flag. — rhodesk / githubweb

#124 (Aug 10, 2021, 3:08:10 AM)

  1. Include comment about current tuner compiler issue — noreply / githubweb

#123 (Aug 5, 2021, 3:08:07 AM)

  1. Updates to help run multiple tuner cases. The date/time assertion check in error.F90 was not working correctly for multiple cases, since instead of updating the CLUBB date/time based on the case, it was just using one CLUBB case for all LES cases and crashing. — 59519056+bstephens82 / githubweb
  2. Fix typo — noreply / githubweb

#122 (Aug 4, 2021, 3:08:08 AM)

  1. Adding some new, but still simple, parsing capabilities to input_netcdf.F90 so that the tuner will not crash if netcdf dates are in a slightly different format.  Now, instead of assuming the format of the string, the code will search for the positions of the two hyphens and the two colons and get the date and time based on that. — 59519056+bstephens82 / githubweb
  2. Adding some spaces to make the code a little nicer. — 59519056+bstephens82 / githubweb
  3. Adding comments and renaming variables per Vince's comments.  Some minor cleaning. — 59519056+bstephens82 / githubweb
  4. Adding intent labels for subroutines throughout clubb. — rhodesk / githubweb
  5. Removing unnecessary constant from use statement — noreply / githubweb

#121 (Aug 3, 2021, 3:08:09 AM)

  1. Adding comments labeling subroutine calls with intent. — rhodesk / githubweb
  2. Removing dependency on /home/pub and moving it to /home/jenkins larson-group/sys_admin#735 — pbroels / githubweb

#120 (Jul 31, 2021, 3:08:07 AM)

  1. Removing l_interp_prescribed_params from setup_clubb_pdf_params. — rhodesk / githubweb
  2. Modifying run_timestep_tests.bash to run only 10 minute and above timesteps and exit immediately if the 10 mintue timestep fails. larson-group/sys_admin#749 — pbroels / githubweb
  3. Adding new timestep test to clubb jenkins tests. larson-group/sys_admin#749 — pbroels / githubweb
  4. Fixing false printing of "All cases ran to completion." — noreply / githubweb
  5. Updating clubb_tuner.F90 to resolve an issue where the optimized tunable_parameter_*.in file was not being created by default.  Now it will always be created when the tuner is run, as it should be. — 59519056+bstephens82 / githubweb
  6. Updating wording — 59519056+bstephens82 / githubweb
  7. Adding in the Mstandard flag to the pgi compiler settings. — rhodesk / githubweb
  8. Updating pyplotgen.py and README to clarify file name mismatch error and how to resolve it. — 59519056+bstephens82 / githubweb
  9. Fixing typo. — 59519056+bstephens82 / githubweb
  10. Clarifying README. — 59519056+bstephens82 / githubweb
  11. Placing line breaks in the new error message and minor wording updates. — 59519056+bstephens82 / githubweb

#119 (Jul 30, 2021, 3:08:07 AM)

  1. Modifying run_full_api_diagnostics.bash, create_module_table.py, and usage_analyzer.py to create and save tables similar to the nightly tests. larson-group/sys_admin#749 — pbroels / githubweb
  2. Modigying jenkins test to display tables after test run. larson-group/sys_admin#749 — pbroels / githubweb
  3. Fixing coding standard viloation of lines exceeding 100 characters. — rhodesk / githubweb
  4. Adding wp3_pr_tp (aka "negative nose" term) to wp3 equation.  Related to #920. — 59519056+bstephens82 / githubweb
  5. Changing the way the new wp3_pr_tp term works, by generalizing the wp3_terp_pr_lhs subroutine.  Also cleaning up comments and changing the description of the wp3_pr_tp variable in the netcdf output files, hence this commit is BIT_CHANGING, although it will not affect numerical results since the wp3_pr_tp coefficient (C_wp3_pr_tp) is set to zero. — 59519056+bstephens82 / githubweb
  6. Adding the new pressure-related terms, wp2_pr_dfsn and wp3_pr_tp, to the --sam-style-budgets option in Pyplotgen. — benjamin.andrew.stephens / githubweb

#118 (Jul 29, 2021, 3:08:06 AM)

  1. Reverting accidental change to Jenkinsfile. larson-group/e3sm#38 — Gunther Huebler / githubweb
  2. Updating new Jenkinsfile. larson-group/e3sm#38 — Gunther Huebler / githubweb
  3. Updating Jenkinsfile because sys_admin files changed names. — Gunther Huebler / githubweb

#117 (Jul 28, 2021, 3:08:06 AM)

  1. Moving the stats variables to module variables of clubb_driver. — 72510114+RhodesKeegan / githubweb
  2. Fixing missing comment — 72510114+RhodesKeegan / githubweb
  3. Adding new Jenkinsfile for new bit diff test for clubb. larson-group/e3sm#38 — Gunther Huebler / githubweb
  4. Making Jenkinsfile not a directory... larson-group/e3sm#38 — Gunther Huebler / githubweb
  5. Changing job name in jenkins file. larson-group/e3sm#38 — Gunther Huebler / githubweb

#116 (Jul 27, 2021, 3:08:07 AM)

  1. Code changes to introduce wp2_pr_dfsn, the wp2 pressure diffusion term, consistent with Lumley 1978.  Related to #920. — 59519056+bstephens82 / githubweb
  2. Fixing comment for the wp2_term_pr_dfsn subroutine.  Related to #920. — 59519056+bstephens82 / githubweb
  3. Updating wp3 pressure diffusion term to be consistent with the Lumley 1978 formula for the perturbation pressure. For #920. — 59519056+bstephens82 / githubweb
  4. Making requested changes to the wp2 pressure diffuion additions, including correcting some grid-level related issues.  Related to #920. — 59519056+bstephens82 / githubweb
  5. Fixing some comments. — 59519056+bstephens82 / githubweb
  6. Correcting a typo bug and adding some descriptive comments to two new variables.  This is a BIT_CHANGING commit becuase it will affect the newly calculated variables and descriptions in the output files, but it won't affect any plotted results. Related to #920. — benjamin.andrew.stephens / githubweb

#115 (Jul 24, 2021, 3:08:08 AM)

  1. Add new plots and calculations to dashboard. — Vince Larson / githubweb
  2. I changed the name to calc_responder_driver because I thought that — bmg2 / githubweb

#114 (Jul 23, 2021, 3:08:08 AM)

  1. Feeding stats variables through the argument lists of needed subroutines. — 72510114+RhodesKeegan / githubweb
  2. Fixing spacing issues along with placing the stats varibales on their own lines. — 72510114+RhodesKeegan / githubweb
  3. Changing more subroutines to include stats vars in their arg lists. — 72510114+RhodesKeegan / githubweb
  4. Fixing incorrect subroutine arg list — 72510114+RhodesKeegan / githubweb
  5. Fixing host models not compiling. — 72510114+RhodesKeegan / githubweb
  6. Fixing argument list so that way the coding standard is upheld. — 72510114+RhodesKeegan / githubweb

#113 (Jul 16, 2021, 3:08:10 AM)

  1. Feeding gr through arg list for functions outside of CLUBB_core. — rhodesk / githubweb
  2. Reflecting changes made to clubb_api_module's subroutine's argument lists. #886. — rhodesk / githubweb
  3. Moving gr from being a public variable in clubb_driver to being defined locally. — rhodesk / githubweb
  4. Defining gr at the top level main as a local variable and feeding it down as needed. — rhodesk / githubweb
  5. Removing hardcoded references to passwords. larson-group/sys_admin#733 — pbroels / githubweb
  6. The purpose of this commit is to see whether or not causing changes in sam's version of clubb will cause errors when the master branch of clubb gets merged intosam. Please ignore this commit unless everything breaks, in which case this is the reason why everything is broken. — rhodesk / githubweb
  7. Changing jenkins test directory names to be the same as the test name. larson-group/sys_admin#735 — pbroels / githubweb
  8. Delete blank line in order to trigger nightly tests. — noreply / githubweb
  9. Adding name specific functionality to prevent workspace removal and emails. larson-group/sys_admin#735 — pbroels / githubweb
  10. Fixing syntax error preventing jenkins tests from running. larson-group/sys_admin#727 — pbroels / githubweb
  11. Add error header for CLUBB in CAM — noreply / githubweb
  12. Adding some preprocessor directives — noreply / githubweb
  13. Fixing the ordering of gr in the arg list and dropping usage of grid_class. — rhodesk / githubweb
  14. Fixing the ordering of gr in the clubb_api arg list for affected subroutines. — rhodesk / githubweb
  15. Add blank line to trigger nightly tests. — noreply / githubweb
  16. Fixing coding standard violations — rhodesk / githubweb
  17. Removing a few lines from wangara_sounding.in to be consistent with SAM "snd" and "lsf" files. — benjamin.andrew.stephens / githubweb
  18. Removing blank line to note that yesterday's changes to the Wangara sounding file was BIT_CHANGING. — noreply / githubweb
  19. Adding new SAM-LES WANGARA benchmark file to Pyplotgen. — benjamin.andrew.stephens / githubweb
  20. Add to dashboard outputs related to observations. — Vince Larson / githubweb
  21. Improving error messages in setup_clubb_core. larson-group/e3sm#38 — Gunther Huebler / githubweb
  22. Changing if conditional statements to the name of the tests to ensure all features work as intended. larson-group/sys_admin#735 — pbroels / githubweb
  23. Fixing error in clubb_error_handling_gfortran_test Jenkinsfile from previous commit to allow for the test to run. — pbroels / githubweb
  24. Changing Pillow version number in requirements.txt to solve issue brought up by dependabot. larson-group/sys_admin#741 — pbroels / githubweb

#109 (Jul 13, 2021, 3:08:08 AM)

  1. Changing Pillow version number in requirements.txt to solve issue brought up by dependabot. larson-group/sys_admin#741 — pbroels / githubweb

#106 (Jul 10, 2021, 3:08:07 AM)

  1. Fixing error in clubb_error_handling_gfortran_test Jenkinsfile from previous commit to allow for the test to run. — pbroels / githubweb

#105 (Jul 9, 2021, 3:08:08 AM)

  1. Changing if conditional statements to the name of the tests to ensure all features work as intended. larson-group/sys_admin#735 — pbroels / githubweb