Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CalcPsychometricsFromRelHum giving very wrong output #98

Closed
eddiek1234 opened this issue Sep 22, 2023 · 0 comments
Closed

CalcPsychometricsFromRelHum giving very wrong output #98

eddiek1234 opened this issue Sep 22, 2023 · 0 comments

Comments

@eddiek1234
Copy link

Describe the bug
psylib.CalcPsychometricsFromRelHum(12.7778, 0.50, 1021.141582)

returns the following:
(1.6217676478843839, 12.777467921950349, 2.624422024555517, 738.0866631026021, 4107439.3429013407, 289.9551674046484, 16217676.47884384)

For example: Enthalpy should be around 24000 J/kg (not 4107439), humidity ratio should be around 0.005 kgm/kga (not 1.62)

To Reproduce
Steps to reproduce the behavior:
Just run above line: psylib.CalcPsychometricsFromRelHum(12.7778, 0.50, 1021.141582)

Expected behavior
For example: Enthalpy should be around 24000 J/kg (not 4107439), humidity ratio should be around 0.005 kgm/kga (not 1.62)

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ventura 13.3
  • Browser Safari
  • Version Python 3 in Jupyter

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant