nf90_handle_err Subroutine

public subroutine nf90_handle_err(istatus, subroutine_name)

Checks for NetCDF errors and prints a standardized error message

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: istatus

Status integer returned by the NetCDF function

character(len=*), intent(in) :: subroutine_name

Name of the subroutine that called the NetCDF function