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

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

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


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

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 15:27:54 2016 UTC (7 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD, checkpoint65z, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.14: +17 -9 lines
Diff to previous 1.14
- replace gencost_scalefile, gencost_smooth2Ddiffnbt (now deprecated)
  with gencost_posproc_c, gencost_posproc_i (gencost_posproc = smooth)


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Dec 25 15:32:38 2015 UTC (8 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65s, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint65y
Changes since 1.13: +5 -3 lines
Diff to previous 1.13
- cost_gencost_sstv4.F: add missing useSMOOTH
- ecco_phys.F: avoid division by zero
- ecco_cost_final.F: move objf_profiles addition to cost_final


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 02:37:46 2015 UTC (8 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65q, checkpoint65r
Changes since 1.12: +10 -1 lines
Diff to previous 1.12
- revised handling of gencost_errfile and gencost_weight.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Mar 23 21:10:04 2015 UTC (9 years, 1 month ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65k, checkpoint65l, checkpoint65m, checkpoint65n, checkpoint65o, checkpoint65p
Changes since 1.11: +9 -1 lines
Diff to previous 1.11
- use eccoiter in place of optimcycle.
- if autodiff is not compiled then use READ_REC_XY_RL/READ_REC_XYZ_RL instead of active read/write


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 16:46:43 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65f, checkpoint65g, checkpoint65h, checkpoint65i, checkpoint65j
Changes since 1.10: +54 -56 lines
Diff to previous 1.10
- cost_gencost_customize.F : add automated fill based upon barfile name
  when it starts with eta, sst, sss, bp, taux, or tauy; rm hard coded
  gencost_modfld(i,j,bi,bj,1) = empmr(i,j,bi,bj)
- cost_gencost_assignperiod.F : revise gencost conditionality
- cost_gencost_sshv4.F : rm ALLOW_SSH_COST_CONTRIBUTION etc brackets,
  add initialization of local arrays, streamline reading of mdt,
  use gencost_barfile rather than psbarfile, use local variables
  (e.g. tpob, tpma instead of tpobs, tpmask), only include ecco.h
- cost_gencost_sstv4.F : rename igen_amsre as kgen, replace
  sstbar with gencost_barfile, rm ALLOW_DAILYSST_COST_CONTRIBUTION
- cost_gencost_boxmean.F : replace tbarfile with gencost_barfile,
  rename igen_boxmean as kgen
- cost_gencost_sstv4.F, cost_gencost_sshv4.F : rm myiter, mytime args
- cost_gencost_bpv4.F (new) : to replace cost_bp using gencost,
  added to ecco_ad_diff.list


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Apr 1 08:03:42 2014 UTC (10 years, 1 month ago) by atn
Branch: MAIN
CVS Tags: checkpoint64v, checkpoint64w, checkpoint64x, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b, checkpoint65c, checkpoint65d, checkpoint65e
Changes since 1.9: +4 -2 lines
Diff to previous 1.9
o move smooth2Ddiffnbt param from pkg/smooth to pkg/ecco
o minor bug fix in set gencost default values in ecco_readparms.F


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jan 26 06:10:10 2014 UTC (10 years, 3 months ago) by atn
Branch: MAIN
CVS Tags: checkpoint64t, checkpoint64u
Changes since 1.8: +6 -3 lines
Diff to previous 1.8
Replace hardcoded value 300 for eccov4 with general runtime param smooth2Ddiffnbt


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 01:40:03 2012 UTC (11 years, 7 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
Changes since 1.7: +1 -3 lines
Diff to previous 1.7
- 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.7 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 19:45:26 2012 UTC (11 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63r, checkpoint63s
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
include ECCO_OPTIONS.h instead of COST_CPPOPTIONS.h


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


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 21:36:42 2012 UTC (11 years, 10 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63o, checkpoint63p, checkpoint63q
Changes since 1.4: +11 -7 lines
Diff to previous 1.4
- avoid taf recomputation (middate).


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Apr 13 18:04:30 2012 UTC (12 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n
Changes since 1.3: +16 -15 lines
Diff to previous 1.3
- avoid calling a S/R (in this case, cal_FullDate) with 2 time the same arg
 (FWD: unless both are only used as input; and for AD, unless both are not
  differentiable (e.g., k index))


Revision 1.3 - (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.2: +52 -20 lines
Diff to previous 1.2
- 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.2 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 18:20:24 2010 UTC (13 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
bug fix.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 21:20:39 2010 UTC (13 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62k, checkpoint62l, checkpoint62m
Pointwise vs Large-Scale cost function terms for
MDT and bin averaged daily SLA (cost_gencost_sshv4.F)
and bin averaged daily SST (cost_gencost_sstv4.F)
within the gencost framework.

note:
  cost_gencost_sshv4.F v1.1 is the same as
  cost_sshv4.F v1.5 except that it
  takes advantage of the gencost framework.


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