ReadingClouds / Subfilter

python code to compute sub-filter quantities from MONC output.
0 stars 1 forks source link

Improper np.clip usage #3

Closed trjr closed 3 years ago

trjr commented 4 years ago

I think q_to_mix (thermodynamics.py) is not using np.clip correctly. I suggest it would work if 'qc' were simply 'q' or if np.clip was used with the 'out=' argument, as in e_p_to_q.

ReadingClouds commented 3 years ago

Corrected in latest master commit.