/[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.53 - (show annotations) (download)
Fri Sep 28 17:53:37 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
CVS Tags: release1_b1, checkpoint43, release1_beta1
Branch point for: release1, ecco-branch, release1_coupled
Changes since 1.52: +7 -1 lines
Annotation of c43.

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

  ViewVC Help
Powered by ViewVC 1.1.22