Skip to content

Warn when configure_forcings() is called more than once#231

Open
manishvenu wants to merge 1 commit into
mainfrom
warn_configure_forcings_double_call
Open

Warn when configure_forcings() is called more than once#231
manishvenu wants to merge 1 commit into
mainfrom
warn_configure_forcings_double_call

Conversation

@manishvenu

Copy link
Copy Markdown
Member

Closes #228

Prints a warning if configure_forcings() is called a second time, since each call appends duplicate parameters to user_nl_mom, which will break the CESM run. The user is told to manually remove the duplicates before running the case.

Calling configure_forcings() multiple times appends duplicate parameters
to user_nl_mom, which breaks the CESM run. Print a clear warning so users
know they need to clean up user_nl_mom manually before running.

Closes #228
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

📄 Preview your docs here:
👉 https://CROCODILE-CESM.github.io/CrocoDash/pr-231/index.html

@codecov

codecov Bot commented Jun 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Configure Forcings write the parameters more than once if it is run more than once.

1 participant