/[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.13 by heimbach, Sat Mar 24 02:23:09 2007 UTC revision 1.15 by dfer, Tue Jan 15 20:28:39 2008 UTC
# Line 1  Line 1 
1    C $Header$
2    C $Name$
3    
4  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
5    
# Line 49  c                  function contribution Line 51  c                  function contribution
51       &                objf_depth,       &                objf_depth,
52  #endif  #endif
53       &                objf_eflux       &                objf_eflux
54    cHFLUXM_CONTROL
55         &               ,objf_hfluxm
56         &               ,objf_temp
57    cHFLUXM_CONTROL
58    
59        _RL  objf_atl  (nsx,nsy)        _RL  objf_atl  (nsx,nsy)
60        _RL  objf_test (nsx,nsy)        _RL  objf_test (nsx,nsy)
# Line 62  c                  function contribution Line 68  c                  function contribution
68  #ifdef ALLOW_COST_DEPTH  #ifdef ALLOW_COST_DEPTH
69        _RL  objf_depth (nsx,nsy)        _RL  objf_depth (nsx,nsy)
70  #endif  #endif
71    cHFLUXM_CONTROL
72          _RL  objf_hfluxm (nsx,nsy)
73          _RL  objf_temp (nsx,nsy)
74    cHFLUXM_CONTROL
75    
76        common /cost_param_r/        common /cost_param_r/
77       &                lastinterval       &                lastinterval
# Line 98  cph      _RL  objf_state_final (snx,sny, Line 108  cph      _RL  objf_state_final (snx,sny,
108       &           mult_depth,       &           mult_depth,
109  #endif  #endif
110       &                    multEtan       &                    multEtan
111    cHFLUXM_CONTROL
112         &                   ,mult_hfluxm
113         &                   ,mult_temp
114    cHFLUXM_CONTROL
115    
116        _RL  mult_atl        _RL  mult_atl
117        _RL  mult_test        _RL  mult_test
# Line 116  cph      _RL  objf_state_final (snx,sny, Line 130  cph      _RL  objf_state_final (snx,sny,
130  #ifdef ALLOW_COST_DEPTH  #ifdef ALLOW_COST_DEPTH
131        _RL  mult_depth        _RL  mult_depth
132  #endif  #endif
133    cHFLUXM_CONTROL
134          _RL  mult_hfluxm
135          _RL  mult_temp
136    cHFLUXM_CONTROL
137    
138  #ifdef ALLOW_COST_TEST  #ifdef ALLOW_COST_TEST
139        common /cost_test_i/        common /cost_test_i/

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.22