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. I forgot to add cld_updr_frac and cld_downdr_frac to all_stats.in (details)
  6. Modifying for changes 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 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 d0345c61a3f485718c65aa14c2e49234f60c5829 by 59519056+bstephens82
Updating for changes to CLUBB. See https://github.com/larson-group/clubb/pull/1039.
The file was modified WRF/phys/module_bl_clubb.F (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 stats_variables.F90 (diff)
The file was modified stats_zt_module.F90 (diff)
The file was modified pdf_closure_module.F90 (diff)
Commit c120fc0759f0af1a840c07b3ef9dcd4fc2e3fa98 by bmg2
I forgot to add cld_updr_frac and cld_downdr_frac to all_stats.in
in the last commit.
The file was modified all_stats.in (diff)
Commit 496ae230e585b2e42676ccec4d22c6cd5f622478 by bmg2
Modifying for changes to advance_clubb_core_api.
The file was modified WRF/phys/module_bl_clubb.F (diff)