Skip to content
Success

Changes

Summary

  1. F90 fix multicol+l add dycore grid (#1363) (details)
  2. Delete utilities/check_division.py (details)
Commit eb20e0988129b0a57d5df04a39b5c4a965e2397f by noreply
F90 fix multicol+l add dycore grid (#1363)

fixed 2d array passing into 1d array fns. Technically BIT_CHANGING for multicol
The file was modifiedsrc/Benchmark_cases/prescribe_forcings.F90 (diff)
The file was modifiedsrc/Benchmark_cases/atex.F90 (diff)
The file was modifiedsrc/CLUBB_core/remapping_module.F90 (diff)
The file was modifiedsrc/clubb_driver.F90 (diff)
The file was modifiedsrc/Benchmark_cases/time_dependent_input.F90 (diff)
Commit bc8d70735e710ef36f81e42f58843908ae3ddcbc by noreply
Delete utilities/check_division.py

@shellwitz and I updated this script to python3, ran it, and discovered that it finds too many instances of division in CLUBB to be useful.  So let's delete it.
The file was removedutilities/check_division.py