/[MITgcm]/MITgcm/pkg/ecco/ecco_cost.h
ViewVC logotype

Diff of /MITgcm/pkg/ecco/ecco_cost.h

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

revision 1.32 by gforget, Fri May 30 02:49:05 2008 UTC revision 1.33 by heimbach, Sat Oct 18 12:42:30 2008 UTC
# Line 71  c             intantaneous field. Line 71  c             intantaneous field.
71        common /averages_r/        common /averages_r/
72       &                    tbar,       &                    tbar,
73       &                    sbar,       &                    sbar,
74         &                    sstbar,
75       &                    psbar,       &                    psbar,
76       &                    bpbar,       &                    bpbar,
77       &                    ubar,       &                    ubar,
# Line 110  c             intantaneous field. Line 111  c             intantaneous field.
111        _RL sbar_gen        _RL sbar_gen
112  #endif  #endif
113    
114    #ifdef ALLOW_SEAICE_COST_AREASST
115          _RL sstbar  (1-olx:snx+olx,1-oly:sny+oly,   nsx,nsy)
116    #else
117          _RL sstbar
118    #endif
119    
120  #if (defined (ALLOW_SALT_COST_CONTRIBUTION) || \  #if (defined (ALLOW_SALT_COST_CONTRIBUTION) || \
121       defined (ALLOW_CTDS_COST_CONTRIBUTION) || \       defined (ALLOW_CTDS_COST_CONTRIBUTION) || \
122       defined (ALLOW_DRIFT_COST_CONTRIBUTION) || \       defined (ALLOW_DRIFT_COST_CONTRIBUTION) || \
# Line 194  c             intantaneous field. Line 201  c             intantaneous field.
201        common /averages_c/        common /averages_c/
202       &                    tbarfile,       &                    tbarfile,
203       &                    sbarfile,       &                    sbarfile,
204         &                    sstbarfile,
205       &                    psbarfile,       &                    psbarfile,
206       &                    bpbarfile,       &                    bpbarfile,
207       &                    ubarfile,       &                    ubarfile,
# Line 206  c             intantaneous field. Line 214  c             intantaneous field.
214       &                    costTranspDataFile       &                    costTranspDataFile
215        character*(MAX_LEN_FNAM) tbarfile        character*(MAX_LEN_FNAM) tbarfile
216        character*(MAX_LEN_FNAM) sbarfile        character*(MAX_LEN_FNAM) sbarfile
217          character*(MAX_LEN_FNAM) sstbarfile
218        character*(MAX_LEN_FNAM) psbarfile        character*(MAX_LEN_FNAM) psbarfile
219        character*(MAX_LEN_FNAM) bpbarfile        character*(MAX_LEN_FNAM) bpbarfile
220        character*(MAX_LEN_FNAM) ubarfile        character*(MAX_LEN_FNAM) ubarfile

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

  ViewVC Help
Powered by ViewVC 1.1.22