Skip to content

Commit

Permalink
Update hash for using 32-bit CCPP for RRFS, including: (#238)
Browse files Browse the repository at this point in the history
1) model code
2) rrfs_utl
3) compiling option
  • Loading branch information
hu5970 authored Aug 9, 2023
1 parent 0334aed commit 8565e6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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-GSL/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = feature/RRFS_dev1
hash = 2848f24
hash = 5996ac7
local_path = regional_workflow
required = True

Expand All @@ -21,7 +21,7 @@ protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model.git
# Specify either a branch name or a hash but not both.
#branch = develop
hash = ed7fc88
hash = f1f0180
local_path = src/ufs_weather_model
required = True

Expand Down Expand Up @@ -57,7 +57,7 @@ protocol = git
repo_url = https://github.com/NOAA-GSL/rrfs_utl.git
# Specify either a branch name or a hash but not both.
# branch = develop
hash = 0000349
hash = ecef5a2
local_path = src/rrfs_utl
required = True

Expand Down
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ ExternalProject_Add(ufs_weather_model
"-DCMAKE_CXX_COMPILER=${MPI_CXX_COMPILER}"
"-DCMAKE_Fortran_COMPILER=${MPI_Fortran_COMPILER}"
"-D32BIT=ON"
"-DCCPP_32BIT=ON"
"-DFASTER=ON"
"-DAPP=ATM"
"-DNETCDF_DIR=$ENV{NETCDF}"
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

0 comments on commit 8565e6d

Please sign in to comment.