/[MITgcm]/MITgcm/pkg/cost/cost_final.F
ViewVC logotype

Diff of /MITgcm/pkg/cost/cost_final.F

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

revision 1.10 by heimbach, Sat Dec 4 23:22:28 2004 UTC revision 1.11 by heimbach, Thu Feb 10 00:46:06 2005 UTC
# Line 73  c--   Sum up all contributions. Line 73  c--   Sum up all contributions.
73        do bj = jtlo,jthi        do bj = jtlo,jthi
74          do bi = itlo,ithi          do bi = itlo,ithi
75    
76            print*,' --> objf_test(bi,bj)   =',objf_test(bi,bj)            write(standardmessageunit,'(A,E22.14)')
77            print*,' --> objf_tracer(bi,bj) =',objf_tracer(bi,bj)       &          ' --> objf_test(bi,bj)   = ', objf_test(bi,bj)
78            print*,' --> objf_atl(bi,bj)    =',objf_atl(bi,bj)            write(standardmessageunit,'(A,E22.14)')
79         &         ' --> objf_tracer(bi,bj) = ', objf_tracer(bi,bj)
80              write(standardmessageunit,'(A,E22.14)')
81         &         ' --> objf_atl(bi,bj)    = ', objf_atl(bi,bj)
82    
83            fc = fc            fc = fc
84       &            + mult_test   * objf_test(bi,bj)       &            + mult_test   * objf_test(bi,bj)
# Line 84  c--   Sum up all contributions. Line 87  c--   Sum up all contributions.
87          enddo          enddo
88        enddo        enddo
89    
90        print*,' local fc = ', fc        write(standardmessageunit,'(A,E22.14)') '  local fc = ', fc
91    
92  c--   Do global summation.  c--   Do global summation.
93        _GLOBAL_SUM_R8( fc , myThid )        _GLOBAL_SUM_R8( fc , myThid )
94    
95        print*,' global fc = ', fc        write(standardmessageunit,'(A,E22.14)') ' global fc = ', fc
96    
97  #endif /* ALLOW_ECCO */  #endif /* ALLOW_ECCO */
98    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22