Skip to content
Draft
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
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,13 @@ target_include_directories(ccpp_physics PUBLIC
target_link_libraries(ccpp_physics PRIVATE MPI::MPI_Fortran)
target_link_libraries(ccpp_physics PUBLIC w3emc::w3emc_d
NetCDF::NetCDF_Fortran
)
)
if(ip_FOUND)
target_link_libraries(ccpp_physics PUBLIC ip::ip_d)
else()
target_link_libraries(ccpp_physics PUBLIC sp::sp_d)
endif()
Comment thread
BrianCurtis-NOAA marked this conversation as resolved.

#add FMS for FV3 only
if(FV3 OR MPAS)
target_link_libraries(ccpp_physics PUBLIC fms)
Expand Down
1 change: 1 addition & 0 deletions physics/Interstitials/UFS_SCM_NEPTUNE/sfcsub.F
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
!! and setrmsk().
module sfccyc_module
use machine , only : kind_io8,kind_io4
use sp_mod
implicit none
save

Expand Down
Loading