Update path for cime Tools
- Dominant language
- Fortran
- Stars
- 35
- Forks
- 106
- Avg merge
- 6d 5h
- Merged PRs (30d)
- 4
Description
Like other externals the path for cime tools should be updated from cime/scripts/Tools to cime/CIME/Tools. It does seem to build and run even with this issue...
```
cime_config/buildexe:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
cime_config/config_component.xml: $CIMEROOT/scripts/Tools
cime_config/config_component.xml: Scripts root utils directory location (setup automatically to $CIMEROOT/scripts/Tools - DO NOT EDIT)
cime_config/runseq/runseq_D.py:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
cime_config/runseq/runseq_TG.py:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
cime_config/runseq/runseq_general.py:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.