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

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

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


Revision 1.5 - (show annotations) (download)
Tue Apr 1 22:02:10 2014 UTC (10 years, 1 month ago) by atn
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64w, checkpoint64v, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.4: +5 -1 lines
File MIME type: text/plain
updating ecco seaicev4 proxy cost terms as fxn of sst and SEAICE_freeze

1 C $Header: /u/gcmpack/MITgcm/pkg/seaice/SEAICE_COST.h,v 1.4 2009/11/20 22:33:21 heimbach 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 & , objf_smrarea
15 & , objf_smrsst
16 & , objf_smrsss
17 & , objf_ice_export
18 _RL objf_ice (nsx,nsy)
19 _RL objf_smrarea (nsx,nsy)
20 _RL objf_smrsst (nsx,nsy)
21 _RL objf_smrsss (nsx,nsy)
22 _RL objf_ice_export (nsx,nsy)
23
24 common /seaice_cost_aux_r/
25 & num_ice
26 & , num_smrarea
27 & , num_smrsst
28 & , num_smrsss
29 & , mult_ice
30 & , mult_smrarea
31 & , mult_smrsst
32 & , mult_smrsss
33 & , mult_ice_export
34 & , SEAICE_clamp_salt
35 & , SEAICE_clamp_theta
36 & , SEAICE_cutoff_area
37 & , SEAICE_cutoff_heff
38 _RL num_ice (nsx,nsy)
39 _RL num_smrarea (nsx,nsy)
40 _RL num_smrsst (nsx,nsy)
41 _RL num_smrsss (nsx,nsy)
42 _RL mult_ice
43 _RL mult_smrarea
44 _RL mult_smrsst
45 _RL mult_smrsss
46 _RL mult_ice_export
47 _RL SEAICE_clamp_salt
48 _RL SEAICE_clamp_theta
49 _RL SEAICE_cutoff_area
50 _RL SEAICE_cutoff_heff
51
52 common /seaice_cost_data_aux_i/
53 & costIceStart1,
54 & costIceStart2,
55 & costIceEnd1,
56 & costIceEnd2
57 integer costIceStart1
58 integer costIceStart2
59 integer costIceEnd1
60 integer costIceEnd2
61
62 common /seaice_cost_data_times_r/
63 & costIceStart,
64 & costIceEnd
65 _RL costIceStart
66 _RL costIceEnd
67
68 c cost_ice_flag - cost_ice flag (see cost_ice.F)
69
70 common /ecco_cost_ice_i/
71 & cost_ice_flag
72 integer cost_ice_flag
73
74 #ifdef ALLOW_SEAICE_COST_SMR_AREA
75 _RL smrareabar(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
76 _RL smrsstbar(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
77 _RL smrsssbar(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
78 #else
79 _RL smrareabar
80 _RL smrsstbar
81 _RL smrsssbar
82 #endif
83 common /seaice_cost_averages_r/
84 & smrareabar,
85 & smrsstbar,
86 & smrsssbar
87
88 _RL wsmrarea(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
89 _RL wsmrarea0
90 _RL wmean_smrarea
91 common /seaice_cost_weights_r/
92 & wsmrarea
93 & , wsmrarea0
94 & , wmean_smrarea
95
96 _RL smrareadat(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
97 common /seaice_cost_data_r/
98 & smrareadat
99
100 character*(MAX_LEN_FNAM) smrarea_errfile
101 character*(MAX_LEN_FNAM) smrareadatfile
102 character*(MAX_LEN_FNAM) smrareabarfile
103 character*(MAX_LEN_FNAM) smrsstbarfile
104 character*(MAX_LEN_FNAM) smrsssbarfile
105 common /seaice_cost_c/
106 & smrarea_errfile
107 & , smrareadatfile
108 & , smrareabarfile
109 & , smrsstbarfile
110 & , smrsssbarfile
111
112 integer smrareastartdate(4)
113 integer smrareastartdate1
114 integer smrareastartdate2
115 common /seaice_cost_i/
116 & smrareastartdate
117 & , smrareastartdate1
118 & , smrareastartdate2
119
120 _RL smrareaperiod
121 common /seaice_cost_period_r/
122 & smrareaperiod
123
124 CEH3 ;;; Local Variables: ***
125 CEH3 ;;; mode:fortran ***
126 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22