INTERFACE:
subroutine endrun(msg)DESCRIPTION:
Abort the model for abnormal termination
Author: CCM Core group
------------------------------------ use spmdMod, only: mpicom use shr_sys_mod, only: shr_sys_flush
ARGUMENTS:
implicit none
character(len=*), intent(in), optional :: msg ! string to be printed
REVISION HISTORY:
Author: CCM Core group