Nawibot

Results 7 issues of Nawibot

### Description One of the outstanding tests still needed for the sphere is a Bickley-like setup to compare shear flows on the sphere to shear flows in the box.

Benchmarking

# Description co-authored by @szy21 We need a solution strategy to address the well-balancing problem in the ClimateMachine. The current fixes seem to still cause some issues in the case...

AtmosDycore

### Description Set up a shallow-water-like system in the ClimateMachine. This may be difficult but not impossible.

Benchmarking

The function `SpecialFunctions.gamma_inc` goes into infinite recursion when used with ForwardDiff.Duals. MWE: ```julia using ForwardDiff, SpecialFunctions julia> f = x -> gamma_inc(x, 1.0, 1) julia> f(ForwardDiff.Dual(1.0, 1.0)) ERROR: StackOverflowError: Stacktrace:...

Can we hook EKP.jl into that project? We could then calibrate using DiffEqFlux.jl.

As far as I understand, currently, the node sizes are determined automatically. It would be very (!) useful to specify some sort of range (like in Gephi) to control the...

enhancement

In order to use SurfaceFluxes.jl in ClimaAtmos.jl we need to know where and when to use SurfaceFluxes.jl. A comprehensive example would help.