Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Oct 13, 2023
1 parent 2731270 commit c44c904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physics/cam/constituents.F90
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ subroutine cnst_add (name, mwc, cpc, qminc, &
padv = padv+1
ind = padv
if (padv > pcnst) then
write(errmsg, *) sub//': FATAL: advected tracer (', trim(name), ') index for greater than pcnst=', pcnst
write(errmsg, *) sub//': FATAL: advected tracer (', trim(name), ') index is greater than number of constituents'
call endrun(errmsg)
end if

Expand Down

0 comments on commit c44c904

Please sign in to comment.