diff --git a/scripts/exgdas_global_marine_analysis_post.py b/scripts/exgdas_global_marine_analysis_post.py index 8e375d9b2..959774401 100755 --- a/scripts/exgdas_global_marine_analysis_post.py +++ b/scripts/exgdas_global_marine_analysis_post.py @@ -23,7 +23,7 @@ import shutil import logging from datetime import datetime, timedelta -from pygw.file_utils import FileHandler +from wxflow.file_utils import FileHandler # TODO: Move this somewhere else? diff --git a/scripts/exgdas_global_marine_analysis_prep.py b/scripts/exgdas_global_marine_analysis_prep.py index e7d7af86a..d413e4fbb 100755 --- a/scripts/exgdas_global_marine_analysis_prep.py +++ b/scripts/exgdas_global_marine_analysis_prep.py @@ -32,10 +32,10 @@ from netCDF4 import Dataset import xarray as xr import numpy as np -from pygw.attrdict import AttrDict -from pygw.template import Template, TemplateConstants -from pygw.yaml_file import YAMLFile -from pygw.file_utils import FileHandler +from wxflow.attrdict import AttrDict +from wxflow.template import Template, TemplateConstants +from wxflow.yaml_file import YAMLFile +from wxflow.file_utils import FileHandler # set up logger logging.basicConfig(format='%(asctime)s:%(levelname)s:%(message)s', level=logging.INFO, datefmt='%Y-%m-%d %H:%M:%S') diff --git a/test/aero/genyaml_3dvar.sh b/test/aero/genyaml_3dvar.sh index f522ba6f6..0c20f1924 100755 --- a/test/aero/genyaml_3dvar.sh +++ b/test/aero/genyaml_3dvar.sh @@ -1,6 +1,6 @@ #!/bin/bash # generate YAML from a template -# using pygw YAML tools +# using wxflow YAML tools bindir=$1 srcdir=$2 @@ -27,9 +27,9 @@ mkdir -p $DATA # run some python code to generate the YAML python3 - <