Skip to content
Success

Changes

Summary

  1. Creating new flags to control monotonic flux limiter (#1039) (details)
  2. Updating for changes to CLUBB.  See https://github.com/larson-group/clubb/pull/1039. (details)
  3. I am adding cloudy_updraft_frac and cloudy_downdraft_frac as (details)
  4. Modified for changes made to call to advance_clubb_core_api. (details)
Commit f30bf0d926336356fdb094f944cfb1174a1ec225 by noreply
Creating new flags to control monotonic flux limiter (#1039)

* Creating new flags to control monotonic flux limiter and the IF statement fix for the spikes found in CAM.

* Removing no-longer-necessary logical l_mono_flux_lim.

* Adding requested changes from PR (intent statements and editing error statement).

* Accidentally set flag to false. Changing to true.
The file was modified advance_clubb_core_module.F90 (diff)
The file was modified advance_xm_wpxp_module.F90 (diff)
The file was modified clubb_api_module.F90 (diff)
The file was modified mono_flux_limiter.F90 (diff)
The file was modified model_flags.F90 (diff)
Commit 5ea2d151462b9f4b915e1b57f8f956f7e363ae46 by 59519056+bstephens82
Updating for changes to CLUBB.  See https://github.com/larson-group/clubb/pull/1039.
The file was modified components/eam/src/physics/cam/clubb_intr.F90 (diff)
Commit 3bdab2ca5a22a425da62f8cae4c8e01097f44fa8 by bmg2
I am adding cloudy_updraft_frac and cloudy_downdraft_frac as
outputs to the calculate_w_up_in_cloud code.

These fields are non-interactive for the standard set of cases.
Thus, all cases are bit-for-bit identical.

However, for the w_up_in_cloud and w_down_in_cloud results themselves,
it is possible that results might not be bit-for-bit since
the location of the max(eps, ...) clipping in the denominator
is changed.  However, results should not be appreciable different.
The file was modified clubb_api_module.F90 (diff)
The file was modified stats_variables.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)
The file was modified pdf_closure_module.F90 (diff)
The file was modified stats_zt_module.F90 (diff)
The file was modified stats_clubb_utilities.F90 (diff)
Commit 27a8c6d30493b2075a3082e341f469517a377d4d by bmg2
Modified for changes made to call to advance_clubb_core_api.
The file was modified components/eam/src/physics/cam/clubb_intr.F90 (diff)