diff --git a/python/ctsm/lilac_build_ctsm.py b/python/ctsm/lilac_build_ctsm.py index b13baeba87..ad52f0b2d8 100644 --- a/python/ctsm/lilac_build_ctsm.py +++ b/python/ctsm/lilac_build_ctsm.py @@ -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: