Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into feature/eupd_cyc
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jun 21, 2024
2 parents e888248 + 7ad8a60 commit e32f5e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
3 changes: 0 additions & 3 deletions modulefiles/GDAS/gaea.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ load("py-xarray/2023.7.0")
load("py-f90nml/1.4.3")
load("py-pip/23.1.2")

-- hack for wxflow
--prepend_path("PYTHONPATH", "/scratch1/NCEPDEV/da/python/gdasapp/wxflow/20240307/src")

setenv("CC","cc")
setenv("CXX","CC")
setenv("FC","ftn")
Expand Down
3 changes: 0 additions & 3 deletions modulefiles/GDAS/hera.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ load("py-xarray/2023.7.0")
load("py-f90nml/1.4.3")
load("py-pip/23.1.2")

-- hack for wxflow
prepend_path("PYTHONPATH", "/scratch1/NCEPDEV/da/python/gdasapp/wxflow/20240307/src")

setenv("CC","mpiicc")
setenv("FC","mpiifort")
setenv("CXX","mpiicpc")
Expand Down
3 changes: 0 additions & 3 deletions modulefiles/GDAS/noaacloud.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ load("py-xarray/2023.7.0")
load("py-f90nml/1.4.3")
load("py-pip/23.1.2")

-- hack for wxflow
--prepend_path("PYTHONPATH", "/contrib/Wei.Huang/data/glopara/data/gdasapp-wxflow-20240307/src/wxflow")

setenv("CC","mpiicc")
setenv("FC","mpiifort")
setenv("CXX","mpiicpc")
Expand Down
9 changes: 9 additions & 0 deletions test/aero/genyaml_3dvar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ export YAMLout=$DATA/3dvar_gfs_aero.yaml
rm -rf $DATA
mkdir -p $DATA

# Set g-w HOMEgfs
topdir=$(cd "$(dirname "$(readlink -f -n "${bindir}" )" )/../../.." && pwd -P)
export HOMEgfs=$topdir

# Set python path for workflow utilities and tasks
wxflowPATH="${HOMEgfs}/ush/python:${HOMEgfs}/ush/python/wxflow"
PYTHONPATH="${PYTHONPATH:+${PYTHONPATH}:}${wxflowPATH}"
export PYTHONPATH

# run some python code to generate the YAML
python3 - <<EOF
from wxflow import parse_j2yaml
Expand Down

0 comments on commit e32f5e3

Please sign in to comment.