Skip to content
Success

Changes

Summary

  1. Likely non-bit-changing housekeeping (#1213) (details)
  2. Reduced the upper bound for wp2_min_array to 1.0 (details)
Commit 7447595af2409f56faa42e4fa915078e13a2cbf1 by noreply
Likely non-bit-changing housekeeping (#1213)

Non-bit-changing housekeeping regarding wp2 clipping
CLUBB ticket #1165

Renamed threshold_array -> wp2_min_array
Moved upper clipping of wp2 into clip_variance
Added warning outputs where wp2 is hard-clipped
Added debugging checks to hole-filling and wp2_min_array clipping
Some necessary OpenACC-modifications
The file was modified src/CLUBB_core/clip_explicit.F90 (diff)
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)
The file was modified src/CLUBB_core/error_code.F90 (diff)
Commit 615f81727e1923192dbcb5466a3009cd91fc2c33 by Steffen Domke
Reduced the upper bound for wp2_min_array to 1.0
CLUBB ticket #1165

This is BIT_CHANGING for at least the cases ARM_97 and TWP_ICE,
and likely any other more non-standard cases.
This change will prevent the minimum clipping value for wp2 from exploding when l_min_wp2_from_corr_wx=.true.,
and simultaneously reduce the influx of mass to wp2 from clipping while increasing thlp2 and rtp2 a little.
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)