Skip to content
Snippets Groups Projects
Commit 66d63454 authored by Andrew Coward's avatar Andrew Coward
Browse files

Merge branch '136-misleading-print-statement-for-top-initialization' into 'branch_4.2'

Resolve "Misleading print statement for TOP initialization"

See merge request nemo/nemo!203
parents bad665bd 93822b63
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