Open ekluzek opened 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"))
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...