/[MITgcm]/MITgcm/utils/matlab/rdmnc.m
ViewVC logotype

Log of /MITgcm/utils/matlab/rdmnc.m

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


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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 09:12:21 2008 UTC (15 years, 10 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
replace '/' with filesep so that these poor windows-people without
cygwin can use rdmnc.m


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Mar 7 09:59:53 2007 UTC (17 years, 2 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58w_post, checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h, checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61
Changes since 1.15: +14 -1 lines
Diff to previous 1.15
add a hack to let rdmnc read netcdf files properly that have been
generated from tiled output with the fabulous script gluemnc. It
assumes that the netcdf file ends on *.glob.nc (which is what gluemnc
spits out), and modifies some global attributes that rdmnc needs to
properly recognize the field size.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Mar 3 21:40:45 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
fix reading multiple files with different number of time reccords.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Feb 19 22:38:52 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.13: +21 -14 lines
Diff to previous 1.13
modified to work with singleton dimension in Z ;
 stop if find no file ; stop if T & iter are missing.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 19 03:43:36 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.12: +32 -10 lines
Diff to previous 1.12
clean-up after replacing the squeeze(); put back some debuging print ;
modified to work with singleton dimension in X ;


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 23:49:43 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.11: +3 -0 lines
Diff to previous 1.11
add $Header:  $ and $Name:  & (for CVS)


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Feb 15 10:57:59 2007 UTC (17 years, 3 months ago) by mlosch
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
 replace a squeeze() with a shiftdim(), so that rdmnc works also with
 vertical slabs, eg. size(Temp) = [ nx 1 nz nt ], because shiftdim
 only deletes the leading singleton dimensions, whereas squeeze
 deletes all singleton dimension


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 14:03:13 2006 UTC (17 years, 9 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
put back old behavior, if iters=inf/NaN (last record/all records),
sowhow this was lost along the way


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jun 30 19:28:01 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58k_post, checkpoint58l_post, checkpoint58m_post
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
put it back where it was before.


Revision 1.8
Thu Jun 29 18:50:25 2006 UTC (17 years, 10 months ago) by enderton
Branch: MAIN
Changes since 1.7: +0 -0 lines
FILE REMOVED
Moving rdmnc.m to utils/matlab/Graphix/GraphixUtility


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri May 12 16:52:09 2006 UTC (18 years ago) by enderton
Branch: MAIN
CVS Tags: checkpoint58e_post, checkpoint58f_post, checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Make sure proper iterations read in


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Feb 28 23:55:28 2006 UTC (18 years, 2 months ago) by enderton
Branch: MAIN
CVS Tags: checkpoint58b_post, checkpoint58c_post, checkpoint58d_post
Changes since 1.5: +10 -7 lines
Diff to previous 1.5
Fixed a bug relating to recognizing z coordinate singleton dimension


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Oct 20 15:19:49 2005 UTC (18 years, 7 months ago) by enderton
Branch: MAIN
CVS Tags: checkpoint57w_post, checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre, checkpoint57z_post, checkpoint58, checkpoint58a_post
Changes since 1.4: +1 -0 lines
Diff to previous 1.4
Removed iteration check


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Oct 18 19:24:06 2005 UTC (18 years, 7 months ago) by enderton
Branch: MAIN
Changes since 1.3: +11 -7 lines
Diff to previous 1.3
Various updates.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Sep 22 04:43:34 2005 UTC (18 years, 8 months ago) by enderton
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57t_post, checkpoint57v_post
Changes since 1.2: +169 -180 lines
Diff to previous 1.2
Modification enabling:
(1)  Reading files from directories other than where rdmnc is present.
(2)  Reading field where one iteration spans multiple files.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Feb 2 10:31:22 2005 UTC (19 years, 3 months ago) by mlosch
Branch: MAIN
CVS Tags: 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, checkpoint57q_post, checkpoint57r_post, checkpoint57s_post, eckpoint57e_pre
Changes since 1.1: +15 -7 lines
Diff to previous 1.1
o make rdmnc also work with Matlab 6.1
  -not pretty, but now it works for both Matlab 6 and 7


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 8 16:45:56 2004 UTC (20 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: 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, hrcube5
Rudimentary script for reading distributed netcdf files.


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