/[MITgcm]/MITgcm_contrib/mlosch/optim_m1qn3/optim_readparms.F
ViewVC logotype

Diff of /MITgcm_contrib/mlosch/optim_m1qn3/optim_readparms.F

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

revision 1.1 by mlosch, Thu Apr 26 11:10:06 2012 UTC revision 1.2 by mlosch, Fri Apr 27 08:07:47 2012 UTC
# Line 158  c     otherwise we (ab-)use the file ctr Line 158  c     otherwise we (ab-)use the file ctr
158          fmin = ff          fmin = ff
159         endif         endif
160        endif        endif
161        if ( fmin.le.0.0 .and. optimcycle.eq.0 ) then        if ( optimcycle.eq.0 ) then
162          if ( fmin.le.0.0 ) then
163         print*, ' OPTIM_READPARMS: fmin = ', fmin, ' should be > 0'         print*, ' OPTIM_READPARMS: fmin = ', fmin, ' should be > 0'
164         stop 'S/R OPTIM_READPARMS: ABNORMAL END'         stop 'S/R OPTIM_READPARMS: ABNORMAL END'
165        endif        endif
166          if ( fmin.lt.ff ) then
167           print*, ' OPTIM_READPARMS: fmin = ', fmin,
168         &      ' should be < ff = ', ff
169           stop 'S/R OPTIM_READPARMS: ABNORMAL END'
170          endif
171    
172  c--   Do some final printout.  c--   Do some final printout.
173        print*        print*

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22