Better support for zenith angle in Insolation process objects#235
Better support for zenith angle in Insolation process objects#235brian-rose merged 21 commits intoclimlab:mainfrom
Conversation
|
Still to do:
|
|
Realized that to fully support the different averaging options for coszen, we will need to modify climlab-rrtmg. The reason is that RRTMG_SW only supports scalar values for its equivalent of the irradiance factor (called |
|
climlab-rrtmg v0.3 with support for non-uniform irradiance factors has now been released on conda-forge. |
|
Now there are a lot of tests failing for a new reason that seems to be connected to the implicit diffusion solver. I think this is a numpy v2 issue. |
|
Lots of tests fail at one particular point: line 428 of The error looks like variations on this: Something must have changed in the broadcasting rules for |
|
On this doc page I found
|
|
One test I haven't been able to understand why this oscillation suddenly appears in this PR, when this PR doesn't touch any of the relevant code. But simply cutting the timestep in half from 24 hours to 12 hours in that set of tests makes the problem go away, so that's what we're doing now. Down to one single failing test about coszen stuff. |
Finishes closing #208