Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 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 CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ target_include_directories(ccpp_physics PUBLIC

target_link_libraries(ccpp_physics PRIVATE MPI::MPI_Fortran)
target_link_libraries(ccpp_physics PUBLIC w3emc::w3emc_d
sp::sp_d
ip::ip_d
Comment thread
gspetro-NOAA marked this conversation as resolved.
Outdated
NetCDF::NetCDF_Fortran
)
#add FMS for FV3 only
Expand Down
2 changes: 2 additions & 0 deletions physics/Interstitials/UFS_SCM_NEPTUNE/sfcsub.F
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ subroutine sfccycle(lugb,len,lsoil,sig1t,deltsfc &
&, min_ice &
&, ialb,isot,ivegsrc,tile_num_ch,i_index,j_index)
use machine , only : kind_io8,kind_io4
! pick up splat()
use sp_mod
implicit none
character(len=*), intent(in) :: tile_num_ch
integer, intent(in) :: i_index(len), j_index(len), &
Expand Down
Loading