Skip to content
Success

Changes

Summary

  1. Fixing a bug in mono_flux_limiter.F90. (#1026) (details)
  2. Fixing a bug. (details)
Commit 142a49ce528ef591ea2be4584fcb3381cd9ac376 by noreply
Fixing a bug in mono_flux_limiter.F90. (#1026)

* Fixing a bug in mono_flux_limiter.F90.  This code was outputting "xm" instead of "wpxp" in several places.

This commit is BIT_CHANGING since it will affect the netcdf output for these variables, even though there
is no real change to answers.

* Renaming wpthlp_entermfl to wpthlp_enter_mfl which is more consistent with other variable names.

This is BIT_CHANGING due to changing the name and description in the output netcdf files.

* Renaming a few more instances of wpthlp_entermfl to wpthlp_enter_mfl.
The file was modified src/CLUBB_core/stats_zm_module.F90 (diff)
The file was modified input/stats/all_stats.in (diff)
The file was modified input/stats/host_budgets_stats.in (diff)
The file was modified input/stats/standard_stats.in (diff)
The file was modified src/CLUBB_core/stats_variables.F90 (diff)
The file was modified input/stats/scalars_stats.in (diff)
The file was modified src/CLUBB_core/mono_flux_limiter.F90 (diff)
The file was modified src/CLUBB_core/pdf_closure_module.F90 (diff)