Skip to content
Success

Changes

Summary

  1. This commit is being made to keep the stats zt output from the (details)
  2. I am committing a bug fix to the code that calculates mixed Brunt (details)
Commit 04935f95e72f2d182d6717d69c9e950ad3d38713 by bmg2
This commit is being made to keep the stats zt output from the
master branch inline with the output from the clubb_ghost_exorcism
branch. In short, the only change is that the value of
a couple of inputs relative to wpxp turbulent advection from
thermodynamic level 1 are set to 0 for stats output in order to
keep the master and ghost exorcism branches bit-for-bit with
each other. The output at those levels are not used in
any calculations and are unnecessary. However, this change
is technically BIT_CHANGING.
The file was modified advance_xm_wpxp_module.F90 (diff)
Commit 76244e00c736bd5bbc29f55e9fc41095e0107054 by bmg2
I am committing a bug fix to the code that calculates mixed Brunt
Vaisala frequency. The variable ice_supersat_frac was used directly
in calculations that are supposed to take place on a momentum level.
The fix is to interpolated ice_supersat_frac to momentum levels before
use. This commit is BIT_CHANGING.
The file was modified advance_helper_module.F90 (diff)