Skip to content

Commit

Permalink
Revert PR 4497
Browse files Browse the repository at this point in the history
  • Loading branch information
fischer-ncar committed Dec 7, 2023
1 parent ea369e9 commit f10d656
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 f10d656

Please sign in to comment.