Closed claresinger closed 4 years ago
FYI: cloud_top and cloud_base in Stats output only considers ql and ignores qi:
cloud_top
cloud_base
ql
qi
https://github.com/pressel/pycles/blob/a0f7ff82e847edbca6b20659f7076b39e942ca02/ThermodynamicsSA.pyx#L461-L474
Also: cloud_fraction (z,t) and cloud_fraction (t) ignore ice:
cloud_fraction (z,t)
cloud_fraction (t)
https://github.com/pressel/pycles/blob/df39365454195100f5e39281f16f7af933164351/ThermodynamicsSA.pyx#L434-L439
and
https://github.com/pressel/pycles/blob/df39365454195100f5e39281f16f7af933164351/ThermodynamicsSA.pyx#L444-L459
moved this issue to the more active repo https://github.com/climate-machine/pycles
FYI:
cloud_top
andcloud_base
in Stats output only considersql
and ignoresqi
:https://github.com/pressel/pycles/blob/a0f7ff82e847edbca6b20659f7076b39e942ca02/ThermodynamicsSA.pyx#L461-L474
Also:
cloud_fraction (z,t)
andcloud_fraction (t)
ignore ice:https://github.com/pressel/pycles/blob/df39365454195100f5e39281f16f7af933164351/ThermodynamicsSA.pyx#L434-L439
and
https://github.com/pressel/pycles/blob/df39365454195100f5e39281f16f7af933164351/ThermodynamicsSA.pyx#L444-L459