Skip to content

Commit

Permalink
Merge pull request #4537 from ESMCI/fischer/revert_4497
Browse files Browse the repository at this point in the history

Revert PR #4497 since it's break all of the cam tests. These changes will be added back in with a different PR.

Test suite: By hand
Test baseline:
Test namelist changes:
Test status: [bit for bit, roundoff, climate changing]

Fixes [CIME Github issue #]

User interface changes?:

Update gh-pages html (Y/N)?:
  • Loading branch information
fischer-ncar authored Dec 7, 2023
2 parents ea369e9 + f10d656 commit da8b4d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CIME/case/case_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,14 +422,6 @@ def _case_setup_impl(
run_cmd_no_fail(
"{}/cime_config/cism.template {}".format(glcroot, caseroot)
)
if comp == "cam":
camroot = case.get_value("COMP_ROOT_DIR_ATM")
logger.debug("Running cam.case_setup.py")
run_cmd_no_fail(
"python {cam}/cime_config/cam.case_setup.py {cam} {case}".format(
cam=camroot, case=caseroot
)
)

_build_usernl_files(case, "drv", "cpl")

Expand Down

0 comments on commit da8b4d7

Please sign in to comment.