Skip to content

Commit

Permalink
Update error message for consistency (PR NOAA-EMC#310).
Browse files Browse the repository at this point in the history
  • Loading branch information
rmontuoro committed May 24, 2021
1 parent afeda2d commit c48922a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atmos_model.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c48922a

Please sign in to comment.