/[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.4.3 - (show annotations) (download)
Wed Feb 6 23:00:33 2002 UTC (22 years, 3 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco-branch-mod3
Changes since 1.53.4.2: +11 -1 lines
Creating ecco-branch-mod3;
This is the first set of changes to reconcile verification exp.
natl_box_adjoint. It only affects the ECCO environment.

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

  ViewVC Help
Powered by ViewVC 1.1.22