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

Fix noscatter shortwave solve #504

Closed nefrathenrici closed 2 months ago

nefrathenrici commented 2 months ago

Currently, rte_sw_noscat_solve! can break because the variable lookup_sw_cld is not defined. This PR replaces it with nothing

szy21 commented 2 months ago

Is this superseded by #505 ?

nefrathenrici commented 2 months ago

Is this superseded by #505 ?

I believe that they should both be merged!