/[MITgcm]/MITgcm/model/src/config_check.F
ViewVC logotype

Diff of /MITgcm/model/src/config_check.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.16 by edhill, Thu Oct 14 13:44:54 2004 UTC revision 1.17 by jmc, Tue Nov 2 01:02:25 2004 UTC
# Line 200  C---+----1----+----2----+----3----+----4 Line 200  C---+----1----+----2----+----3----+----4
200    
201  C-  check parameter consistency :  C-  check parameter consistency :
202    
203        IF ( viscA4.NE.0. .AND. (Olx.LT.3 .OR. Oly.LT.3)) THEN        IF ( ( Olx.LT.3 .OR. Oly.LT.3 ) .AND.
204         &     ( viscC4leith.NE.0. .OR. viscA4Grid.NE.0.
205         &      .OR. viscA4D.NE.0. .OR. viscA4Z.NE.0. ) ) THEN
206          WRITE(msgBuf,'(A,A)')          WRITE(msgBuf,'(A,A)')
207       &  'CONFIG_CHECK: cannot use Biharmonic Visc. (viscA4) with',       &  'CONFIG_CHECK: cannot use Biharmonic Visc. (viscA4) with',
208       &  ' overlap (Olx,Oly) smaller than 3'       &  ' overlap (Olx,Oly) smaller than 3'

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22