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

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

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


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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Apr 1 13:16:19 2013 UTC (11 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u
Changes since 1.13: +9 -1 lines
Diff to previous 1.13
- turn of using_cost_seaice if missing input files.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 12:54:56 2012 UTC (11 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Separate words.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 17:01:34 2012 UTC (11 years, 8 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64
Changes since 1.11: +18 -2 lines
Diff to previous 1.11
- cost_gencost_assignperiod.F, ecco_cost_init_fixed.F : add missing gencost_flag test.
- cost_averagesfields.F, ecco_cost_init_barfiles.F : add missing using_gencost test.
- ecco_cost_init_barfiles.F, cost_averagesfields.F : add using_altim, etc. tests.
- ecco_check.F : switch off cost term if no a single file was found (regarless
                 of startdates for this general test).
- ecco_readparms.F : bug fix ('OR'; from previous rev) and print additional
                 information when failed test stops.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 01:40:03 2012 UTC (11 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.10: +25 -6 lines
Diff to previous 1.10
- introduce gencost_flag(k) that is currently one of 3 values :
   0  if cost term k is not used
   1  if cost term is fully interactive (i.e. uses gencost_datafile)
  -1  if ocst term is pre-specified (i.e. uses gencost_name)
- introduce using_gencost(k) logical in line with using_topex etc.

- ecco_readparms.F : assign using_gencost(k) & gencost_flag(k) based
  on gencost_datafile(k).NE.' ' (fully interactive cost terms)
  or on gencost_name(k) (for pre-specified generic cost terms)
- throughout : replace "if ( gencost_datafile(num_var) .ne. ' ' )"
  with "if ( using_gencost(num_var) ) then"
- throughout : rm ALLOW_GENCOST_FREEFORM CPP option. The same
  thing is now achieved dynamically based on gencost_flag.
- ecco_check.F : add gencost checks, account for "data"startdate
  in ecco_check_files, add topexmean check.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Sep 30 20:33:55 2012 UTC (11 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.9: +148 -1 lines
Diff to previous 1.9
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.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 19:43:48 2012 UTC (11 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63r, checkpoint63s
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
include ECCO_OPTIONS.h instead of just CPP_OPTIONS.h


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 16:07:32 2012 UTC (11 years, 10 months ago) by heimbach
Branch: MAIN
Changes since 1.7: +2 -4 lines
Diff to previous 1.7
Attempt at adding CTRL_SIZE.h


Revision 1.7 - (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.6: +13 -1 lines
Diff to previous 1.6
- add run-time switch usePROFILES.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Mar 23 23:29:29 2009 UTC (15 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: 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, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
fix syntax format for writing integer


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Mar 13 01:58:37 2009 UTC (15 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61j, checkpoint61k
Changes since 1.4: +1 -3 lines
Diff to previous 1.4
Modify cost calculation for SSH anomalies:
* Model mean is sampled according to altimeter data for each instrument
* Period for computing model mean can be prescribed through daily flags;
  corresponding daily flag time series provided in files
  tpTimeMaskFile, ersTimeMaskFile, gfoTimeMaskFile
NOT YET TESTED.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 00:02:51 2007 UTC (16 years, 8 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
Changes since 1.3: +3 -1 lines
Diff to previous 1.3
add missing cvs $Header:$ or $Name:$


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


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 22:10:08 2003 UTC (20 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-netcdf, checkpint57u_post, 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_post, checkpoint55d_pre, 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, checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre, checkpoint57i_post, checkpoint57j_post, checkpoint57k_post, checkpoint57l_post, checkpoint57m_post, checkpoint57n_post, checkpoint57o_post, checkpoint57p_post, checkpoint57q_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, checkpoint58d_post, 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, ecco_c52_e35, eckpoint57e_pre, hrcube4, hrcube5, hrcube_1, hrcube_2, hrcube_3
Branch point for: netcdf-sm0
Changes since 1.1: +33 -0 lines
Diff to previous 1.1
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)


Revision 1.1
Tue Feb 5 20:23:58 2002 UTC (22 years, 4 months ago) by heimbach
Branch: MAIN
Branch point for: ecco-branch
FILE REMOVED
file ecco_check.F was initially added on branch ecco-branch.


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