Skip to content
Success

Changes

Summary

  1. QuadTune: updates setup in order to read in 30x30 (details)
  2. Updating the code to set the bottom of the thermodynamic level grid for (details)
  3. Commit to enforce a fixed-point boundary condition of wp3=0 at (details)
Commit 7a0ec8d6672de534c53569c0904ca034a0df627a by Vince Larson
QuadTune: updates setup in order to read in 30x30
regional files automatically.

For #910.
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit 7b2313fdf3b27db1521bac1facbbc9e595a729df by Brian Griffin
Updating the code to set the bottom of the thermodynamic level grid for
diffusion at thermodynamic level 2 -- the first level above the surface.

This is being done in preparation for ghostless gridding.
The file was modified src/CLUBB_core/diffusion.F90 (diff)
Commit 77ce77409e9da770515f66bbb50a869da74aca7d by Brian Griffin
Commit to enforce a fixed-point boundary condition of wp3=0 at
thermodynamic level k = 2, the first above-ground thermodynamic level.

This is being done in preparation for ghostless gridding.

This commit is BIT_CHANGING.

Results are much more similar to the previous results than using
using zero-flux as the lower boundary condition for wp3.
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)