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

Fix runtime_mult and Update remaining data retrieval scripts #504

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

grantfirl
Copy link
Collaborator

@grantfirl grantfirl commented Aug 15, 2024

  • Data retrieval scripts other than get_all_static_data.sh are now updated to grab data from v7.0.0-beta release assets
  • @mkavulich reported that the runtime_mult run script option was no longer functional after conversion to DEPHY format
    -- This was an oversight because the SCM was configured to calculate runtime from the begin/end date in the DEPHY files, ignoring whatever was in the case configuration namelist. In addition, runtime_mult is a run script-only function. Previously, it was simply used to modify the existing case configuration runtime, but for DEPHY cases, runtime wasn't even being provided in the case configuration namelists and would have been ignored anyway by the SCM.
    -- These changes move the runtime_mult namelist option to be read in by the SCM if available.
    -- The runtime listed in the case configuration namelist will be used (if given) even when the case uses the DEPHY format.
    -- runtime_mult is used to modify the runtime in the SCM code, whether runtime comes from the case configuration namelist OR is calculated from the DEPHY file.

Copy link
Collaborator

@dustinswales dustinswales left a comment

Choose a reason for hiding this comment

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

@grantfirl Good catch! And thanks for reworking the runtime_multi option for DEPHY!

@grantfirl
Copy link
Collaborator Author

grantfirl commented Aug 15, 2024

@mkavulich One more change based on your feedback -- automatically grab the suites necessary for running RTs as the "default" build option rather than supported suites only.

f5b1e88

Copy link
Collaborator

@mkavulich mkavulich left a comment

Choose a reason for hiding this comment

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

@grantfirl thanks for getting this turned around so quickly. Runtimes seem to be behaving correctly, and the default suites are now identical to the RT suites.

Copy link
Collaborator

@hertneky hertneky left a comment

Choose a reason for hiding this comment

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

Glad this is fixed for DEPHY now!

@grantfirl grantfirl merged commit 4b8570f into main Aug 15, 2024
24 of 25 checks passed
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.

4 participants