/[MITgcm]/MITgcm/pkg/mnc/Makefile
ViewVC logotype

Log of /MITgcm/pkg/mnc/Makefile

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


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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Feb 28 17:53:29 2005 UTC (19 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpint57u_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, checkpoint57t_post, checkpoint57v_post, checkpoint57w_post, checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre, checkpoint57z_post, checkpoint58, checkpoint58a_post, checkpoint58b_post, checkpoint58c_post, checkpoint58d_post, checkpoint58e_post, checkpoint58f_post, checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post, checkpoint58k_post, checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
 o fix obscure MNC bug involving conversion between reals and integers
   - it caused no problems with certain (eg. gcc, ifc) compilers but the
     new version is now more standards-compliant


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 18:26:56 2005 UTC (19 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57c_post, checkpoint57c_pre, checkpoint57d_post, eckpoint57e_pre
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
 o make the build more portable (hopefully!) by getting rid of some
   make "automatic variables"


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Oct 27 18:25:05 2004 UTC (19 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55i_post, checkpoint55j_post, checkpoint56, checkpoint56a_post, checkpoint56b_post, checkpoint56c_post, checkpoint57, checkpoint57a_post, checkpoint57a_pre, checkpoint57b_post
Changes since 1.14: +6 -2 lines
Diff to previous 1.14
 o fix Matt Mazloff's problem permanently by always removing any stray test
   files in pkg/mnc


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jul 27 03:24:37 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: 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
Changes since 1.13: +4 -3 lines
Diff to previous 1.13
 o check in a known-good stubs file so that we don't have to rely on
   the non-portable CPP "##" macro syntax


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jul 27 03:19:56 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
Changes since 1.12: +10 -1 lines
Diff to previous 1.12
 o build "stubs" (with "all" combinations of name mangling) for all the
     NetCDF functions used by MNC


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Mar 24 15:29:33 2004 UTC (20 years, 1 month ago) by edhill
Branch: MAIN
CVS Tags: 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
Changes since 1.11: +10 -38 lines
Diff to previous 1.11
 o in the MNC_CW_xxx_[R|W]_yyy calls, move the yyy=[R|D|I] part to
     a string variable within the argument list so that the output
     types are now run-time selectable
 o fix a bug in the initialization order -- ini_mnc_io() must be called
     after grid initialization


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Mar 8 21:15:49 2004 UTC (20 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52l_post, checkpoint52l_pre, hrcube5
Changes since 1.10: +21 -7 lines
Diff to previous 1.10
 o initial (working) version of MNC that reads pickup files
   - tested with global_ocean.cs32x15
   - has bugs in the checking of in-memory vs. NetCDF variable sizes


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Feb 5 00:13:47 2004 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52j_post, checkpoint52j_pre, checkpoint52k_post, hrcube4, hrcube_3
Changes since 1.9: +4 -3 lines
Diff to previous 1.9
 o getting closer to a usable MNC package through the "cw" layer:
   - numerous bug fixes
   - global attributes added
   - improved handling of the unlimited dimension
   - "cw" can handle variables with up to 7 dimensions
   - added list of pre-defined grid types


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Feb 4 05:45:09 2004 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
Changes since 1.8: +29 -11 lines
Diff to previous 1.8
 o working (though incomplete) version of the "wrapper":
   - 149 pre-defined grids:
     - all "meaningful" X,Y,Z,T combinations
     - X,Y with or without halos
     - Horiz: centered, U, V, and corner (vorticity) grids
     - Vert: centered or interface
   - just two function calls to write a variable using one of the
     pre-defined grids
 o tile numbering scheme for both cube and XY grids
 o read, write, and append NetCDF files
 o checks for (acceptable) re-definition of dims, grids, and vars
 o numerous small bug fixes
 o warning: the two mnc_model_* files are now broken/obsolete and
   will soon be removed


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 04:13:09 2004 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
 o more work on the file-independent layer ("wrapper")


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 05:47:32 2004 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
Changes since 1.6: +10 -6 lines
Diff to previous 1.6
 o first steps towards a "convenience wrapper" for pre-defined grid types
 o small clean-ups


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jan 25 00:22:57 2004 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
CVS Tags: hrcube_2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
 o new version of MNC "internals" with per-file association of all
     entities
 o first version with NetCDF read support
 o fixed the cleanup of internal lookup tables at file closure
 o numerous small bug fixes


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 03:32:42 2004 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52h_pre, checkpoint52i_post, checkpoint52i_pre
Changes since 1.4: +18 -3 lines
Diff to previous 1.4
 o write all "grid-info" variables with or without the "halo"
 o templates for type conversion [ _RS | _RL ] ==> NetCDF real | double
 o add version info (from doc/tag-index) to NetCDF output to help
     track which version of MITgcm produced the output


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 19:23:05 2004 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.3: +16 -0 lines
Diff to previous 1.3
 o mostly complete (and tested!) routines for writing per-tile "grid info"
   NetCDF files


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 07:29:12 2004 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52e_post, checkpoint52f_post, checkpoint52f_pre
Changes since 1.2: +6 -4 lines
Diff to previous 1.2
 o more functionality: dims, files, vars, attribs, ...
 o "make test" is working


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 23:19:27 2004 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
 o some initial functionality


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 21:38:27 2004 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
 o add testing skeleton


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