/[MITgcm]/MITgcm/pkg/cost/cost.h
ViewVC logotype

Diff of /MITgcm/pkg/cost/cost.h

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

revision 1.4 by heimbach, Sat Jul 13 03:01:39 2002 UTC revision 1.5 by heimbach, Thu Oct 2 21:34:45 2003 UTC
# Line 181  c                  function contribution Line 181  c                  function contribution
181        _RL  objf_t_misfit (nsx,nsy)        _RL  objf_t_misfit (nsx,nsy)
182        _RL  objf_eflux (nsx,nsy)        _RL  objf_eflux (nsx,nsy)
183    
184  #ifdef ALLOW_COST_VECTOR  #ifdef ALLOW_COST_STATE_FINAL
185        common /cost_array/        common /cost_state_final_r/
186       &                objf_vector       &                objf_state_final
187        _RL  objf_vector (snx,nsx,nsy)        _RL  objf_state_final (snx,sny,nsx,nsy)
188    cph      _RL  objf_state_final (snx,sny,nr,nsx,nsy,2)
189  #endif  #endif
190    
191  #ifdef ALLOW_COST_VECTOR  #ifdef ALLOW_COST_VECTOR
192        common /cost_array/        common /cost_vector_r/
193       &                objf_vector       &                objf_vector
194        _RL  objf_vector (snx,nsx,nsy)        _RL  objf_vector (snx,nsx,nsy)
195  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.22