Skip to content

Reservoir Life Cycle Query HIP-RA #263

Answered by malcolm-dsider
tb831637 asked this question in Q&A
Discussion options

You must be logged in to vote

Starting it GitHub, I searched for “Reservoir Life Cycle,” and I see that it leads to a variable called self.reservoir_life_cycle in hip_ra_x.py:

self.reservoir_life_cycle: Parameter = parameter_dict_entry(
            intParameter(
                'Reservoir Life Cycle',
                value=30,
                UnitType=Units.TIME,
                PreferredUnits=TimeUnit.YEAR,
                CurrentUnits=TimeUnit.YEAR,
                AllowableRange=list(range(1, 101, 1)),
                Required=True,
                ErrMessage='assume default Reservoir Life Cycle (30 years)',
                ToolTipText='Reservoir Life Cycle [30 years]',
            )

I then searched for “self.rese…

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@tb831637
Comment options

@malcolm-dsider
Comment options

@tb831637
Comment options

Answer selected by softwareengineerprogrammer
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@tb831637
Comment options

@malcolm-dsider
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #262 on July 23, 2024 18:52.