/[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.10 - (show annotations) (download)
Tue Mar 26 08:28:14 2002 UTC (22 years, 2 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c44_e20
Changes since 1.53.4.9: +9 -1 lines
Generating ecco_c44_e20

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

  ViewVC Help
Powered by ViewVC 1.1.22