Skip to content
Success

Changes

Summary

  1. Creating new flags to control monotonic flux limiter (#1039) (details)
  2. Creating new flags to control monotonic flux limiter (#1039) (details)
  3. Updating for changes to CLUBB.  See https://github.com/larson-group/clubb/pull/1039. (details)
  4. I am adding cloudy_updraft_frac and cloudy_downdraft_frac as (details)
  5. Updating SAM-CLUBB for the latest changes to the call to (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 clubb_api_module.F90 (diff)
The file was modified model_flags.F90 (diff)
The file was modified advance_xm_wpxp_module.F90 (diff)
The file was modified mono_flux_limiter.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)
Commit f508c31512366c87e72e70ee26ba6d5e99869d18 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 configurable_model_flags.in (diff)
Commit 2c455c0350775d45d36b6ab922e4bbc56664e09e by 59519056+bstephens82
Updating for changes to CLUBB.  See https://github.com/larson-group/clubb/pull/1039.
The file was modified SRC/SGS_CLUBB/clubb_sgs.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 advance_clubb_core_module.F90 (diff)
The file was modified stats_clubb_utilities.F90 (diff)
The file was modified pdf_closure_module.F90 (diff)
The file was modified stats_variables.F90 (diff)
The file was modified stats_zt_module.F90 (diff)
Commit e8059d328d577d6e12021e8fbf6cc081b91e6eb8 by bmg2
Updating SAM-CLUBB for the latest changes to the call to
advance_clubb_core_api.
The file was modified SRC/SGS_CLUBB/clubb_sgs.F90 (diff)