/[MITgcm]/MITgcm/pkg/seaice/SEAICE_COST.h
ViewVC logotype

Annotation of /MITgcm/pkg/seaice/SEAICE_COST.h

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


Revision 1.1 - (hide annotations) (download)
Thu Aug 25 16:10:42 2005 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
File MIME type: text/plain
Moving seaice-related cost to pkg/seaice/

1 heimbach 1.1 C $Header: /u/gcmpack/MITgcm/pkg/seaice/SEAICE_GRID.h,v 1.9 2005/04/17 00:25:46 edhill Exp $
2     C $Name: $
3    
4     C /==========================================================\
5     C | SEAICE_COST.h |
6     C | o Sea ice cost terms. |
7     C \==========================================================/
8     C
9     C
10     c objf_ice - sea-ice volume
11    
12     common /seaice_cost_objf/
13     & objf_ice
14     _RL objf_ice (nsx,nsy)
15    
16     common /seaice_cost_num/
17     & num_ice
18     _RL num_ice (nsx,nsy)
19    
20     common /seaice_cost_aux_r/
21     & mult_ice
22     _RL mult_ice
23    
24     common /seaice_cost_data_aux_i/
25     & costIceStart1,
26     & costIceStart2,
27     & costIceEnd1,
28     & costIceEnd2
29     integer costIceStart1
30     integer costIceStart2
31     integer costIceEnd1
32     integer costIceEnd2
33    
34     common /seaice_cost_data_times_r/
35     & costIceStart,
36     & costIceEnd
37     _RL costIceStart
38     _RL costIceEnd
39    
40     c cost_ice_flag - cost_ice flag (see cost_ice.F)
41    
42     common /ecco_cost_ice_i/
43     & cost_ice_flag
44     integer cost_ice_flag
45    
46    
47     CEH3 ;;; Local Variables: ***
48     CEH3 ;;; mode:fortran ***
49     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22