/[MITgcm]/MITgcm/pkg/ecco/cost_hyd.F
ViewVC logotype

Log of /MITgcm/pkg/ecco/cost_hyd.F

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


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

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Sep 30 20:33:55 2012 UTC (11 years, 8 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u, checkpoint64v, checkpoint64w, checkpoint64x, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b
Changes since 1.26: +5 -1 lines
Diff to previous 1.26
ecco_cost.h
        - add using_cost_altim, using_cost_sst,using_cost_bp,using_cost_scat
          to allow for run time switch of main cost terms. Those switches
          are further reset to false if files are missing (ecco_check.F)
cost_gencost_all.F
        - using_cost_altim, using_cost_sst
cost_hyd.F
        - using_cost_sst
ecco_check.F
        - restrict maxNumDays test to relevant cases
        - add ECCO_CHECK_FILES S\R that test whether the input binary files
          are there, and otherwise switch off the corresponding run
          time flag. Rather than do the full run then crash in ecco_cost_driver.
        - thus reset using_cost_bp, using_cost_altim, using_cost_sst,
          using_cost_scat if necessary.
ecco_cost_driver.F
        - using_cost_altim, using_cost_bp, using_cost_scat
ecco_cost_init_fixed.F
        - remove tpTimeMask etc. bloc when not needed (i.e. undef ALLOW_NEW_SSH_COST)
ecco_cost_weights.F
        - dont try to read data_errfile if it is not there
        - using_cost_sst, using_cost_altim, using_cost_bp, using_cost_scat
ecco_readparms.F
        - activate using_cost_sst, using_cost_altim, using_cost_bp, using_cost_scat
        - also activate using_topex, using_ers, and using_gfo


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 19:45:26 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63r, checkpoint63s
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
include ECCO_OPTIONS.h instead of COST_CPPOPTIONS.h


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Aug 6 20:41:54 2012 UTC (11 years, 9 months ago) by heimbach
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
Clean up inclusions of CTRL_SIZE.h


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Jun 22 02:04:06 2012 UTC (11 years, 11 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63o, checkpoint63p, checkpoint63q
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
- add run-time switch usePROFILES.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 01:36:03 2011 UTC (12 years, 5 months ago) by mmazloff
Branch: MAIN
CVS Tags: checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Fix start date for seaice cost


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 19:55:54 2011 UTC (12 years, 8 months ago) by mmazloff
Branch: MAIN
CVS Tags: checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f
Changes since 1.21: +4 -4 lines
Diff to previous 1.21
Fix startdate bug spotted by Ganesh


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Mar 13 22:24:42 2011 UTC (13 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b
Changes since 1.20: +21 -1 lines
Diff to previous 1.20
Merging Benny Cheng code for init. etan, uvel, vvel controls
Fix weight handling


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Feb 6 11:30:16 2010 UTC (14 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
More code for GENCOST.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Feb 6 02:43:03 2010 UTC (14 years, 3 months ago) by heimbach
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
Preparing usage of generic cost function terms.
Enable with CPP option
#ifdef ALLOW_GENCOST_CONTRIBUTION
First usage is adding air-sea flux constraints when using bulk controls.
---> NOT YET READY FOR PRIME TIME <---


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 22:29:08 2009 UTC (14 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b
Changes since 1.17: +4 -1 lines
Diff to previous 1.17
o Adding I. Fenty seaice cost extensions (after minor cleanup)
  - smrsst, smrsss
  - based on modified seaice_cost_driver (not yet checked into CVS)
  - new runtime "clamp" parameters SEAICE_clamp_salt, SEAICE_clamp_theta


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Oct 26 00:41:23 2009 UTC (14 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint61y
Changes since 1.16: +1 -21 lines
Diff to previous 1.16
completion of the bottom pressure (GRACE) cost term


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 15:15:20 2009 UTC (14 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Fix nnztbar parameter for case ALLOW_DAILYSST_COST_CONTRIBUTION
(spotted by M. Mazloff)


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed May 13 19:27:20 2009 UTC (15 years ago) by zhc
Branch: MAIN
CVS Tags: checkpoint61o, checkpoint61p
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
daily sst


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed May 13 13:39:38 2009 UTC (15 years ago) by heimbach
Branch: MAIN
Changes since 1.13: +23 -2 lines
Diff to previous 1.13
Enable easy way for daily SST cost.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:52:20 2008 UTC (15 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n
Changes since 1.12: +36 -1 lines
Diff to previous 1.12
Another call.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 00:02:50 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d
Changes since 1.11: +10 -9 lines
Diff to previous 1.11
add missing cvs $Header:$ or $Name:$


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 22:01:37 2007 UTC (16 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59h
Changes since 1.10: +21 -1 lines
Diff to previous 1.10
Preparing bottom pressure cost for time-varying GRACE data.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 18:23:33 2007 UTC (16 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.9: +8 -1 lines
Diff to previous 1.9
Adding cost function for daily Florida Strait transport.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Apr 25 16:43:06 2006 UTC (18 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58e_post, checkpoint58f_post, checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post, checkpoint58k_post, checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
More robust ifdefs until this is cleaned up


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Mar 23 23:06:48 2006 UTC (18 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58d_post
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
Adding Gael Forget profile cost code.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Sep 7 03:02:11 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, checkpoint57z_post, checkpoint58, checkpoint58a_post, checkpoint58b_post, checkpoint58c_post
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Introduce nnztbar, nnzsbar to distinguish btw 2d/3d bar files
at initialisation time.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 22:45:26 2005 UTC (18 years, 9 months ago) by heimbach
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Fix typos for TMI.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 05:32:56 2005 UTC (18 years, 9 months ago) by heimbach
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
o Adding cost term for seaice obs (daily SMR vs. AREA)
  new seaice_cost init/weight/final routines
o Modularized cost_averages routines (new cost_averagesgeneric.F)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Aug 31 19:00:52 2005 UTC (18 years, 9 months ago) by heimbach
Branch: MAIN
Changes since 1.3: +62 -11 lines
Diff to previous 1.3
New routine cost_generic.F should facilitate intro.
of new cost terms and replace individual routines.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 10:31:56 2005 UTC (19 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre, checkpoint57i_post, checkpoint57j_post, checkpoint57k_post, checkpoint57l_post, checkpoint57m_post, checkpoint57n_post, checkpoint57o_post, checkpoint57p_post, checkpoint57q_post
Changes since 1.2: +41 -14 lines
Diff to previous 1.2
o extend hydrography cost to shallow areas
o small cleanups


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 16:38:53 2004 UTC (19 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint55d_post, checkpoint55e_post, checkpoint55f_post, checkpoint55g_post, checkpoint55h_post, checkpoint55i_post, checkpoint55j_post, checkpoint56, checkpoint56a_post, checkpoint56b_post, checkpoint56c_post, checkpoint57, checkpoint57a_post, checkpoint57a_pre, checkpoint57b_post, checkpoint57c_post, checkpoint57c_pre, checkpoint57d_post, checkpoint57e_post, checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre, eckpoint57e_pre
Changes since 1.1: +27 -25 lines
Diff to previous 1.1
o ECCO specific cost function terms (up-to-date with 1x1 runs)
o ecco_cost_weights is modified to 1x1 runs
o modifs to allow observations to be read in as
  single file or yearly files


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 22:10:07 2003 UTC (20 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-netcdf, checkpoint51u_post, checkpoint52, checkpoint52a_post, checkpoint52a_pre, checkpoint52b_post, checkpoint52b_pre, checkpoint52c_post, checkpoint52d_post, checkpoint52d_pre, checkpoint52e_post, checkpoint52e_pre, checkpoint52f_post, checkpoint52f_pre, checkpoint52h_pre, checkpoint52i_post, checkpoint52i_pre, checkpoint52j_post, checkpoint52j_pre, checkpoint52k_post, checkpoint52l_post, checkpoint52l_pre, checkpoint52m_post, checkpoint52n_post, checkpoint53, checkpoint53a_post, checkpoint53b_post, checkpoint53b_pre, checkpoint53c_post, checkpoint53d_post, checkpoint53d_pre, checkpoint53f_post, checkpoint53g_post, checkpoint54, checkpoint54a_post, checkpoint54a_pre, checkpoint54b_post, checkpoint54c_post, checkpoint54d_post, checkpoint54e_post, checkpoint54f_post, checkpoint55, checkpoint55a_post, checkpoint55b_post, checkpoint55c_post, checkpoint55d_pre, ecco_c52_e35, hrcube4, hrcube5, hrcube_1, hrcube_2, hrcube_3
Branch point for: netcdf-sm0
o merging from ecco-branch
o pkg/ecco now containes ecco-specific part of cost function
o top level routines the_main_loop, forward_step
  supersede those in model/src/
  previous input data.cost now in data.ecco
  (new namelist ecco_cost_nml)


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