/[MITgcm]/MITgcm_contrib/gael/matlab_class/sample_processing/example_interp.m
ViewVC logotype

Log of /MITgcm_contrib/gael/matlab_class/sample_processing/example_interp.m

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


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

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Mar 20 15:16:46 2016 UTC (9 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66o
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
- update after convert2vector.m revision


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 17:04:35 2016 UTC (9 years, 4 months ago) by gforget
Branch: MAIN
Changes since 1.18: +14 -0 lines
Diff to previous 1.18
- gcmfaces_interp_coeffs.m: add sparse matrix output (for interpolation using convert2vector.m).
- example_interp.m: add sparse matrix method exmaple (inactive).
- convert2vector.m: revised method ('new') that uses gcmfaces (old method remains the default).
- gcmfaces_interp_2d.m: remove extra ';'


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 04:42:20 2016 UTC (9 years, 4 months ago) by gforget
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
- fix non-gcmfaces input cases.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Jan 25 20:04:12 2016 UTC (9 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65t
Changes since 1.16: +20 -5 lines
Diff to previous 1.16
- gcmfaces_interp_2d.m: add the option to interpolate back to mygrid
- example_interp.m: illustrated the twice interpolated result
- remove: example_faces2latlon2faces.m and example_griddata.m


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jan 25 19:02:59 2016 UTC (9 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.15: +48 -33 lines
Diff to previous 1.15
- example_interp: recycle to demo gcmfaces_interp_2d and gcmfaces_remap_2d.
- gcmfaces_demo: replace call to example_remap with example_interp.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 16:25:52 2016 UTC (9 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.14: +3 -4 lines
Diff to previous 1.14
- gcmfaces_demo.m: improve help section, add comments wrt gcmfaces_global etc
- example*.m: homogeneize treatment of mygrid (don't reload if not needed)
  and path (use just gcmfaces_global)


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jan 11 17:30:11 2016 UTC (9 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.13: +10 -12 lines
Diff to previous 1.13
- revise handing of path, grid and input files, warnings and messages:


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Mar 20 15:41:43 2015 UTC (10 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65p, checkpoint65q, checkpoint65r
Changes since 1.12: +5 -13 lines
Diff to previous 1.12
- remove deprecated choiceGrid (or choiceV3orV4) switches and arguments


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 14:21:57 2014 UTC (10 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.11: +38 -23 lines
Diff to previous 1.11
- retire basic_diags_*.m and replace with example_transports.m
  and example_transports_disp.m using nctiles_climatology
- bring gcmfaces_demo.m and subroutines up to date.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Oct 20 21:03:16 2011 UTC (13 years, 9 months ago) by gforget
Branch: MAIN
Changes since 1.10: +13 -6 lines
Diff to previous 1.10
- example_interp.m : now starts from a 2x2 field.
- example_bin_average.m : now uses gcmfaces_bindata.
- add gcmfaces_msg calls for myenv.verbose>0.
- fix tabs.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 21:36:42 2011 UTC (13 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
- remove global mygrid; mygrid=[]; that is now redundant (see gcmfaces_global and grid_load).


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 19 17:36:11 2011 UTC (13 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
- use gcmfaces_global and myenv


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 21:21:22 2011 UTC (14 years, 1 month ago) by gforget
Branch: MAIN
Changes since 1.7: +10 -11 lines
Diff to previous 1.7
example_interp etc. are now functions
always reload grid
update grid_load and rdmds2gcmfaces calls (argument lists)


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 17:08:05 2011 UTC (14 years, 1 month ago) by gforget
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
-  replace mydir with gcmfaces_dir and MITprof_dir accordingly.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Apr 30 06:32:54 2010 UTC (15 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
added 'clear all;' at the start of tutorial routines


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Apr 30 06:19:35 2010 UTC (15 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
changing the sample input data directory name from
matlab_class_material to sample_input


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Apr 15 15:18:51 2010 UTC (15 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
adding / in pathes


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Feb 18 01:10:59 2010 UTC (15 years, 5 months ago) by gforget
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
guiding the user to change path names


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Feb 13 16:34:20 2010 UTC (15 years, 5 months ago) by gforget
Branch: MAIN
Changes since 1.1: +11 -17 lines
Diff to previous 1.1
use sample input data that can be obtained online


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Feb 10 14:52:05 2010 UTC (15 years, 5 months ago) by gforget
Branch: MAIN
matlab_class: example of data processing (to make llc model input using
		matlab_class/@gcmfaces)


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