CliMA / RRTMGP.jl

A Julia implementation of Rapid and accurate Radiative Transfer Model for General Circulation Models.
https://clima.github.io/RRTMGP.jl/latest/
Apache License 2.0
56 stars 4 forks source link

Array() now returns an Array for 0-dimensional input #482

Closed juliasloan25 closed 4 months ago

juliasloan25 commented 4 months ago

CommonDataModel 0.3.6 changes how they handle 0-dimensional input - see release notes here.

This causes an error in RRTMGP when calling FT(Array(...)) and the inner array has dimension 0, here. This was discovered downstream in ClimaCoupler, e.g. in this build. This causes the test/all_sky.jl test to fail when using NCDatasets v0.14.