Skip to content
Started 4 yr 0 mo ago
Took 33 sec
Failed

Build #47 (May 12, 2021, 3:25: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. 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)
  7. Adding new coefficient to control the wp3 pressure diffusion term. (details / githubweb)
  8. 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)
  9. 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)
  10. Added intent comments for the following files: (details / githubweb)

Started by an SCM change

Revision: ab2bd8e707b411f4eb6430a626ff7c3b1e8ac2a4
Repository: https://github.com/larson-group/sam_clubb.git
  • refs/remotes/origin/master