ESCOMP / ESCOMP/CESM_CPL7andDataComps
cime Tools paths should need to be updated
- Dominant language
- Fortran
- Stars
- 1
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
This is an issue we are seeing for most externals, but we also seem to build and run even with the issue, so I'm not sure what to think here.
But, the paths in cime for Tools was changed from cime/scripts/Tools to cime/CIME/Tools. So the following paths should be updated...
```
buildlib.csm_share_cpl7:sys.path.append(os.path.join(cimeroot,"scripts","Tools"))
components/buildlib.internal_components:sys.path.append(os.path.join(cimeroot,"scripts","Tools"))
components/buildlib_cmake.internal_components:sys.path.append(os.path.join(cimeroot,"scripts","Tools"))
components/data_comps_mct/datm/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/data_comps_mct/desp/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/data_comps_mct/dice/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/data_comps_mct/dlnd/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/data_comps_mct/docn/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/data_comps_mct/drof/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/data_comps_mct/dwav/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/xcpl_comps_mct/xatm/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/xcpl_comps_mct/xglc/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/xcpl_comps_mct/xice/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/xcpl_comps_mct/xlnd/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/xcpl_comps_mct/xocn/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/xcpl_comps_mct/xrof/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
components/xcpl_comps_mct/xwav/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
driver/cime_config/buildexe:sys.path.append(os.path.join(cwd,"scripts","Tools"))
driver/cime_config/buildlib_cmake:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
driver/cime_config/buildnml:sys.path.append(os.path.join(_CIMEROOT, "scripts", "Tools"))
driver/cime_config/config_component.xml: $CASEROOT/Tools
driver/cime_config/config_component.xml: $CIMEROOT/scripts/Tools
driver/cime_config/config_component.xml: Scripts root utils directory location (setup automatically to $CIMEROOT/scripts/Tools - DO NOT EDIT)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.