!2345678 ! Program Name: ! Author(s)/Contact(s): ! Abstract: ! History Log: ! ! ! Usage: ! Parameters: ! Input Files: ! ! Output Files: ! ! ! Condition codes: ! ! If appropriate, descriptive troubleshooting instructions or ! likely causes for failures could be mentioned here with the ! appropriate error code ! ! User controllable options: subroutine clm_drv_HYDRO() use module_clm_HYDRO, only: clm_cpl_HYDRO implicit none call clm_cpl_HYDRO() end subroutine clm_drv_HYDRO