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

Annotation of /MITgcm/pkg/cost/adcost.h

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


Revision 1.4 - (hide annotations) (download)
Thu Nov 6 22:03:49 2003 UTC (20 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint52l_pre, hrcube4, hrcube5, checkpoint52d_pre, checkpoint52j_pre, checkpoint54d_post, checkpoint54e_post, checkpoint52l_post, checkpoint52k_post, checkpoint55, checkpoint54, checkpoint53, checkpoint52, checkpoint52f_post, checkpoint54f_post, checkpoint52i_pre, hrcube_1, hrcube_2, hrcube_3, checkpoint55c_post, checkpoint52e_pre, checkpoint52e_post, checkpoint53d_post, checkpoint52b_pre, checkpoint54b_post, checkpoint52m_post, checkpoint55g_post, checkpoint52b_post, checkpoint52c_post, checkpoint52f_pre, checkpoint55d_post, checkpoint54a_pre, checkpoint53c_post, checkpoint55d_pre, checkpoint54a_post, checkpoint55h_post, checkpoint55b_post, checkpoint53a_post, checkpoint55f_post, checkpoint52d_post, checkpoint53g_post, checkpoint52a_pre, checkpoint52i_post, checkpoint52h_pre, checkpoint53f_post, checkpoint52j_post, branch-netcdf, checkpoint52n_post, checkpoint53b_pre, checkpoint55a_post, checkpoint53b_post, checkpoint52a_post, ecco_c52_e35, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post, checkpoint51u_post
Branch point for: netcdf-sm0
Changes since 1.3: +2 -34 lines
File MIME type: text/plain
o merging from ecco-branch
o modularized cost package
  - ECCO-specific terms are now in pkg/ecco
  - cost package is driver

1 heimbach 1.1
2     c ==================================================================
3     c HEADER ADCOST
4     c ==================================================================
5     c
6     c o Header for model-data comparison; adjoint part.
7     c
8     c started: Christian Eckert eckert@mit.edu 06-Apr-2000
9     c changed: Christian Eckert eckert@mit.edu
10 heimbach 1.4 c heimbach@mit.edu 5-Nov-2003 retain only adfc
11 heimbach 1.1 c
12     c ==================================================================
13     c HEADER ADCOST
14     c ==================================================================
15    
16     common /adcost_r/
17 heimbach 1.4 & adfc
18 heimbach 1.1 _RL adfc
19    
20 heimbach 1.3 #ifdef ALLOW_COST_STATE_FINAL
21     common /adcost_state_final_r/
22     & adobjf_state_final
23     _RL adobjf_state_final (snx,sny,nsx,nsy)
24     cph _RL adobjf_state_final (snx,sny,nr,nsx,nsy,2)
25     #endif
26    
27 heimbach 1.2 #ifdef ALLOW_COST_VECTOR
28 heimbach 1.3 common /adcost_vector_r/
29 heimbach 1.2 & adobjf_vector
30     _RL adobjf_vector(snx,nsx,nsy)
31     #endif
32    
33 heimbach 1.1 c ==================================================================
34     c END OF HEADER ADCOST
35     c ==================================================================
36    

  ViewVC Help
Powered by ViewVC 1.1.22