/[MITgcm]/MITgcm_contrib/gael/matlab_class/ecco_v4/cost_sst.m
ViewVC logotype

Log of /MITgcm_contrib/gael/matlab_class/ecco_v4/cost_sst.m

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


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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 19:36:17 2016 UTC (8 years, 11 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66o
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
- bug fix (reported by A. Nguyen).


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed May 11 03:37:11 2016 UTC (9 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65w, checkpoint65x
Changes since 1.17: +6 -0 lines
Diff to previous 1.17
- skip empty plots.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue May 10 21:58:23 2016 UTC (9 years, 2 months ago) by gforget
Branch: MAIN
Changes since 1.16: +59 -40 lines
Diff to previous 1.16
- accomodate input from release2/nctiles_remotesensing


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 20:47:48 2016 UTC (9 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65v
Changes since 1.15: +2 -3 lines
Diff to previous 1.15
- cost_altimeter.m: also look for sigma in [dirModel 'inputfiles/']; update to 'r5.err'
- cost_seaicearea.m: also look for input files in [dirModel 'inputfiles/']
- cost_sst.m: get sigma_surf_0p5.bin from [dirModel 'inputfiles/']


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Jan 28 01:38:47 2016 UTC (9 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65t, checkpoint65u
Changes since 1.14: +7 -5 lines
Diff to previous 1.14
- minor changes.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 21:55:46 2015 UTC (9 years, 9 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65p, checkpoint65q, checkpoint65r
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
- improved treatment of directory names.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 16:49:30 2015 UTC (9 years, 9 months ago) by gforget
Branch: MAIN
Changes since 1.12: +25 -14 lines
Diff to previous 1.12
- improved treatment of directory names.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 20:36:09 2014 UTC (11 years ago) by gforget
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
- fix windows PC compatibility (contributed by D.Spiegel).


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jan 31 22:07:59 2014 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
- replace v4_read_bin calls with read_bin calls


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jan 19 14:56:55 2014 UTC (11 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
- cost_altimeter.m :
  update error fields (slaerr_largescale_r4.err, slaerr_gridscale_r4.err)
  allow for 'mat/cost/' subdirectory
  omit 1992, and synchronize point and smooth (ttShift=17)
  define msk_point (time variable) and msk_100pts (time mean)
  sladiff_smooth etc are subsample according to msk_point
  all displays are applied msk_100pts
- cost_bp.m, cost_sst.m, cost_xx.m, cost_seaicearea.m :
  allow for 'mat/cost/' subdirectory


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Jan 18 23:35:57 2014 UTC (11 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.8: +2 -0 lines
Diff to previous 1.8
- allow for 'mat/cost/' subdirectory


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Apr 3 14:04:32 2013 UTC (12 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.7: +56 -7 lines
Diff to previous 1.7
- cost_seaicearea.m : add obs_std, mod_std computations and maps;
  add march and sept clim maps; add march and sept time series.
- cost_sst.m : add maps of ECCO-REMSS misfits; add zonal mean
  anomaly plots.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Apr 2 19:05:34 2013 UTC (12 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.6: +65 -29 lines
Diff to previous 1.6
- update to latest ecco v4 inputs.
- extend to do both Rey and Remss.
- extend to zonal mean comparisons.
(later : display and l2p updates)


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 00:28:39 2012 UTC (12 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5
- add nameTex optional input parameter in all cost routines.
- cost_altimeter_disp.m : backward compatibility and help fix.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Apr 23 14:39:19 2012 UTC (13 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
- replace mkdir with !mkdir to avoid error in case directory already exists.
- basic_diags_ecco : move potential directory creations up.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 20:14:34 2012 UTC (13 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.3: +19 -6 lines
Diff to previous 1.3
- basic_diags_ecco.m :
  include dirMat/dirModel in listSubdirs, with implication for v4_diff_snapshots
  fix parms.recInAve
- v4_diff_snapshots.m :
  now writes to [dirMat 'BUDG/'] rather than [dirModel 'diags/BUDG/']
- comp_driver.m :
  now writes to [dirMat 'profiles/'] rather than [dirModel 'diags/profiles/']
  use dirMat/dirModel in costs & xx & insitu
  change lchunk to 52 for budget diags (set 'D' of basic_diags_ecco.m)
- plot_driver.m
  use dirMat/dirModel in costs & xx & insitu
- cost_altimeter.m, cost_altimeter_disp.m, cost_bp.m, cost_sst.m, cost_xx.m :
  use dirMat/dirTex


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 20:00:40 2011 UTC (13 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
- replace gcmfaces_path and global mygrid with gcmfaces_global.
- basic_diags_ecco.m : fix setDiags,'B' bug.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jul 8 13:18:04 2011 UTC (14 years ago) by gforget
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
- added: cost_xx.m that compute/plot the mean and variance of controls.
- cost_bp.m, cost_sst.m, cost_altimeter_disp.m : revised captions for wrote2tex.
- plot_driver.m : add title, sections, cost_xx. split basic_diags_ecco_disp.
- cost_altimeter.m : mask out data poleward of 66. resolve divide by zero
  warnings by applying masks, and switching off the warning.
- basic_diags_ecco.m : split in three using new setDiags paramater; speed-up I/O
  by using rdmds2workspace_list.m; fix heat and salt transport computations (missing
  factors); include time averaging for setDiags='B'; save mygrid to basic_diags_ecco_mygrid.mat
- basic_diags_ecco_disp.m : split in three using new setDiags paramater; load mygrid
  from basic_diags_ecco_mygrid.mat; improve captions for write2tex; set time averaging
  period to 92-07; include computation of zonal mean climatology for setDiags='C';
  use depthStretchPlot for section; add air-sea fluxes and ice plots; fix transports
  time series plots;


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 16:07:26 2011 UTC (14 years ago) by gforget
Branch: MAIN
ecco_v4/basic_diags_ecco.m
        make a function of dirModel,lChunk,iChunkm[,reLoadGrid]
        break records loop in chunks, and read nChnunk records at once
        write output to dirModel/mat/sic_diags_ecco_*.mat
        get grid from GRID/ if needed or as specified by reLoadGrid
ecco_v4/basic_diags_ecco_disp.m
        now a function of dirModel,addToTex
        dont reload grid
        m_map_gcmfaces updates
        added write2tex calls
ecco_v4/cost_altimeter.m
        function of dirModel
        added doDifObsOrMod loop
        get grid from GRID/ if needed
        the display part is kept for now, but the it will be
                replaced with new cost_altimeter_disp.m
        include faster cost_altimeter_read
        write output to dirModel/mat/cost_altimeter_*.mat
added functions
        ecco_v4/cost_altimeter_disp.m
        ecco_v4/cost_bp.m
        ecco_v4/cost_sst.m
        ecco_v4/plot_driver.m


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