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

Draft: read in changes to parameters in set_parameter #1632

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SGeeversAtVortech
Copy link
Contributor

In GitLab by @Ailbhemit on Aug 4, 2023, 10:40

The parameters definition is cached and thus edits to parameters made
by set_parameter function were not picked up. These lines check with
the stored parameter values and update these of needed.

The parameters definition is cached and thus edits to parameters made
by set_parameter function were not picked up. These lines check with
the stored parameter values and update these of needed.
update ensembble number like in set_timeseries
@SGeeversAtVortech
Copy link
Contributor Author

In GitLab by @Ailbhemit on Aug 4, 2023, 10:40

requested review from @SGeeversAtVortech

@SGeeversAtVortech
Copy link
Contributor Author

In GitLab by @SGeeversAtVortech on Aug 4, 2023, 11:29

Commented on src/rtctools/data/storage.py line 276

I would expect that this function does not change values, only returns values.
Why do we need to update the ensemble size here?

@SGeeversAtVortech
Copy link
Contributor Author

In GitLab by @jarsarasty on Sep 12, 2023, 11:48

Commented on src/rtctools/data/storage.py line 276

Hi @Ailbhemit, are there any updates on this MR?

@Ailbhemit
Copy link
Contributor

In GitLab by @jarsarasty on Sep 12, 2023, 11:48

Commented on src/rtctools/data/storage.py line 276

Hi @Ailbhemit, are there any updates on this MR?

We found a work around in models to just set with io parameters and call io parameters directly.

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.

2 participants