/[MITgcm]/MITgcm/pkg/thsice/THSICE_COST.h
ViewVC logotype

Contents of /MITgcm/pkg/thsice/THSICE_COST.h

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


Revision 1.1 - (show annotations) (download)
Sat Mar 30 01:23:58 2013 UTC (11 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64g, checkpoint64f, 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, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l, HEAD
File MIME type: text/plain
First stab at a thsice-specific cost function.

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 | THSICE_COST.h |
6 C | o Sea ice cost terms. |
7 C \==========================================================/
8 C
9 C
10 c objf_thsice - sea-ice volume
11
12 #ifdef ALLOW_COST
13 common /thsice_cost_objf/
14 & objf_thsice
15 _RL objf_thsice (nsx,nsy)
16
17 common /thsice_cost_aux_r/
18 & num_thsice,
19 & mult_thsice
20 _RL num_thsice (nsx,nsy)
21 _RL mult_thsice
22
23 c cost_ice_flag - cost_ice flag
24 common /thsice_cost_ice_i/
25 & thsice_cost_ice_flag
26 integer thsice_cost_ice_flag
27 #endif
28
29 CEH3 ;;; Local Variables: ***
30 CEH3 ;;; mode:fortran ***
31 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22