Skip to content

Commit

Permalink
Updates for rackham
Browse files Browse the repository at this point in the history
  • Loading branch information
dingwell committed Dec 19, 2017
1 parent 56288b6 commit e4f8c32
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions settings/rackham/user_settings_common.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file will be source by wrf_installer.sh
# The file should use a format compatible with Bash

module load intel/17.2 openmpi/2.1.0 # Load modules (if needed)
module load intel/17.2 intelmpi/17.2 # Load modules (if needed)

# Notes:
# Rackham should have the netcdf libraries installed under:
Expand Down Expand Up @@ -51,7 +51,7 @@ export NJOBS=2 # Number of processes to launch when compiling (1-20)
export TESTCASE=em_real # Compile option (test case) for WRF

# WRF download URLs (It's probably enough to set the version)
export VERSION="3.9"
export VERSION="3.8.1"
export WRF_URL=http://www2.mmm.ucar.edu/wrf/src/WRFV${VERSION}.TAR.gz
export WPS_URL=http://www2.mmm.ucar.edu/wrf/src/WPSV${VERSION}.TAR.gz
export CHEM_URL=http://www2.mmm.ucar.edu/wrf/src/WRFV3-Chem-${VERSION}.TAR.gz
2 changes: 1 addition & 1 deletion settings/tintin/user_settings_common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export NJOBS=2 # Number of processes to launch when compiling (1-20)
export TESTCASE=em_real # Compile option (test case) for WRF

# WRF download URLs (It's probably enough to set the version)
export VERSION="3.8"
export VERSION="3.9.1"
export WRF_URL=http://www2.mmm.ucar.edu/wrf/src/WRFV${VERSION}.TAR.gz
export WPS_URL=http://www2.mmm.ucar.edu/wrf/src/WPSV${VERSION}.TAR.gz
export CHEM_URL=http://www2.mmm.ucar.edu/wrf/src/WRFV3-Chem-${VERSION}.TAR.gz
2 changes: 1 addition & 1 deletion settings/triolith/user_settings_common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export NJOBS=8 # Number of processes to launch when compiling (1-20)
export TESTCASE=em_real # Compile option (test case) for WRF

# WRF download URLs (It's probably enough to set the version)
export VERSION="3.8"
export VERSION="3.9.1"
export WRF_URL=http://www2.mmm.ucar.edu/wrf/src/WRFV${VERSION}.TAR.gz
export WPS_URL=http://www2.mmm.ucar.edu/wrf/src/WPSV${VERSION}.TAR.gz
export CHEM_URL=http://www2.mmm.ucar.edu/wrf/src/WRFV3-Chem-${VERSION}.TAR.gz
4 changes: 2 additions & 2 deletions wrf_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ source user_settings_common.bash # User defined variables
echo "NETCDF: $NETCDF"
source internal_settings.bash # Relies on some variables from set_user()
echo "WRF will be installed under $(pwd)/$WRF_DIR"
#init_tests
#download_packages
init_tests
download_packages
build_wrf
source user_settings_wps.bash
build_wps

0 comments on commit e4f8c32

Please sign in to comment.