/[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.41 - (show annotations) (download)
Fri Jul 13 18:08:14 2001 UTC (22 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre2
Changes since 1.40: +7 -1 lines
Doc. for checkpoint40pre2

1 $Header: /u/gcmpack/models/MITgcmUV/doc/tag-index,v 1.40 2001/05/14 22:19:51 heimbach Exp $
2
3 Notes on tags used in MITgcmUV
4 ==============================
5 checkpoint40pre2
6 o Updated to latest branch of AJA, JMC
7 o Added gradient check package
8 o Added routines for passive tracer handling
9 o Added carbon sequestration sensitivity experiment
10
11 checkpoint39
12 o Modifications and fixes to support TAMC
13 (mainly missing or wrong directives)
14 o Corrected common blocks when fooling TAMC to produce adjoint I/O
15 in addummy_in_stepping
16 o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
17 o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
18 o Included following packages:
19 cal: calendar
20 exf: external forcing
21 ecco: essential routines to control use of cal, exf
22 (NB: this is not the full ECCO environment)
23 o disabled some packages by default in genmake
24
25 checkpoint38
26 o see notes_c37_adj.txt
27 o corrected wrong layer index in external_forcing_t
28 o replaced the_main_loop/forward_step by the_main_loop
29 o removed forceoutput from write_state
30 (replaced criteria for initial/final state)
31 o added runtime flag for pre-C35 pickups: usePickupBeforeC35
32
33 checkpoint37
34 o mdsio.F routine split and packaged in pkg/mdsio
35 (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
36 used unless genmake -disable=mdsio)
37 o allow a more precise surface-geopotential gradient for the atmosphere
38 taking into account the change in space of Alpha (=1/rho) at the surface.
39 o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
40 (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
41 o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
42 Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
43 [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
44 o Time-Average diagnostics defined as a pseudo package "timeave".
45 o pickup files : old pickup (before c35) did not work with new code (c35
46 and after) unless activating 2 commented lines in initialise-varia.
47 o Non-Hydrostatic pickup file Pb fixed.
48 o bug with Rigid-lid version (since c35) fixed.
49
50 checkpoint36
51 o implement Crank-Nickelson barotropic time-stepping
52 o recover Time-Average diagnostics
53 o fix Pb in checkpoint (PR#19)
54 o AIM become a standard package ; clean unused CPP_kees
55
56 checkpoint35
57 o subtantial rewrite of dynamics.f
58 o allows staggered time-stepping
59 o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
60 o added bottom drag (linear + quadratic)
61
62 checkpoint34
63 o Modified exchange routines for correct reverse simulation.
64 o Added verification output to comply with bug fix in impldiff.F
65 as of c33 (exp2, natl_box).
66 o Corrected store directives in dynamics.F
67 o Corrected array boundaries in impldiff.F
68 o Corrected array dimensions in gmredi.
69 Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
70 o Added routine GLOBAL_SUM_INT to global_sum.F
71 o Added mdsio_gl.F for ECCO purposes.
72
73 checkpoint33
74 o Fixed bug in lower BC in impldiff.F
75 o Fixed confusion about units of forcing arrays in FFIELDS.h
76 namely Fu,Fv,Qnet,Qsw,EmPmR:
77 - Removed verification/natl_box/code/external_fields_scale.F
78 (did not differ from that in model/src)
79 - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
80 (see FFIELDS.h for description)
81 - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
82 kpp_calc.F and kpp_transport_t.F
83 - Removed model/src/external_fields_scale.F and calls to it
84 - verification/natl_box uses flux data with "atmospheric" sign so
85 a special version of external_fields_load.F is used to
86 change the data as it's read in. This way, the arrays
87 have the right units and signs at all times tha a user could
88 possibly use them.
89 o Corrected genmake to delete a temporary file during configuration
90
91 checkpoint32
92 o Scaling of forcing fields moved from external_forcing.F to
93 external_fields_scale.F, called directly after loading fields.
94 o Surface relaxation terms added to surface tendency fields in
95 extra subroutine.
96 o impldiff.F changed to avoid storing by TAMC of huge intermediate
97 fields.
98 o Changes in GMRedi to comply with packaging structure.
99 o Modifications and bug fixes in KPP package.
100 o Verification experiment for KPP added (verification/nat_box/)
101
102 checkpoint31
103 o Packages interface brought in line with defined standard
104 -> new routines packages_...F
105 -> changes in initialise_fixed.F, initialise_varia.F
106 -> enables initialisation interface for ECCO package
107 o Rescaling of external forcing fields immediately after read
108 (removed from external_forcing.F)
109 -> new: surface_fields_scale.F
110 -> affects ini_foorcing.F, external_fields_load.F
111 o Computation of surface tendencies before tendency updates.
112 -> new: external_forcing_surf.F
113 o Change of variable names useGMRedi, useKPP, useECCO
114 o Further changes in dynamics.F, impldiff.F for TAMC
115 o Tested for experiments 0, 2, 4.
116 - not yet tested for GMRedi.
117 - not yet tested for KPP.
118
119 checkpoint30
120 o Updates for OBCs
121 o New experiment for test OBCs (internal_wave)
122 o New output.txt in verification/exp4/results/
123 o Updates for KPP: calculation of viscosity corrected, new variables
124 kpp_dumpFreq and kpp_taveFreq
125 o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
126 and entry for T90 in genmake
127
128 checkpoint29
129 o packaged KPP and GM/Redi
130
131 checkpoint28
132 o Corrected initialization of hFacMin for difference vertical coordinates
133 o Modified calculation of partial cell thickness to more robust algorithm
134 o config_summary.F: replaced write_1D_... by write_0D_...
135 read_write.F: added subroutines write_0D_...
136 o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
137 included some initialisations required for TAMC.
138 o routine calc_isoslopes: modified sqrt computation to make it
139 differentiable for zero argument.
140 o routines dynamics, impldiff:
141 included store directives and tape key computations required for TAMC.
142 o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
143
144 checkpoint27
145 o fixed calc_isoslopes() to so that cancellation of terms in tensor
146 formulation works properly with variable resolution.
147 o restructured the calling tree between the_model_main() and dynamics()
148 o split initialise() into initialise_fixed() and initialise_varia()
149 o introduced initialization file pSurfInitFile for free surface (cg2d_x)
150 in new routine ini_psurf()
151
152 checkpoint26
153 o moved some #ifdef in optional routines to encompass everything
154 except the argument declarations. This was using up some memory.
155 o fixed macros like _ADT to work with both versions of Linux cpp
156 o cleaned up some unused and uninitialized variables
157 (helps when debugging with strict compile options)
158 o split up CPP_EEOPTIONS.h into options and macros
159 (macros are now in eesupp/inc/CPP_EEMACROS.h)
160 o patch for 2 processor JAM mode
161
162 checkpoint25
163 o updates for OBCs and NH
164 o dramatically reduced memory usage
165 o added "JAM" routines for use on Artic network
166 o parameterization of convection by implicit vertical diffusion
167 o added a diagnostic of convective index
168 o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
169 (this is was partly for OBCs and NH but also in anticipation of
170 an explicit free-surface option)
171 o initial state input files for U and V
172
173 checkpoint24
174 o Removed some spurious "REAL"s
175 o Updated KPP to latest version from JPL
176 o Added a COS(latitude) in horizontal viscosity
177
178 checkpoint23
179 o Added del^4 diffusion for salt and temperature
180 o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
181
182 checkpoint22
183 o Made many small changes: implicit none, format(i5), etc...
184 o Introduced KPP mixing scheme (compiles and runs but *not* tested)
185
186 checkpoint21
187 o Introduced new I/O package that supports direct-access records (mdsio.F)
188 o Split-up mid-level I/O routines
189 o Updated input data for experiments 0,1,2,4 and 5
190 o Finally removed the genmake.* scripts (everyone seems happy with genmake)
191
192 checkpoint20
193 o Tidied up open-boundaries some more
194 o Added non-hydrostatic code
195 o Fixed some input data
196 o Modified MPI start-up to work in "coupled" context.
197
198 checkpoint19
199 o Tidied up directory structure for verification experiments.
200 o Added new code for open boundaries.
201 o Corrected advective terms near boundaries.
202 o Added CPP flag for "old UV" geometry and corrected spherical geometry.
203 o Implemented free-slip/no-slip BCs and del^4 dissipation.
204 o Split default parameters out of ini_parms.F into set_defaults.F.
205
206 checkpoint18
207 o Further changes for optional code generation with
208 CPP - ugh!
209
210 checkpoint17
211 o Beginning to incorporating modularity
212 for supporting atmos. and ocean configs.
213 o Small changes for TAMC complinace
214 o New ultra simple test case. Barotropic box
215 configuration "exp0".
216
217 checkpoint16
218 o Minor changes to exchange routines to support
219 accumulation in reverse mode. Adjoint of an
220 assignment is an addition.
221 o Changes to support compilation by TAMC (LR(1)
222 syntax) and by g77 under Linux ( 72 character
223 limit ).
224
225 checkpoint15
226 Rewrote exchange routines to allow
227 o General tile <-> tile connectivity.
228 o TAMC reverse mode flag ( is this really needed? )
229 o Variable width overlap and exchange region widths.
230 o Hooks for sharing data via DMA, Arctic, Memory Channel,
231 shmput/shmget, VIA, SYSV shmem and every other cool
232 communication method.
233
234 checkpoint14
235 Consistent isomorphism chages made. These allow dynamical core
236 to support both pressure and meters as a vertical coordinate.
237
238 checkpoint13
239 Release which corrects global_max problem and a couple
240 of KGM time-averaging diagnostic errors. Also contains
241 a double-gyre experiment setup as well as the baseline
242 4 degree global template. The double gyre template is
243 organised to allow it to be applied automatically to
244 the baseline configuration.
245
246 branch-point-rdot
247 A few tidy-ups have been made bt the real point of this
248 check-point (excuse the pun) is to allow a branch to be
249 made for the purposes of adding the rDot alterations.
250 I don't want to commit the rDot to the main-trunk until
251 we've actually tested it...
252
253 checkpoint12
254 Tidy up and added generic genmake script (formerly
255 configure script).
256 Released to testers.
257
258 checkpoint11
259 Re-arranged initialise() and introduced ini_vertical_grid()
260 and ini_masks_etc().
261
262 checkpoint10
263 Introduced the configure script.
264 Separated out the diags package.
265 Added template for writing time-averages of tile/intermediate quantities.
266 Updated SIZE.h in exp2 and made the data big-endian.
267
268 checkpoint9
269 MPI fix. Filename changes (meta/data). salbin*y stuff.
270 General tidy-up.
271 SST.bin SSS.bin added to verification/exp2
272
273 checkpoint8
274 Inludes time-dependant forcing and time-averaging.
275 Works at 4x4 and 2.8125x2.8125 global
276
277 checkpoint7-4degree-ref
278 Branch from checkpoint7. Released for application to
279 global modeling and general modeling - process studies, regional
280 model etc..
281 Configured for verification/exp2 - 4 degree global, two process.
282
283 checkpoint7
284 Created by cnh
285 Simple 4 degree global simulation
286 configuration.
287 Includes climatological wind,
288 hydrography, bathymetry etc
289 Does not include Heat Flux and E-P
290
291 checkpoint6
292 Created by cnh
293 merged checkpoint5 with CD and
294 spherical polar code.
295 Still some problems with GM Redi
296 abd full topography.
297
298 checkpoint5
299 Created by AJA
300 contains updates to GM Redi
301 and reordered timestepping loop
302 for Implicit Diffusion.
303
304 checkpoint4
305 Created by cnh
306 Contains memory saving macros ( _rdxc etc..) for when
307 grid variations are limited.
308 Contains polynomial coeffs for EOS and knudsen program
309 for generation.
310
311 checkpoint3
312 Created by cnh
313 Added extra flags for runtime options
314 Added this file
315 Added implicit free-surface
316 Added pre-conditioner
317 Put compare01 into repository ( compare01/... )
318 Put data and eedata into repository ( verification/exp1 )
319
320 checkpoint2
321 Created by AJA
322 Added GM/Redi
323
324 checkpoint1
325 Created by AJA
326 Restructured kloop in dynamics.F
327 Added non-linear EOS
328
329 baseline
330 Original checked in code

  ViewVC Help
Powered by ViewVC 1.1.22