ESCOMP / CMEPS

NUOPC Community Mediator for Earth Prediction Systems
https://escomp.github.io/CMEPS/
24 stars 79 forks source link

Update path for cime Tools #300

Open ekluzek opened 2 years ago

ekluzek commented 2 years ago

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:    <default_value>$CIMEROOT/scripts/Tools</default_value>
cime_config/config_component.xml:    <desc>Scripts root utils directory location (setup automatically to $CIMEROOT/scripts/Tools - DO NOT EDIT)</desc>
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"))