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

Diff of /MITgcm/doc/tag-index

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

revision 1.7 by adcroft, Mon Jun 22 16:24:50 1998 UTC revision 1.36 by jmc, Tue Feb 20 22:24:48 2001 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint36
7     o implement Crank-Nirotropic time-stepping
8     o recover Time-Average diagnostics
9     o fix Pb in checkpoint (PR#19)
10     o AIM become a standard package ; clean unused CPP_kees
11    
12    checkpoint35
13     o subtantial rewrite of dynamics.f
14     o allows staggered time-stepping
15     o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
16     o added bottom drag (linear + quadratic)
17    
18    checkpoint34
19     o Modified exchange routines for correct reverse simulation.
20     o Added verification output to comply with bug fix in impldiff.F
21       as of c33 (exp2, natl_box).
22     o Corrected store directives in dynamics.F
23     o Corrected array boundaries in impldiff.F
24     o Corrected array dimensions in gmredi.
25       Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
26     o Added routine GLOBAL_SUM_INT to global_sum.F
27     o Added mdsio_gl.F for ECCO purposes.
28    
29    checkpoint33
30     o Fixed bug in lower BC in impldiff.F
31     o Fixed confusion about units of forcing arrays in FFIELDS.h
32       namely Fu,Fv,Qnet,Qsw,EmPmR:
33       - Removed verification/natl_box/code/external_fields_scale.F
34         (did not differ from that in model/src)
35       - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
36         (see FFIELDS.h for description)
37       - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
38         kpp_calc.F and kpp_transport_t.F
39       - Removed model/src/external_fields_scale.F and calls to it
40       - verification/natl_box uses flux data with "atmospheric" sign so
41         a special version of external_fields_load.F is used to
42         change the data as it's read in. This way, the arrays
43         have the right units and signs at all times tha a user could
44         possibly use them.
45     o Corrected genmake to delete a temporary file during configuration
46    
47    checkpoint32
48     o Scaling of forcing fields moved from external_forcing.F to
49       external_fields_scale.F, called directly after loading fields.
50     o Surface relaxation terms added to surface tendency fields in
51       extra subroutine.
52     o impldiff.F changed to avoid storing by TAMC of huge intermediate
53       fields.
54     o Changes in GMRedi to comply with packaging structure.
55     o Modifications and bug fixes in KPP package.
56     o Verification experiment for KPP added (verification/nat_box/)
57    
58    checkpoint31
59     o Packages interface brought in line with defined standard
60       -> new routines packages_...F
61       -> changes in initialise_fixed.F, initialise_varia.F
62       -> enables initialisation interface for ECCO package
63     o Rescaling of external forcing fields immediately after read
64       (removed from external_forcing.F)
65       -> new: surface_fields_scale.F
66       -> affects ini_foorcing.F, external_fields_load.F
67     o Computation of surface tendencies before tendency updates.
68       -> new: external_forcing_surf.F
69     o Change of variable names useGMRedi, useKPP, useECCO
70     o Further changes in dynamics.F, impldiff.F for TAMC
71     o Tested for experiments 0, 2, 4.
72       - not yet tested for GMRedi.
73       - not yet tested for KPP.
74    
75    checkpoint30
76     o Updates for OBCs
77     o New experiment for test OBCs (internal_wave)
78     o New output.txt in verification/exp4/results/
79     o Updates for KPP: calculation of viscosity corrected, new variables
80       kpp_dumpFreq and kpp_taveFreq
81     o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
82       and entry for T90 in genmake
83    
84    checkpoint29
85     o packaged KPP and GM/Redi
86    
87    checkpoint28
88     o Corrected initialization of hFacMin for difference vertical coordinates
89     o Modified calculation of partial cell thickness to more robust algorithm
90     o config_summary.F: replaced write_1D_... by write_0D_...
91       read_write.F: added subroutines write_0D_...
92     o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
93       included some initialisations required for TAMC.
94     o routine calc_isoslopes: modified sqrt computation to make it
95       differentiable for zero argument.
96     o routines dynamics, impldiff:
97       included store directives and tape key computations required for TAMC.
98     o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
99    
100    checkpoint27
101     o fixed calc_isoslopes() to so that cancellation of terms in tensor
102       formulation works properly with variable resolution.
103     o restructured the calling tree between the_model_main() and dynamics()
104     o split initialise() into initialise_fixed() and initialise_varia()
105     o introduced initialization file pSurfInitFile for free surface (cg2d_x)
106       in new routine ini_psurf()
107    
108    checkpoint26
109     o moved some #ifdef in optional routines to encompass everything
110       except the argument declarations. This was using up some memory.
111     o fixed macros like _ADT to work with both versions of Linux cpp
112     o cleaned up some unused and uninitialized variables
113       (helps when debugging with strict compile options)
114     o split up CPP_EEOPTIONS.h into options and macros
115       (macros are now in eesupp/inc/CPP_EEMACROS.h)
116     o patch for 2 processor JAM mode
117    
118    checkpoint25
119     o updates for OBCs and NH
120     o dramatically reduced memory usage
121     o added "JAM" routines for use on Artic network
122     o parameterization of convection by implicit vertical diffusion
123     o added a diagnostic of convective index
124     o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
125       (this is was partly for OBCs and NH but also in anticipation of
126        an explicit free-surface option)
127     o initial state input files for U and V
128    
129    checkpoint24
130     o Removed some spurious "REAL"s
131     o Updated KPP to latest version from JPL
132     o Added a COS(latitude) in horizontal viscosity
133    
134    checkpoint23
135     o Added del^4 diffusion for salt and temperature
136     o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
137    
138    checkpoint22
139     o Made many small changes: implicit none, format(i5), etc...
140     o Introduced KPP mixing scheme (compiles and runs but *not* tested)
141    
142    checkpoint21
143     o Introduced new I/O package that supports direct-access records (mdsio.F)
144     o Split-up mid-level I/O routines
145     o Updated input data for experiments 0,1,2,4 and 5
146     o Finally removed the genmake.* scripts (everyone seems happy with genmake)
147    
148    checkpoint20
149     o Tidied up open-boundaries some more
150     o Added non-hydrostatic code
151     o Fixed some input data
152     o Modified MPI start-up to work in "coupled" context.
153    
154    checkpoint19
155     o Tidied up directory structure for verification experiments.
156     o Added new code for open boundaries.
157     o Corrected advective terms near boundaries.
158     o Added CPP flag for "old UV" geometry and corrected spherical geometry.
159     o Implemented free-slip/no-slip BCs and del^4 dissipation.
160     o Split default parameters out of ini_parms.F into set_defaults.F.
161    
162    checkpoint18
163     o Further changes for optional code generation with
164       CPP - ugh!
165    
166    checkpoint17
167     o Beginning to incorporating modularity
168       for supporting atmos. and ocean configs.
169     o Small changes for TAMC complinace
170     o New ultra simple test case. Barotropic box
171       configuration "exp0".
172    
173    checkpoint16
174     o Minor changes to exchange routines to support
175       accumulation in reverse mode. Adjoint of an
176       assignment is an addition.
177     o Changes to support compilation by TAMC (LR(1)
178       syntax) and by g77 under Linux ( 72 character
179       limit ).
180    
181    checkpoint15
182     Rewrote exchange routines to allow
183     o General tile <-> tile connectivity.
184     o TAMC reverse mode flag ( is this really needed? )
185     o Variable width overlap and exchange region widths.
186     o Hooks for sharing data via DMA, Arctic, Memory Channel,
187       shmput/shmget, VIA, SYSV shmem and every other cool
188       communication method.
189    
190    checkpoint14
191     Consistent isomorphism chages made. These allow dynamical core
192     to support both pressure and meters as a vertical coordinate.
193    
194    checkpoint13
195     Release which corrects global_max problem and a couple
196     of KGM time-averaging diagnostic errors. Also contains
197     a double-gyre experiment setup as well as the baseline
198     4 degree global template. The double gyre template is
199     organised to allow it to be applied automatically to
200     the baseline configuration.
201    
202    branch-point-rdot
203     A few tidy-ups have been made bt the real point of this
204     check-point (excuse the pun) is to allow a branch to be
205     made for the purposes of adding the rDot alterations.
206     I don't want to commit the rDot to the main-trunk until
207     we've actually tested it...
208    
209    checkpoint12
210     Tidy up and added generic genmake script (formerly
211     configure script).
212     Released to testers.
213    
214    checkpoint11
215     Re-arranged initialise() and introduced ini_vertical_grid()
216     and ini_masks_etc().
217    
218    checkpoint10
219     Introduced the configure script.
220     Separated out the diags package.
221     Added template for writing time-averages of tile/intermediate quantities.
222     Updated SIZE.h in exp2 and made the data big-endian.
223    
224  checkpoint9  checkpoint9
225   MPI fix. Filename changes (meta/data). salbin*y stuff.   MPI fix. Filename changes (meta/data). salbin*y stuff.
226   General tidy-up.   General tidy-up.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.36

  ViewVC Help
Powered by ViewVC 1.1.22