Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protocol = git
repo_url = https://github.com/NOAA-EMC/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 5bbbc53
hash = 47d5b4f
local_path = regional_workflow
required = True

Expand Down
4 changes: 2 additions & 2 deletions env/build_hera_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ module load pio/2.5.2
module load esmf/8_1_1
module load bacio/2.4.1
module load crtm/2.3.0
module load g2/3.4.1
module load g2tmpl/1.9.1
module load g2/3.4.3
module load g2tmpl/1.10.0
module load ip/3.3.3
module load nemsio/2.5.2
module load sp/2.3.3
Expand Down
2 changes: 1 addition & 1 deletion env/build_wcoss_dell_p3_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module load bacio/2.4.1
module load crtm/2.3.0
module load esmf/8_1_1
module load gfsio/1.4.1
module load g2/3.4.2
module load g2/3.4.3
module load g2tmpl/1.10.0
module load hdf5/1.10.6
module load ip/3.3.3
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ExternalProject_Add(ufs-weather-model
"-DCMAKE_Fortran_COMPILER=${MPI_Fortran_COMPILER}"
"-DNETCDF_DIR=$ENV{NETCDF}"
"-D32BIT=ON"
"-DINLINE_POST=ON"
"-DAPP=ATM"
INSTALL_COMMAND mkdir -p ${CMAKE_INSTALL_PREFIX}/bin && cp ${CMAKE_CURRENT_BINARY_DIR}/ufs-weather-model/src/ufs-weather-model-build/ufs_model ${CMAKE_INSTALL_PREFIX}/bin/
)
Expand Down