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

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

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


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

Revision 1.15 - (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.14: +9 -6 lines
Diff to previous 1.14
Replace hardcoded value 300 for eccov4 with general runtime param smooth2Ddiffnbt


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Nov 19 20:36:54 2013 UTC (10 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64r, checkpoint64s
Changes since 1.13: +38 -7 lines
Diff to previous 1.13
- refine large scale anomalies cost computation : subsample smoothed field
  to observed points (at medium day), remove 1/ndaysaveRL factors,
  remove weekly stepping, output sladiff_subsample


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Nov 19 20:20:52 2013 UTC (10 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.12: +34 -28 lines
Diff to previous 1.12
- refine MDT misfit computation : more consistent offset computations,
  clean up of "doReference or not" logic, mask out mdt points where
  less than 100 altimeter data points.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Nov 19 19:56:51 2013 UTC (10 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.11: +7 -6 lines
Diff to previous 1.11
- fix bug, reported by O. Wang, in MDT re-referencing, which was always off.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 14:51:09 2013 UTC (11 years, 3 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p, checkpoint64q
Changes since 1.10: +35 -13 lines
Diff to previous 1.10
- add compile switches ALLOW_SHALLOW_ALTIMETRY and ALLOW_HIGHLAT_ALTIMETRY.


Revision 1.10 - (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
Changes since 1.9: +1 -3 lines
Diff to previous 1.9
- 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.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 4 15:04:51 2012 UTC (11 years, 8 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63s
Changes since 1.8: +21 -8 lines
Diff to previous 1.8
- remove #ifdef ALLOW_SMOOTH_CORREL3D brackets.
- add more relevant #ifdef ALLOW_SMOOTH ones.
- sort out useAtmWind, useSMOOTH, ctrlSmoothCorrel2D.


Revision 1.8 - (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
Changes since 1.7: +10 -10 lines
Diff to previous 1.7
include ECCO_OPTIONS.h instead of COST_CPPOPTIONS.h


Revision 1.7 - (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.6: +2 -1 lines
Diff to previous 1.6
Clean up inclusions of CTRL_SIZE.h


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


Revision 1.5 - (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, checkpoint63m, checkpoint63n
Changes since 1.4: +6 -6 lines
Diff to previous 1.4
- 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.4 - (view) (download) (annotate) - [select for diffs]
Thu Feb 23 23:31:48 2012 UTC (12 years, 2 months ago) by gforget
Branch: MAIN
Changes since 1.3: +40 -3 lines
Diff to previous 1.3
- dont create ad files unless adjoint run.
- bug fix : sla_startdate etc. rather than modelstartdate.
- ecco_cost_driver.F : dont do cost_ssh.F when cost_gencost_sshv4.F.
- cost_gencost_sshv4.F : only re-reference MDT if altimeter period is covered.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed May 18 03:15:38 2011 UTC (13 years ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j
Changes since 1.2: +24 -5 lines
Diff to previous 1.2
- ifndef ALLOW_PSBAR_MEAN remove sea level mean from psbar
- mask out data beyond abs(lat)>66


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Oct 25 20:42:31 2010 UTC (13 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
- cost_gencost_sshv4.F and cost_sshv4.F: compute smoothed
  35 day-average fields once a week only -- for speed up.
- ecco_cost_driver.F: necessary includes.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 21:20:39 2010 UTC (13 years, 8 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