You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The REPLAY_ICS conditionals in the develop branch are adding unnecessary complexity to the global-workflow. The REPLAY_ICS variable is needed for the GEFS reforecast, but since the GEFS reforecast now has its own branch, there is no need to keep the REPLAY_ICS and other similar variables related to replay ICs in the develop branch.
What should have happened?
The REPLAY_ICS and other similar variables should be removed from the develop branch to reduce any unnecessary complexities in the global-workflow related to replay ICs.
Set up any global-workflow experiment and run any experiment.
The workflow will likely have to go through REPLAY_ICS conditional statements during the experiment set up and run. This can contribute to more lengthy log files and consequently more difficult debugging.
Additional information
No response
Do you have a proposed solution?
Remove REPLAY_ICS variables from all relevant scripts. Also, remove any files that are only used when REPLAY_ICS is set (e.g. diag_table_replay). The replay IC CI test may no longer be needed either.
The text was updated successfully, but these errors were encountered:
What is wrong?
The
REPLAY_ICS
conditionals in the develop branch are adding unnecessary complexity to the global-workflow. TheREPLAY_ICS
variable is needed for the GEFS reforecast, but since the GEFS reforecast now has its own branch, there is no need to keep theREPLAY_ICS
and other similar variables related to replay ICs in thedevelop
branch.What should have happened?
The
REPLAY_ICS
and other similar variables should be removed from the develop branch to reduce any unnecessary complexities in the global-workflow related to replay ICs.What machines are impacted?
All or N/A
What global-workflow hash are you using?
3d6c13e
Steps to reproduce
Additional information
No response
Do you have a proposed solution?
Remove REPLAY_ICS variables from all relevant scripts. Also, remove any files that are only used when REPLAY_ICS is set (e.g. diag_table_replay). The replay IC CI test may no longer be needed either.
The text was updated successfully, but these errors were encountered: