Skip to content

Conversation

JacksonJ-KC
Copy link
Collaborator

Previous conversation is at #1520

- create a list of the expected entering condenser temperatures for the condenser water temperature for the validation calculations - expected_ecwt_temps - units are (F). The values are selected to capture the minimum, maximum, rating condition and some points in between: `expected_ecwt_temps = [60,104,85,72.5,97.5]`

- get the coefficients for the EIR-f-T curve (IP units) using a table lookup for table J-6. This assumes that the lookup function will return a list with the coefficients in order (C1,C2,...): `eir_f_t_coefficients = table_J_6_lookup(curve_set,"EIR-f-T")`
- get the coefficients for the CAP-f-T curve (IP units) using a table lookup for table J-6. This assumes that the lookup function will return a list with the coefficients in order (C1,C2,...): `cap_f_t_coefficients = table_J_6_lookup(curve_set,"Cap-f-T")`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JacksonJ-KC does this table_j_6 look up require a data set to be developed or does that dataset already exist?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JacksonJ-KC the RDS looks good but we should probably discuss precision out here. the coefficients in App J have 6 significant digits - from what I can tell, we're looking for an absolute match .. which might be unlikely at this level of precision.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It requires a new data table lookup that @yunjoonjung-PNNL has already taken care of

https://github.com/pnnl/ruleset-checking-tool/pull/1819/files#diff-5df1f3548cd3341543faff926c46e4efd8c48b4d69b0dcd2d83707b2a3f62738

Agreed - let's discuss precision on the next call

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes Right! Thank you for pointing this out.

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

Successfully merging this pull request may close these issues.

4 participants