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

Fall 2019 recalibration #17

Merged
merged 4 commits into from
Dec 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions dpa_check/Release_Notes_V2.5.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@

Change Description
==================

The previous update to the 1DPAMZT model focused on calibrating for
the Summer, 2019 cold season. It was stated that a new calibration
would have to be completed for the Fall hot season. This
re-calibration addresses the variations across hot and cold seasons by
incorporating a different method of calculating solar heat effects due
to Earth's orbit. This alleviated the need for seasonal
re-calibrations.

A general re-calibration was accomplished as well.


Files Changed:
==============

__init__.py

dpa_model_spec.json

Release_Notes_V2.5.0.txt (this document)

https://github.com/acisops/dpa_check/pull/17


Testing:
========

The change was tested on the following loads:

DEC0919
DEC1619


Interface impacts
=================

None.


Summary of json file changes
============================
No new components added to the model.

There are parameter changes.

A limits dictionary, specifying caution high and planning hi limits,
was added to the "gui_config" section.



Review
======

Reviewed by ACIS Ops.

Presented to and approved by TWG.



Deployment Plan
===============

Deploy after a new FOT Tools release has FDB approval. Will be running
Copy link
Contributor

Choose a reason for hiding this comment

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

OK. If the plan is to deploy after 2019_207 is promoted, this looks good.

an ACIS Ops version off to the side.
2 changes: 1 addition & 1 deletion dpa_check/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.4.0"
__version__ = "2.5.0"

from .dpa_check import \
calc_model
56 changes: 42 additions & 14 deletions dpa_check/dpa_model_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"name": "clocking"
},
{
"class_name": "SolarHeatHrcOpts",
"class_name": "SolarHeatHrcMult",
"init_args": [
"dpa0"
],
Expand Down Expand Up @@ -210,8 +210,10 @@
"fep_count": "fep_count",
"pow_states": [
"0xxx",
"1xxx",
"2xxx",
"1xx0",
"1xx1",
"2xx0",
"2xx1",
"3xx0",
"3xx1",
"4xx0",
Expand All @@ -234,20 +236,26 @@
"name": "prop_heat__dpa0"
}
],
"datestart": "2016:151:12:03:11.816",
"datestop": "2019:154:23:50:06.816",
"datestart": "2018:312:12:03:58.816",
"datestop": "2019:343:23:53:34.816",
"dt": 328.0,
"gui_config": {
"filename": "/home/gregg/THERMAL-MODELS/DPA-FITS/2019_JAN_HIGH_PITCH_FIT/MAY_31_2019/May_31_STEP_7.json",
"filename": "/home/gregg/THERMAL-MODELS/DPA-FITS/FALL_2019_RECAL/NOV_5/DEC_9_STEP_1.json",
"limits": {
"caution_hi": 39.5,
"planning_hi": 37.5
},
"msid": "1dpamzt",
"plot_names": [
"1dpamzt data__time"
"1dpamzt data__time",
"solarheat__dpa0 solar_heat__pitch"
],
"set_data_vals": {
"dpa0": 20
},
"size": [
1556,
1029
1028
]
},
"mval_names": [],
Expand Down Expand Up @@ -531,7 +539,7 @@
"max": 1.0,
"min": -1.0,
"name": "ampl",
"val": 0.05246678962693188
"val": 0.03371678962693188
},
{
"comp_name": "solarheat__dpa0",
Expand Down Expand Up @@ -627,20 +635,40 @@
"comp_name": "dpa_power",
"fmt": "{:.4g}",
"frozen": true,
"full_name": "dpa_power__pow_1xxx",
"full_name": "dpa_power__pow_1xx0",
"max": 60,
"min": 15,
"name": "pow_1xx0",
"val": 27.207142999370895
},
{
"comp_name": "dpa_power",
"fmt": "{:.4g}",
"frozen": true,
"full_name": "dpa_power__pow_1xx1",
"max": 60,
"min": 15,
"name": "pow_1xxx",
"name": "pow_1xx1",
"val": 27.207142999370895
},
{
"comp_name": "dpa_power",
"fmt": "{:.4g}",
"frozen": true,
"full_name": "dpa_power__pow_2xxx",
"full_name": "dpa_power__pow_2xx0",
"max": 80,
"min": 20,
"name": "pow_2xx0",
"val": 38.74295469570052
},
{
"comp_name": "dpa_power",
"fmt": "{:.4g}",
"frozen": true,
"full_name": "dpa_power__pow_2xx1",
"max": 80,
"min": 20,
"name": "pow_2xxx",
"name": "pow_2xx1",
"val": 38.74295469570052
},
{
Expand Down Expand Up @@ -681,7 +709,7 @@
"max": 120,
"min": 20,
"name": "pow_4xx1",
"val": 59.05
"val": 60.5
},
{
"comp_name": "dpa_power",
Expand Down