From df66cc2dda2568bf9707b135bc2759dd9712275a Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Thu, 10 Sep 2020 15:58:19 -0600 Subject: [PATCH] Add --project argument to LILAC's create_newcase command This isn't needed by anything in the LILAC workflow, but cime requires it on machines that expect PROJECT to be set. --- python/ctsm/lilac_build_ctsm.py | 3 +++ 1 file changed, 3 insertions(+) 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: