Skip to content

Fixed humidity conversion#3

Open
elkir wants to merge 1 commit into
renewables-ninja:mainfrom
elkir:patch-1
Open

Fixed humidity conversion#3
elkir wants to merge 1 commit into
renewables-ninja:mainfrom
elkir:patch-1

Conversation

@elkir

@elkir elkir commented Dec 7, 2023

Copy link
Copy Markdown

The humidity conversion was done in reverse.

The set point is in g/kg, as are the humidity discomfort coefficients (degC/(g/kg)) , so when converting the dataset's specific humidity which is kg/kg, we need to multiply by the factor 1000 not divide

(q)kg/kg = (q)(kg/g)(g/kg)= (q) (1000g/g) (g/kg)= (q1000) g/kg

The humidity conversion was done in reverse.

The set point is in g/kg, as are the humidity discomfort coefficients (degC/(g/kg)) , so when converting the dataset's specific humidity which is kg/kg, we need to multiply by the factor 1000 not divide

(q)*kg/kg = (q)*(kg/g)*(g/kg)= (q) (1000g/g) (g/kg)= (q*1000) g/kg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant