model_error_if Interface

interface
private subroutine model_error_if(message, file, line)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: message
character(len=*), intent(in), optional :: file
integer, intent(in), optional :: line

Description

This procedure interface is modeled after the endrun subroutine from CAM-SIMA. It will be called whenever MPAS dynamical core encounters a fatal error and cannot continue.