From cd1f691a239c90ce47cbb0a963f57591aa887d9f Mon Sep 17 00:00:00 2001 From: Ignacio Pisso <Ignacio.Pisso@nilu.no> Date: Sun, 1 Mar 2015 17:03:21 +0100 Subject: [PATCH] correct error message in readcommand.f90: IPOUT MUST BE 0, 1, or 2 --- src/readcommand.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/readcommand.f90 b/src/readcommand.f90 index 0fe2b2c0..368475c7 100644 --- a/src/readcommand.f90 +++ b/src/readcommand.f90 @@ -443,7 +443,7 @@ subroutine readcommand if ((ipout.ne.0).and.(ipout.ne.1).and.(ipout.ne.2)) then write(*,*) ' #### FLEXPART MODEL ERROR! FILE COMMAND: #### ' - write(*,*) ' #### IPOUT MUST BE 1, 2 OR 3! #### ' + write(*,*) ' #### IPOUT MUST BE 0, 1, or 2! #### ' stop endif -- GitLab