read_grid_record_and_check Subroutine

public subroutine read_grid_record_and_check(u, prefix, grid_type, cur_fp, ok, err)

Read the grid record and compare against the configured grid using the historical 1e-12 relative tolerance.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: u
character(len=*), intent(in) :: prefix
character(len=32), intent(in) :: grid_type
real(kind=wp), intent(in) :: cur_fp(2)
logical, intent(out) :: ok
character(len=*), intent(out) :: err