Skip to content
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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't @grantfirl or someone from DTC make a similar (albeit more flexible) change recently in NCAR ccpp-physics main?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I was just testing a combined PR syncing NCAR/main (which already contains the IP changes) back to this branch. See #369 for the draft PR.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks! I will take a look and incorporate here. This is mostly a placeholder PR at the moment; it may be that this PR will get closed out if others take care of the work. I'm trying to replicate Rick and Ratko's WM RT results and then go from there to see what else needs to be done. I was just getting the potential sub-PRs & issues open for visibility/tracking.

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