/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Annotation of /MITgcm/doc/tag-index

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.25 - (hide annotations) (download)
Wed Apr 5 15:37:10 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint26
Changes since 1.24: +11 -1 lines
New checkpoint

1 adcroft 1.25 $Header: /u/gcmpack/models/MITgcmUV/doc/tag-index,v 1.24 2000/03/15 16:17:17 adcroft Exp $
2 cnh 1.1
3     Notes on tags used in MITgcmUV
4     ==============================
5 adcroft 1.25
6     checkpoint26
7     o moved some #ifdef in optional routines to encompass everything
8     except the argument declarations. This was using up some memory.
9     o fixed macros like _ADT to work with both versions of Linux cpp
10     o cleaned up some unused and uninitialized variables
11     (helps when debugging with strict compile options)
12     o split up CPP_EEOPTIONS.h into options and macros
13     (macros are now in eesupp/inc/CPP_EEMACROS.h)
14     o patch for 2 processor JAM mode
15 adcroft 1.24
16     checkpoint25
17     o updates for OBCs and NH
18     o dramatically reduced memory usage
19     o added "JAM" routines for use on Artic network
20     o parameterization of convection by implicit vertical diffusion
21     o added a diagnostic of convective index
22     o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
23     (this is was partly for OBCs and NH but also in anticipation of
24     an explicit free-surface option)
25     o initial state input files for U and V
26 adcroft 1.23
27     checkpoint24
28     o Removed some spurious "REAL"s
29     o Updated KPP to latest version from JPL
30     o Added a COS(latitude) in horizontal viscosity
31 adcroft 1.22
32     checkpoint23
33     o Added del^4 diffusion for salt and temperature
34     o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
35 adcroft 1.21
36     checkpoint22
37     o Made many small changes: implicit none, format(i5), etc...
38     o Introduced KPP mixing scheme (compiles and runs but *not* tested)
39 adcroft 1.20
40     checkpoint21
41     o Introduced new I/O package that supports direct-access records (mdsio.F)
42     o Split-up mid-level I/O routines
43     o Updated input data for experiments 0,1,2,4 and 5
44     o Finally removed the genmake.* scripts (everyone seems happy with genmake)
45 adcroft 1.18
46 adcroft 1.19 checkpoint20
47     o Tidied up open-boundaries some more
48     o Added non-hydrostatic code
49     o Fixed some input data
50     o Modified MPI start-up to work in "coupled" context.
51    
52 adcroft 1.18 checkpoint19
53     o Tidied up directory structure for verification experiments.
54     o Added new code for open boundaries.
55     o Corrected advective terms near boundaries.
56     o Added CPP flag for "old UV" geometry and corrected spherical geometry.
57     o Implemented free-slip/no-slip BCs and del^4 dissipation.
58 adcroft 1.19 o Split default parameters out of ini_parms.F into set_defaults.F.
59 cnh 1.17
60     checkpoint18
61     o Further changes for optional code generation with
62     CPP - ugh!
63 cnh 1.16
64     checkpoint17
65     o Beginning to incorporating modularity
66     for supporting atmos. and ocean configs.
67     o Small changes for TAMC complinace
68     o New ultra simple test case. Barotropic box
69     configuration "exp0".
70 cnh 1.15
71     checkpoint16
72     o Minor changes to exchange routines to support
73     accumulation in reverse mode. Adjoint of an
74     assignment is an addition.
75     o Changes to support compilation by TAMC (LR(1)
76     syntax) and by g77 under Linux ( 72 character
77     limit ).
78 cnh 1.14
79     checkpoint15
80     Rewrote exchange routines to allow
81     o General tile <-> tile connectivity.
82     o TAMC reverse mode flag ( is this really needed? )
83     o Variable width overlap and exchange region widths.
84     o Hooks for sharing data via DMA, Arctic, Memory Channel,
85     shmput/shmget, VIA, SYSV shmem and every other cool
86     communication method.
87 cnh 1.13
88     checkpoint14
89     Consistent isomorphism chages made. These allow dynamical core
90     to support both pressure and meters as a vertical coordinate.
91 cnh 1.12
92     checkpoint13
93     Release which corrects global_max problem and a couple
94     of KGM time-averaging diagnostic errors. Also contains
95     a double-gyre experiment setup as well as the baseline
96     4 degree global template. The double gyre template is
97     organised to allow it to be applied automatically to
98     the baseline configuration.
99 adcroft 1.11
100     branch-point-rdot
101     A few tidy-ups have been made bt the real point of this
102     check-point (excuse the pun) is to allow a branch to be
103     made for the purposes of adding the rDot alterations.
104     I don't want to commit the rDot to the main-trunk until
105     we've actually tested it...
106 cnh 1.10
107     checkpoint12
108     Tidy up and added generic genmake script (formerly
109     configure script).
110     Released to testers.
111 adcroft 1.9
112     checkpoint11
113     Re-arranged initialise() and introduced ini_vertical_grid()
114     and ini_masks_etc().
115 adcroft 1.8
116     checkpoint10
117     Introduced the configure script.
118     Separated out the diags package.
119     Added template for writing time-averages of tile/intermediate quantities.
120     Updated SIZE.h in exp2 and made the data big-endian.
121 adcroft 1.7
122     checkpoint9
123     MPI fix. Filename changes (meta/data). salbin*y stuff.
124     General tidy-up.
125     SST.bin SSS.bin added to verification/exp2
126 adcroft 1.6
127     checkpoint8
128     Inludes time-dependant forcing and time-averaging.
129     Works at 4x4 and 2.8125x2.8125 global
130    
131     checkpoint7-4degree-ref
132     Branch from checkpoint7. Released for application to
133     global modeling and general modeling - process studies, regional
134     model etc..
135     Configured for verification/exp2 - 4 degree global, two process.
136 cnh 1.5
137     checkpoint7
138     Created by cnh
139     Simple 4 degree global simulation
140     configuration.
141     Includes climatological wind,
142     hydrography, bathymetry etc
143     Does not include Heat Flux and E-P
144 cnh 1.4
145     checkpoint6
146     Created by cnh
147     merged checkpoint5 with CD and
148     spherical polar code.
149     Still some problems with GM Redi
150     abd full topography.
151 cnh 1.3
152     checkpoint5
153     Created by AJA
154     contains updates to GM Redi
155     and reordered timestepping loop
156     for Implicit Diffusion.
157 cnh 1.2
158     checkpoint4
159     Created by cnh
160     Contains memory saving macros ( _rdxc etc..) for when
161     grid variations are limited.
162     Contains polynomial coeffs for EOS and knudsen program
163     for generation.
164    
165 cnh 1.1 checkpoint3
166     Created by cnh
167     Added extra flags for runtime options
168     Added this file
169     Added implicit free-surface
170     Added pre-conditioner
171     Put compare01 into repository ( compare01/... )
172     Put data and eedata into repository ( verification/exp1 )
173    
174     checkpoint2
175     Created by AJA
176     Added GM/Redi
177    
178     checkpoint1
179     Created by AJA
180     Restructured kloop in dynamics.F
181     Added non-linear EOS
182    
183 cnh 1.2 baseline
184     Original checked in code
185 cnh 1.1

  ViewVC Help
Powered by ViewVC 1.1.22