Skip to content

Commit

Permalink
Add --project argument to LILAC's create_newcase command
Browse files Browse the repository at this point in the history
This isn't needed by anything in the LILAC workflow, but cime requires
it on machines that expect PROJECT to be set.
  • Loading branch information
billsacks committed Sep 10, 2020
1 parent 8550666 commit df66cc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/ctsm/lilac_build_ctsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ def _create_case(cime_path, build_dir, compiler,
'--res', _RES,
'--compiler', compiler,
'--driver', 'nuopc',
# Project isn't used for anything in the LILAC workflow, but it
# still needs to be specified on machines that expect it.
'--project', 'UNSET',
'--run-unsupported']
create_newcase_cmd.extend(machine_args)
if inputdata_path:
Expand Down

0 comments on commit df66cc2

Please sign in to comment.