CliMA / ClimaCoupler.jl

ClimaCoupler: bringing atmosphere, land, and ocean together
Apache License 2.0
21 stars 3 forks source link

Unphysical values in TOA downward SW flux #851

Closed szy21 closed 1 week ago

szy21 commented 2 weeks ago

We see very large values of downward SW flux, as well as NaNs in the top few layers every now and then. For example, here is 10-day average rsdt in this run. The hdf5 file shows similar pattern. image

In atmos we ignore SW fluxes when zenith angle is small here: https://github.com/CliMA/ClimaAtmos.jl/blob/763c25d61c1496fb7d0baab01535b24898acb2b0/src/parameterized_tendencies/radiation/RRTMGPInterface.jl#L1162, so the simulation runs fine.

szy21 commented 1 week ago

This is fixed by the RRTMGP update.