Skip to content
Started 3 yr 11 mo ago
Took 1 min 15 sec
Success

Build #69 (May 12, 2021, 3:11:08 AM)

Changes
  1. Adding some new code that puts the diffusion term d(wp2*em)/dz into a new function, creates a new wp3 budget term (wp3_pr_dfsn), and adds that new budget term to pyplotgen. (details / githubweb)
  2. Adding new coefficient to control the wp3 pressure diffusion term. (details / githubweb)
  3. Some minor updates to advance_wp2_wp3 relevant to the pr_turb and pr_dfsn terms. (details / githubweb)
  4. Converting em*d(em)/dz to d(em^2)/dz in the wp3_pr_turb term and fixing a typo. (details / githubweb)
  5. Renaming C_wp3_turb --> C_wp3_pr_turb (BIT_CHANGING due to name change in netcdf output). (details / githubweb)
  6. Resetting C_wp3_pr_dfsn constant to zero in two tunable_parameters.in files since it was set to 0.1 by mistake. (details / githubweb)
  7. Pyplotgen update: (details / githubweb)
  8. These changes add the new fourth-order moment variables wp2up2 and wp2vp2 to the CLUBB code. This requires a new function in pdf_closure_module since they must be calculated separately with a new formula, and they are fed through into advance_wp2_wp3 for use with the pr_dfsn subroutine. They are also added to the standard stats file and will be output to netcdf, hence this commit is BIT_CHANGING. (details / githubweb)
  9. Renaming parameter C_wp3_turb-->C_wp3_pr_turb in the alternative tunable_parameters files. (details / githubweb)
  10. Putting the wp3_pr_turb formulation back to its d(rho*wp2*em)/dz form.  This would be a BIT_CHANGING commit since it would change the answers for the pr_turb term. However once this branch is merged into the master branch, results should be bit-for-bit since this term was only modified in the alternate branch. (details / githubweb)
  11. Pyplotgen updates: adding new wp3_pr_dfsn term to SAM style budgets. (details / githubweb)
  12. Added intent comments for the following files: (details / githubweb)

Started by an SCM change

Revision: 103b65d48c57146ed63a900c901fa0f0f62aefb7
Repository: https://github.com/larson-group/clubb.git
  • refs/remotes/origin/master