E3SM
E3SM copied to clipboard
Short-term archive is broken on maint-2.0
Short-term archive seems broken on branch maint-2.0.
Running ./case.st_archive
(hash: 6275091262780c7a4b54ba56dcfa013ab1efa149
) gets errors:
Traceback (most recent call last):
File "./case.st_archive", line 22, in <module>
from standard_script_setup import *
ModuleNotFoundError: No module named 'standard_script_setup'
Adding @jasonb5 since this is likely related to the CIME reorganization.
@tangq is it broken on master?
I only tried maint-2.0, so am not sure about master.
@jgfouca @tangq Looks like https://github.com/E3SM-Project/E3SM/pull/4940 didn't get merged into maint-2.0.
It looks like this has been taken care of.
Reopening this issue. Short term archiving is broken again on current version on maint-2.0 with the same error.
A user can work around the issue by editing case.st_archive and changing the following line:
< _LIBDIR = os.path.join("<path to source>/cime", "scripts", "Tools")
---
> _LIBDIR = os.path.join("<path to source>/cime", "CIME", "Tools")