Skip to content
Success

Changes

Summary

  1. Fixes for fill_holes and edsclr code (#1266) (details)
Commit 058f1a75004ea7dc436c9f9b91842ca0f5f84b0a 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 modifiedadvance_clubb_core_module.F90 (diff)
The file was modifiedgrid_class.F90 (diff)
The file was modifiedfill_holes.F90 (diff)