From c48922ada742b7233fa49f65220e63a31482d9f4 Mon Sep 17 00:00:00 2001 From: Raffaele Montuoro Date: Mon, 24 May 2021 17:37:18 +0000 Subject: [PATCH] Update error message for consistency (PR #310). --- atmos_model.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atmos_model.F90 b/atmos_model.F90 index dca20cba0..55b00a86d 100644 --- a/atmos_model.F90 +++ b/atmos_model.F90 @@ -1034,7 +1034,7 @@ subroutine get_atmos_tracer_types(tracer_types) if (id_num > 0) then !--- check if diagnostic tracers are contiguous if (id_num > id_max - id_min + 1) & - call mpp_error(FATAL, 'diagnostic chemistry tracers must be consecutive') + call mpp_error(FATAL, 'diagnostic chemistry tracers must be contiguous') end if !--- prognostic tracers must precede diagnostic ones