Skip to content
Snippets Groups Projects
Commit 93822b63 authored by Simon Mueller's avatar Simon Mueller Committed by Andrew Coward
Browse files

Resolve "Misleading print statement for TOP initialization"

parent bad665bd
No related branches found
No related tags found
No related merge requests found
......@@ -62,16 +62,12 @@ CONTAINS
!
!
IF(lwp) THEN ! control print
WRITE(numout,*)
IF( ln_rsttr ) THEN
WRITE(numout,*)
WRITE(numout,*) ' ==>>> Read a restart file for passive tracer : ', TRIM( cn_trcrst_in )
ENDIF
IF( ln_trcdta .AND. .NOT.ln_rsttr ) THEN
WRITE(numout,*)
ELSE IF( ln_trcdta ) THEN
WRITE(numout,*) ' ==>>> Some of the passive tracers are initialised from climatologies '
ENDIF
IF( .NOT.ln_trcdta ) THEN
WRITE(numout,*)
ELSE
WRITE(numout,*) ' ==>>> All the passive tracers are initialised with constant values '
ENDIF
ENDIF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment