Kurt Rhee

Results 46 comments of Kurt Rhee

@echedey-ls Awesome! http://powerunit-ju.com/wp-content/uploads/2016/11/Book-Fundamentals-of-Electric-Machinery-by-Chapman-4ed.pdf Here is a link to the textbook I found online. ![image](https://github.com/pvlib/pvlib-python/assets/33131958/3b62e136-ed39-4205-94e9-7e1ae419c49e)

I would also be interested in snooping data from cellular.

@lagreat did you ever make any progress?

Hey all, I was playing with the perez function with return_components = True and noticed that is possible for the some of the components to give negative values. For example:...

This also does not work for ndarrays ``` ti.init() test = ti.ndarray(dtype=ti.int32, shape=4) test[2] = 5 test_type = ti.types.ndarray(dtype=ti.int32, ndim=1) @ti.kernel def do_test( t: test_type ): do_test_internal(t) @ti.func def do_test_internal(t:test_type):...

Another reference that may be useful for saturation vapor pressures. PlantPredict uses the AEKR coefficients over water for the magnus form equations. https://www.osti.gov/servlets/purl/548871-PjpxAP/webviewable/

@uakkoseo I don't have a strong preference for either implementation, I believe that the model accuracy in either case must be quite rough. If it helps, here is the C#...

Hey @echedey-ls that is correct, if it is helpful, I can provide the C# code here as a comment.

Of course! I would like to see if the maintainers are interested in including this feature in pvlib though before starting. Since there is no paper that specifies the algorithm,...