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

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

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


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

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 20:09:20 2014 UTC (9 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65i, checkpoint65j, checkpoint65k, checkpoint65l, checkpoint65m
Changes since 1.19: +50 -59 lines
Diff to previous 1.19
avoid writing out un-initialised "expId" (Experiment name ?)


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 20:02:34 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65g, checkpoint65h
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
- remove variables associated with NON-generic costs
  unless ECCO_CTRL_DEPRECATED is defined
- ecco_readparms.F : include ecco.h and ecco_local_params.h,
  instead of ecco_cost.h, unless ECCO_CTRL_DEPRECATED is defined
- ecco_cost_init_varia.F, ecco_cost_init_barfiles.F,
  ecco_cost_final.F, ecco_cost_init_fixed.F : include ecco.h,
  instead of ecco_cost.h, unless ECCO_CTRL_DEPRECATED is defined
- ecco_toolbox.F, ecco_cost_init_barfiles.F : bug fixes.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 19:03:27 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65f
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
- ecco.h : add frame, cosphi.
- ecco_cost.h : rm frame, cosphi.
- ecco_cost_driver.F, ecco_cost_final.F, ecco_cost_init_fixed.F,
  ecco_cost_summary.F, ecco_summary.F : cosmetic change.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 14:09:03 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.16: +16 -6 lines
Diff to previous 1.16
- generalized pre/post-processing parameters (_c, _i, _l arrays
  replacing scalefile) from ecco_readparms to cost_generic
- replace 16 with MAX_LEN_FNAM in defining posproc, preproc
- cost_hyd.F, cost_gencost_all.F : update cost_generic calls
- ecco_summary.F : only report relevant pre/post-processing


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Oct 3 15:01:07 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.15: +4 -3 lines
Diff to previous 1.15
o pkg/ecco/cost_averagesfields.F : depend on gencost_barskip
  rather gencost_barfile for deciding whether to write barfile
o pkg/ecco/cost_generic.F : add outname argument (output file name),
  compute and store misfit maks*(model-data) in localdif that is
  then used in cost and for output, output misfit if outlev.GT.0
o pkg/ecco/cost_hyd.F, cost_gencost_all.F : add cost_generic arg
o pkg/ecco/ecco.h : add gencost_barskip
o pkg/ecco/ecco_cost_init_fixed.F : determine gencost_barskip
  (set to false if same barfile is already taken care of
  by other gencost, or if gencost_barfile is empty)
o pkg/ecco/ecco_summary.F : add gencost_barskip to summary
o pkg/ecco/cost_gencost_all.F, cost_hyd.F : rm AD recomputation


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Oct 2 22:26:17 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.14: +80 -7 lines
Diff to previous 1.14
- ecco.h, ecco_readparms.F, cost_generic.F, cost_gencost_all.F, cost_hyd.F :
  added run time params and/or passed as arguments : gencost_posproc,
  gencost_scalefile, gencost_nrecperiod, gencost_outputlevel.
- cost_generic.F, cost_genread.F :
   added preproc code ('climmon ') to replace GENERIC_BAR_MONTH
- cost_genread.F : fix array dimension
- ecco_cost_init_fixed.F : re-activate ecco_summary
- ecco_summary.F : report gencost variables


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 16:47:50 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13
- remove includes from pkg/ctrl, add missing CCP switches,
  remove unused variable, replace optimiter with eccoiter :
  cost_averagesgeneric.F, cost_gencost*.F,
  cost_generic.F, ecco_check.F, ecco_phys.F
- include ecco.h rather than ecco.h : ecco_cost_driver.F,
  ecco_phys.F, cost_averagesgeneric.F, cost_gencost*.F,
- rename xx_genbar_dummy as gencost_dummy : cost_averagesfields.F,
  cost_averagesinit.F, cost_gencost_*.F, ecco_cost_init_barfiles.F


- cost_bp.F : modify calls to cost_bp_read (added arguments)
- cost_bp_read.F added arguments (localobsfile, localstartdate,
     localobs, localmask) replacing use of common blocs
- cost_generic.F : add ALLOW_OLD_ESTIM_CODES bracket
- ecco_check.F :
    use gencost_startdate rather than modelstartdate, rename
    using_topex as using_tpj, add ALLOW_OLD_ESTIM_CODES brackets
- cost_gencost_all.F : remove un-necessary CPP brackets of
    cost_gencost_*v4 calls, add cost_gencost_bpv4 call,
    use gencost_startdate rather than modelstartdate
- cost_averagesgeneric.F : added DEBUG code
- ecco_cost_final.F : added ifdef ALLOW_ECCO
- ecco_cost_init_fixed.F : copy optimcycle to eccoiter
  when ALLOW_CTRL, set eccoiter to 0 otherwise;
  revise gencost conditionality
- ecco_cost_summary.F : add ALLOW_OLD_ESTIM_CODES brackets,
  rename using_topex as using_tpj
- ecco_init_varia.F : initialize RHOsumGlob_0, VOLsumGlob_0
- ecco_phys.F : compute etanFull
- ecco_readparms.F : rename using_topex as using_tpj, add
  bpv4-grace to gencost list, initialize added parameters
- ecco_summary.F : include SIZE.h needed for augmented ecco.h


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 15 09:27:03 2014 UTC (9 years, 9 months ago) by atn
Branch: MAIN
CVS Tags: checkpoint65c, checkpoint65d, checkpoint65e
Changes since 1.12: +15 -1 lines
Diff to previous 1.12
add cost contribution for sigmaR (drhodr)


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 19:43:48 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63r, checkpoint63s, 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.11: +2 -2 lines
Diff to previous 1.11
include ECCO_OPTIONS.h instead of just CPP_OPTIONS.h


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 23:01:31 2012 UTC (11 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63q
Changes since 1.10: +2 -3 lines
Diff to previous 1.10
move #include "AD_CONFIG.h" after the other included OPTIONS files


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 00:00:22 2012 UTC (12 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p
Changes since 1.9: +1 -2 lines
Diff to previous 1.9
remove "#include "cal.h"' (not needed)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Feb 28 00:51:07 2012 UTC (12 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63k, checkpoint63l
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
- goals:
   -- fix startdate.NE.modelstartdate cases and related model crashes.
   -- alleviate the need for altimeter etc. files (of zeros) for e.g. 1948-1991.
- accross the board issues that should be fixed in the updated routines :
   -- dont try to read a file that does no exist
   -- take proper account of startdate (e.g. ymod .GE. yday)
   -- use cal_FullDate to complete date
   -- if .le. spval (not .lt. spval) then mask out
- more specific issues and updates :
  -- cost_gencost_ssht4.F : hard-code startdate to 19920101 (no run time param avail).
  -- cost_readscatxfields.F & cost_gencost_sstv4.F : added option for debbuging
     (if ALLOW_ECCO_DEBUG is defined then to print date info to stdout)
  -- cost_sla_read_yd.F : added startdate as input parameter
  -- ecco_summary.F : bug fix; include AD_CONFIG.h was missing.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jul 28 18:43:42 2011 UTC (12 years, 9 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
- set maxNumDays to 8050 (22 years).
- fix cost_generic for daily data and nIter0>0 case.
- complement ALLOW_DAILYSCAT_COST_CONTRIBUTION.


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


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 00:02:51 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, 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
Changes since 1.5: +5 -4 lines
Diff to previous 1.5
add missing cvs $Header:$ or $Name:$


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Apr 17 23:51:22 2007 UTC (17 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h
Changes since 1.4: +1 -2 lines
Diff to previous 1.4
Remove informative header EXF.h


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 23:35:25 2007 UTC (17 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
move EXF header files from lower_case.h to UPPER_CASE.h


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Aug 6 11:02:01 2005 UTC (18 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpint57u_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
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
Adding swdown control.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 22:10:08 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_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, ecco_c52_e35, eckpoint57e_pre, hrcube4, hrcube5, hrcube_1, hrcube_2, hrcube_3
Branch point for: netcdf-sm0
Changes since 1.1: +745 -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:59 2002 UTC (22 years, 3 months ago) by heimbach
Branch: MAIN
Branch point for: ecco-branch
FILE REMOVED
file ecco_summary.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