NOAA-EMC / GDASApp

Global Data Assimilation System Application
GNU Lesser General Public License v2.1
14 stars 28 forks source link

Clean up wxflow references in test scripts #1196

Closed RussTreadon-NOAA closed 1 week ago

RussTreadon-NOAA commented 1 week ago

Several scripts used in ctests add wxflow to PYTHONPATH via

wxflowPATH="${HOMEgfs}/ush/python:${HOMEgfs}/ush/python/wxflow"

${HOMEgfs}/ush/python contains wxflow. It is not necessary to also specify ${HOMEgfs}/ush/python/wxflow.

This issue is opened to simplify the wxflowPATH.

RussTreadon-NOAA commented 1 week ago

Work for this issue will be done in RussTreadon-NOAA:feature/wxflow_cleanup