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
Important details of your setup / configuration so we can reproduce the bug
Tested on Derecho.
# Interrupt this after "base case created"
python tools/site_and_regional/run_neon --neon-sites ABBY --setup-only
# Then try again with --overwrite:
python tools/site_and_regional/run_neon --neon-sites ABBY --setup-only --overwrite
Important output or errors that show the problem
---- building a base case -------
ERROR: Existing base case is a historical type and should not be
--rerun with the --overwrite option
Bit about --rerun seems irrelevant, since I don't see that checked anywhere in the call stack.
The text was updated successfully, but these errors were encountered:
Brief summary of bug
run_neon
--overwrite
option is ignored. I also think the error message needs to be reworked.General bug information
CTSM version you are using: ctsm5.3.012
Does this bug cause significantly incorrect results in the model's science? No
Configurations affected: All
Details of bug
The following patch fixes it:
Important details of your setup / configuration so we can reproduce the bug
Tested on Derecho.
Important output or errors that show the problem
Bit about
--rerun
seems irrelevant, since I don't see that checked anywhere in the call stack.The text was updated successfully, but these errors were encountered: