/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Contents of /MITgcm/doc/tag-index

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


Revision 1.25 - (show annotations) (download)
Wed Apr 5 15:37:10 2000 UTC (24 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint26
Changes since 1.24: +11 -1 lines
New checkpoint

1 $Header: /u/gcmpack/models/MITgcmUV/doc/tag-index,v 1.24 2000/03/15 16:17:17 adcroft Exp $
2
3 Notes on tags used in MITgcmUV
4 ==============================
5
6 checkpoint26
7 o moved some #ifdef in optional routines to encompass everything
8 except the argument declarations. This was using up some memory.
9 o fixed macros like _ADT to work with both versions of Linux cpp
10 o cleaned up some unused and uninitialized variables
11 (helps when debugging with strict compile options)
12 o split up CPP_EEOPTIONS.h into options and macros
13 (macros are now in eesupp/inc/CPP_EEMACROS.h)
14 o patch for 2 processor JAM mode
15
16 checkpoint25
17 o updates for OBCs and NH
18 o dramatically reduced memory usage
19 o added "JAM" routines for use on Artic network
20 o parameterization of convection by implicit vertical diffusion
21 o added a diagnostic of convective index
22 o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
23 (this is was partly for OBCs and NH but also in anticipation of
24 an explicit free-surface option)
25 o initial state input files for U and V
26
27 checkpoint24
28 o Removed some spurious "REAL"s
29 o Updated KPP to latest version from JPL
30 o Added a COS(latitude) in horizontal viscosity
31
32 checkpoint23
33 o Added del^4 diffusion for salt and temperature
34 o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
35
36 checkpoint22
37 o Made many small changes: implicit none, format(i5), etc...
38 o Introduced KPP mixing scheme (compiles and runs but *not* tested)
39
40 checkpoint21
41 o Introduced new I/O package that supports direct-access records (mdsio.F)
42 o Split-up mid-level I/O routines
43 o Updated input data for experiments 0,1,2,4 and 5
44 o Finally removed the genmake.* scripts (everyone seems happy with genmake)
45
46 checkpoint20
47 o Tidied up open-boundaries some more
48 o Added non-hydrostatic code
49 o Fixed some input data
50 o Modified MPI start-up to work in "coupled" context.
51
52 checkpoint19
53 o Tidied up directory structure for verification experiments.
54 o Added new code for open boundaries.
55 o Corrected advective terms near boundaries.
56 o Added CPP flag for "old UV" geometry and corrected spherical geometry.
57 o Implemented free-slip/no-slip BCs and del^4 dissipation.
58 o Split default parameters out of ini_parms.F into set_defaults.F.
59
60 checkpoint18
61 o Further changes for optional code generation with
62 CPP - ugh!
63
64 checkpoint17
65 o Beginning to incorporating modularity
66 for supporting atmos. and ocean configs.
67 o Small changes for TAMC complinace
68 o New ultra simple test case. Barotropic box
69 configuration "exp0".
70
71 checkpoint16
72 o Minor changes to exchange routines to support
73 accumulation in reverse mode. Adjoint of an
74 assignment is an addition.
75 o Changes to support compilation by TAMC (LR(1)
76 syntax) and by g77 under Linux ( 72 character
77 limit ).
78
79 checkpoint15
80 Rewrote exchange routines to allow
81 o General tile <-> tile connectivity.
82 o TAMC reverse mode flag ( is this really needed? )
83 o Variable width overlap and exchange region widths.
84 o Hooks for sharing data via DMA, Arctic, Memory Channel,
85 shmput/shmget, VIA, SYSV shmem and every other cool
86 communication method.
87
88 checkpoint14
89 Consistent isomorphism chages made. These allow dynamical core
90 to support both pressure and meters as a vertical coordinate.
91
92 checkpoint13
93 Release which corrects global_max problem and a couple
94 of KGM time-averaging diagnostic errors. Also contains
95 a double-gyre experiment setup as well as the baseline
96 4 degree global template. The double gyre template is
97 organised to allow it to be applied automatically to
98 the baseline configuration.
99
100 branch-point-rdot
101 A few tidy-ups have been made bt the real point of this
102 check-point (excuse the pun) is to allow a branch to be
103 made for the purposes of adding the rDot alterations.
104 I don't want to commit the rDot to the main-trunk until
105 we've actually tested it...
106
107 checkpoint12
108 Tidy up and added generic genmake script (formerly
109 configure script).
110 Released to testers.
111
112 checkpoint11
113 Re-arranged initialise() and introduced ini_vertical_grid()
114 and ini_masks_etc().
115
116 checkpoint10
117 Introduced the configure script.
118 Separated out the diags package.
119 Added template for writing time-averages of tile/intermediate quantities.
120 Updated SIZE.h in exp2 and made the data big-endian.
121
122 checkpoint9
123 MPI fix. Filename changes (meta/data). salbin*y stuff.
124 General tidy-up.
125 SST.bin SSS.bin added to verification/exp2
126
127 checkpoint8
128 Inludes time-dependant forcing and time-averaging.
129 Works at 4x4 and 2.8125x2.8125 global
130
131 checkpoint7-4degree-ref
132 Branch from checkpoint7. Released for application to
133 global modeling and general modeling - process studies, regional
134 model etc..
135 Configured for verification/exp2 - 4 degree global, two process.
136
137 checkpoint7
138 Created by cnh
139 Simple 4 degree global simulation
140 configuration.
141 Includes climatological wind,
142 hydrography, bathymetry etc
143 Does not include Heat Flux and E-P
144
145 checkpoint6
146 Created by cnh
147 merged checkpoint5 with CD and
148 spherical polar code.
149 Still some problems with GM Redi
150 abd full topography.
151
152 checkpoint5
153 Created by AJA
154 contains updates to GM Redi
155 and reordered timestepping loop
156 for Implicit Diffusion.
157
158 checkpoint4
159 Created by cnh
160 Contains memory saving macros ( _rdxc etc..) for when
161 grid variations are limited.
162 Contains polynomial coeffs for EOS and knudsen program
163 for generation.
164
165 checkpoint3
166 Created by cnh
167 Added extra flags for runtime options
168 Added this file
169 Added implicit free-surface
170 Added pre-conditioner
171 Put compare01 into repository ( compare01/... )
172 Put data and eedata into repository ( verification/exp1 )
173
174 checkpoint2
175 Created by AJA
176 Added GM/Redi
177
178 checkpoint1
179 Created by AJA
180 Restructured kloop in dynamics.F
181 Added non-linear EOS
182
183 baseline
184 Original checked in code

  ViewVC Help
Powered by ViewVC 1.1.22