Skip to content

Commit

Permalink
Add inline post option to the SRW App (#150)
Browse files Browse the repository at this point in the history
* Add inline_post flag to build config

* Update env for wcoss dell

* Update to the latest versions

* Update hash of regional workflow
  • Loading branch information
chan-hoo authored Jul 7, 2021
1 parent 59bf3da commit fb48578
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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

0 comments on commit fb48578

Please sign in to comment.