NREL / SystemsAnalysisReports

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Update the design psychrometrics data model #4

Open pflaumingo opened 4 years ago

pflaumingo commented 4 years ago

@mcneillj let me know if you think the attached data model makes sense or you'd like to make any alterations. I'll work on updating the measure to do the psych calcs and produce the the data in the new shape.

design_psychrometrics_data_model.txt

pflaumingo commented 4 years ago

@mcneillj do you think we should move the atmospheric pressure into the summary section as it'll be the same for each point in the system?

mcneillj commented 4 years ago

This format works. I agree with moving atmospheric pressure into the summary. Air specific heat is probably also being treated as constant. If so, it could also move to the summary.

Is the RH going to be a string with percentage symbol? We have it formatted as a decimal elsewhere (e.g. "zone_relative_humidity":24.92).

pflaumingo commented 4 years ago

That's a mistake on my end. Let's go with a decimal as you've suggested.

mcneillj commented 4 years ago

Also, I'd like to keep the key as "name" instead of "system_name", so that it's consistent with the other data models. That allows me to reuse components. "name" and "cad_id" should be in the top level outside of the "summary".

image