ESMCI / cime

Common Infrastructure for Modeling the Earth
http://esmci.github.io/cime
Other
160 stars 207 forks source link

Global name 'extra_machines_dir' is not defined #3512

Closed fischer-ncar closed 4 years ago

fischer-ncar commented 4 years ago

Unable to setup any cases.

./create_newcase --case test --compset X --res f19_g16 cd test ./case.setup

Error message is File "/glade/u/home/fischer/code/cesm2_nightly_tests/cime/scripts/Tools/../../scripts/lib/CIME/case/case_setup.py", line 122, in _case_setup_impl configure(Machines(machine=mach, extra_machines_dir=extra_machines_dir), NameError: global name 'extra_machines_dir' is not defined

jgfouca commented 4 years ago

Ah, there was a conflict resolution problem when I merged my last PR. Fix coming.

fischer-ncar commented 4 years ago

Thanks