--- MITgcm/doc/tag-index 1998/07/02 14:20:04 1.9 +++ MITgcm/doc/tag-index 1998/11/03 15:31:08 1.16 @@ -1,8 +1,56 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.9 1998/07/02 14:20:04 adcroft Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.16 1998/11/03 15:31:08 cnh Exp $ Notes on tags used in MITgcmUV ============================== +checkpoint17 + o Beginning to incorporating modularity + for supporting atmos. and ocean configs. + o Small changes for TAMC complinace + o New ultra simple test case. Barotropic box + configuration "exp0". + +checkpoint16 + o Minor changes to exchange routines to support + accumulation in reverse mode. Adjoint of an + assignment is an addition. + o Changes to support compilation by TAMC (LR(1) + syntax) and by g77 under Linux ( 72 character + limit ). + +checkpoint15 + Rewrote exchange routines to allow + o General tile <-> tile connectivity. + o TAMC reverse mode flag ( is this really needed? ) + o Variable width overlap and exchange region widths. + o Hooks for sharing data via DMA, Arctic, Memory Channel, + shmput/shmget, VIA, SYSV shmem and every other cool + communication method. + +checkpoint14 + Consistent isomorphism chages made. These allow dynamical core + to support both pressure and meters as a vertical coordinate. + +checkpoint13 + Release which corrects global_max problem and a couple + of KGM time-averaging diagnostic errors. Also contains + a double-gyre experiment setup as well as the baseline + 4 degree global template. The double gyre template is + organised to allow it to be applied automatically to + the baseline configuration. + +branch-point-rdot + A few tidy-ups have been made bt the real point of this + check-point (excuse the pun) is to allow a branch to be + made for the purposes of adding the rDot alterations. + I don't want to commit the rDot to the main-trunk until + we've actually tested it... + +checkpoint12 + Tidy up and added generic genmake script (formerly + configure script). + Released to testers. + checkpoint11 Re-arranged initialise() and introduced ini_vertical_grid() and ini_masks_etc().