sampotter/fluxpy

rho -> albedo

Opened this issue · 4 comments

https://github.com/sampotter/python-flux/blob/8cb4e46368b1278975746899401872b72a29bf17/src/flux/model.py#L8

At some point we decided to rename rho to albedo here, because in the paper rho is left of the sum.

Also, it would be good to return B from compute_steady_state_temp, so the user can plot maps of only the visible portion of the irradiance.

And the E.ndim == 2 option for an extended solar disk could also be re-inserted into compute_steady_state_temp.

And the E.ndim == 2 option for an extended solar disk could also be re-inserted into compute_steady_state_temp.

About this last point, is the "spinup" branch version addressing this? (also for model.py )

(the rho->albedo renaming issue is still open)