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


Calls

proc~~nf90_handle_err~~CallsGraph proc~nf90_handle_err nf90_handle_err nf90_strerror nf90_strerror proc~nf90_handle_err->nf90_strerror

Called by

proc~~nf90_handle_err~~CalledByGraph proc~nf90_handle_err nf90_handle_err proc~read_netcdf_helmholtz read_netcdf_helmholtz proc~read_netcdf_helmholtz->proc~nf90_handle_err proc~write_netcdf_helmholtz write_netcdf_helmholtz proc~write_netcdf_helmholtz->proc~nf90_handle_err program~benchmark_helmholtz_solvers benchmark_helmholtz_solvers program~benchmark_helmholtz_solvers->proc~read_netcdf_helmholtz program~benchmark_helmholtz_solvers->proc~write_netcdf_helmholtz