It's fixed and will be available with CESM is released. Hopefully within the next month. In the meantime, if you like you could add the following call to the subroutine phys_run2 which is in the file physpkg.F90
if (single_column) call scam_use_iop_srf(cam_in)
You will also have to add the following use statement to the phys_run2 use statements
use iop_forcing, only: scam_use_iop_srf
Attached is a sample physpkg.F90 (renamed with a .txt extention to be able to attach it to this email) from the latest cesm2.1.3 release with the modifications. If you are using that release you can rename the file to physpkg.F90 and substitute it for yours. If using a different cesm release, look at that placement of the new lines and make similar ones in your version of physpkg.F90. Let me know if that works for you.
jt