Browse Source

Added yellowstone installation. Fixed typo in build-wrf-python.ys script.

lon0
Bill Ladwig 8 years ago
parent
commit
83bd98cd30
  1. 2
      hpc_install/build-wrf-python.ys

2
hpc_install/build-wrf-python.ys

@ -24,7 +24,7 @@ mkdir -p $HPCI_MOD_DIR/pythonpkgs/$HPCI_SW_NAME/ @@ -24,7 +24,7 @@ mkdir -p $HPCI_MOD_DIR/pythonpkgs/$HPCI_SW_NAME/
cat << EOF > $HPCI_MOD_DIR/pythonpkgs/$HPCI_SW_NAME/${HPCI_SW_VERSION}.lua
require("posix")
whatis("wrapt v$HPCI_SW_VERSION")
whatis("wrf-python v$HPCI_SW_VERSION")
help([[
This module loads wrf-python, a Python package that provides diagnostic and

Loading…
Cancel
Save