Skip to content
Failed

Changes

Summary

  1. Fixes for fill_holes and edsclr code (#1266) (details)
Commit 418c202a9b0512fc8c4f421918cc978164db852d by noreply
Fixes for fill_holes and edsclr code (#1266)

* Fixing bugs in new hole fillers that caused error when ran in descending mode, the issue was that dz is negative in descending mode, so we need abs() around it when calculating the normalized mass. Also fixing a related bug in the way edsclr code calls the hole filler - it was not using the generalized bounds. Also removing the ifdef in favor of normal ifs

* Copying the rtm and thm values from arm_97_sounding.in to the edsclr_sounding file. This still allows arm_97 to catch the bugs we want it to.
The file was modifiedsrc/CLUBB_core/fill_holes.F90 (diff)
The file was modifiedinput/case_setups/arm_97_edsclr_sounding.in (diff)
The file was modifiedsrc/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modifiedrun_scripts/run_bindiff_w_flags_config_core_flags.json (diff)
The file was modifiedinput/case_setups/arm_97_model.in (diff)
The file was modifiedsrc/CLUBB_core/grid_class.F90 (diff)