/[MITgcm]/MITgcm/pkg/cost/cost_init_varia.F
ViewVC logotype

Log of /MITgcm/pkg/cost/cost_init_varia.F

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


Links to HEAD: (view) (download) (annotate)
Links to checkpoint65b: (view) (download) (annotate)
Sticky Tag:

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Nov 6 18:50:56 2013 UTC (10 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u, checkpoint64v, checkpoint64w, checkpoint64x, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b, checkpoint65c
Changes since 1.14: +6 -5 lines
Diff to previous 1.14
define a final cost function contribution for each tile


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Mar 30 01:25:44 2013 UTC (11 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p
Changes since 1.13: +5 -1 lines
Diff to previous 1.13
First stab at a thsice-specific cost function.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 22:57:20 2012 UTC (11 years, 8 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
- add global mean contributions (via the newly added
  objfc) to fc after the cost_final.F global sum.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 19:36:02 2012 UTC (11 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
rename COST_CPPOPTIONS.h to COST_OPTIONS.h


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 14:43:57 2012 UTC (11 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10
- cost_final.F : allow for use of pkg/ecco and pkg/cost
  cost functions jointly. The exclusive ifdefs were removed,
  so that costs terms (when defined) from both packages are all
  added to fc. Notes : 1) the fc global sum in pkg/ecco was
  removed accordingly; 2) for objf_atl we use either the
  pkg/ecco or the pkg/cost term depending on CPPs.
- ALLOW_COST_ATLANTIC_HEAT vs ALLOW_COST_ATLANTIC :
 attempt to sort out ALLOW_COST_ATLANTIC (in ecco) vs
 ALLOW_COST_ATLANTIC_HEAT (in cost) that both use objf_atl (from cost).
- add comments to explain special and/or untested setups.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue May 24 22:14:36 2011 UTC (12 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q
Changes since 1.9: +1 -3 lines
Diff to previous 1.9
remove #include "PACKAGES_CONFIG.h" (now included from COST_CPPOPTIONS.h)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Oct 8 23:59:21 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
add missing cvs $Header:$ or $Name:$


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Mar 24 02:23:09 2007 UTC (17 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h
Changes since 1.7: +3 -1 lines
Diff to previous 1.7
o Changes in cost to compute \bar{T*V} instead of \bar{T}*{V}
o one fix in pkg/flt


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 14:34:19 2006 UTC (17 years, 9 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Making the "last interal means" cMean* always available within cost package


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 01:55:13 2006 UTC (17 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58h_post, checkpoint58i_post, checkpoint58j_post, checkpoint58k_post, checkpoint58l_post, checkpoint58m_post
Changes since 1.5: +7 -1 lines
Diff to previous 1.5
Modifications for bottom topography control
o replace hFacC by _hFacC at various places
o replace ALLOW_HFACC_CONTROL by ALLOW_DEPTH_CONTROL
o add non-self-adjoint cg2d_nsa
o update autodiff support routines
o re-initialise hfac after ctrl_depth_ini
o works for 5x5 box, doesnt work for global_ocean.90x40x15


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat May 6 14:33:25 2006 UTC (17 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58e_post, checkpoint58f_post, checkpoint58g_post
Changes since 1.4: +1 -5 lines
Diff to previous 1.4
Make pkg/profile fully independent of ecco,cost, etc. stuff
to be able to use it in pure forward.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 22:58:25 2006 UTC (18 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58d_post
Changes since 1.3: +5 -1 lines
Diff to previous 1.3
o package cost profiles routines to better modularize them.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Dec 19 23:29:25 2005 UTC (18 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57z_post, checkpoint58, checkpoint58a_post, checkpoint58b_post, checkpoint58c_post
Changes since 1.2: +6 -4 lines
Diff to previous 1.2
o Adding flag admtlmBypassAD to focus on propagator EV problem
o clean up objf_state_final discrepancies (SST/SSS vs. full state)


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 16:15:32 2005 UTC (18 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Extend cMean fields to ALLOW_COST_TEST


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 16:10:42 2005 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57r_post, checkpoint57s_post, checkpoint57t_post, checkpoint57v_post, checkpoint57w_post, checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre
Moving seaice-related cost to pkg/seaice/


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22