/[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.3 by mlosch, Fri Apr 27 09:09:39 2012 UTC revision 1.4 by mlosch, Fri Apr 27 09:45:03 2012 UTC
# Line 159  c     otherwise we (ab-)use the file ctr Line 159  c     otherwise we (ab-)use the file ctr
159         endif         endif
160        endif        endif
161        if ( optimcycle.eq.0 ) then        if ( optimcycle.eq.0 ) then
162        if ( fmin.le.0.0 ) then         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         if ( fmin.lt.ff ) then
167         print*, ' OPTIM_READPARMS: fmin = ', fmin,          print*, ' OPTIM_READPARMS: fmin = ', fmin,
168       &      ' should be < ff = ', ff       &       ' should be < ff = ', ff
169         stop 'S/R OPTIM_READPARMS: ABNORMAL END'          stop 'S/R OPTIM_READPARMS: ABNORMAL END'
170           endif
171        endif        endif
172    
173  c--   Do some final printout.  c--   Do some final printout.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22