/[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.38 - (show annotations) (download)
Tue Apr 10 22:35:24 2001 UTC (23 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint38
Changes since 1.37: +8 -1 lines
See doc/tag-index and doc/notes_c37_adj.txt
Preparation for stand-alone autodifferentiability.

1 $Header: /u/gcmpack/models/MITgcmUV/doc/tag-index,v 1.37 2001/03/13 01:15:09 jmc Exp $
2
3 Notes on tags used in MITgcmUV
4 ==============================
5 checkpoint38
6 o see notes_c37_adj.txt
7 o corrected wrong layer index in external_forcing_t
8 o replaced the_main_loop/forward_step by the_main_loop
9 o removed forceoutput from write_state
10 (replaced criteria for initial/final state)
11 o added runtime flag for pre-C35 pickups: usePickupBeforeC35
12
13 checkpoint37
14 o mdsio.F routine split and packaged in pkg/mdsio
15 (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
16 used unless genmake -disable=mdsio)
17 o allow a more precise surface-geopotential gradient for the atmosphere
18 taking into account the change in space of Alpha (=1/rho) at the surface.
19 o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
20 (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
21 o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
22 Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
23 [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
24 o Time-Average diagnostics defined as a pseudo package "timeave".
25 o pickup files : old pickup (before c35) did not work with new code (c35
26 and after) unless activating 2 commented lines in initialise-varia.
27 o Non-Hydrostatic pickup file Pb fixed.
28 o bug with Rigid-lid version (since c35) fixed.
29
30 checkpoint36
31 o implement Crank-Nickelson barotropic time-stepping
32 o recover Time-Average diagnostics
33 o fix Pb in checkpoint (PR#19)
34 o AIM become a standard package ; clean unused CPP_kees
35
36 checkpoint35
37 o subtantial rewrite of dynamics.f
38 o allows staggered time-stepping
39 o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
40 o added bottom drag (linear + quadratic)
41
42 checkpoint34
43 o Modified exchange routines for correct reverse simulation.
44 o Added verification output to comply with bug fix in impldiff.F
45 as of c33 (exp2, natl_box).
46 o Corrected store directives in dynamics.F
47 o Corrected array boundaries in impldiff.F
48 o Corrected array dimensions in gmredi.
49 Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
50 o Added routine GLOBAL_SUM_INT to global_sum.F
51 o Added mdsio_gl.F for ECCO purposes.
52
53 checkpoint33
54 o Fixed bug in lower BC in impldiff.F
55 o Fixed confusion about units of forcing arrays in FFIELDS.h
56 namely Fu,Fv,Qnet,Qsw,EmPmR:
57 - Removed verification/natl_box/code/external_fields_scale.F
58 (did not differ from that in model/src)
59 - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
60 (see FFIELDS.h for description)
61 - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
62 kpp_calc.F and kpp_transport_t.F
63 - Removed model/src/external_fields_scale.F and calls to it
64 - verification/natl_box uses flux data with "atmospheric" sign so
65 a special version of external_fields_load.F is used to
66 change the data as it's read in. This way, the arrays
67 have the right units and signs at all times tha a user could
68 possibly use them.
69 o Corrected genmake to delete a temporary file during configuration
70
71 checkpoint32
72 o Scaling of forcing fields moved from external_forcing.F to
73 external_fields_scale.F, called directly after loading fields.
74 o Surface relaxation terms added to surface tendency fields in
75 extra subroutine.
76 o impldiff.F changed to avoid storing by TAMC of huge intermediate
77 fields.
78 o Changes in GMRedi to comply with packaging structure.
79 o Modifications and bug fixes in KPP package.
80 o Verification experiment for KPP added (verification/nat_box/)
81
82 checkpoint31
83 o Packages interface brought in line with defined standard
84 -> new routines packages_...F
85 -> changes in initialise_fixed.F, initialise_varia.F
86 -> enables initialisation interface for ECCO package
87 o Rescaling of external forcing fields immediately after read
88 (removed from external_forcing.F)
89 -> new: surface_fields_scale.F
90 -> affects ini_foorcing.F, external_fields_load.F
91 o Computation of surface tendencies before tendency updates.
92 -> new: external_forcing_surf.F
93 o Change of variable names useGMRedi, useKPP, useECCO
94 o Further changes in dynamics.F, impldiff.F for TAMC
95 o Tested for experiments 0, 2, 4.
96 - not yet tested for GMRedi.
97 - not yet tested for KPP.
98
99 checkpoint30
100 o Updates for OBCs
101 o New experiment for test OBCs (internal_wave)
102 o New output.txt in verification/exp4/results/
103 o Updates for KPP: calculation of viscosity corrected, new variables
104 kpp_dumpFreq and kpp_taveFreq
105 o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
106 and entry for T90 in genmake
107
108 checkpoint29
109 o packaged KPP and GM/Redi
110
111 checkpoint28
112 o Corrected initialization of hFacMin for difference vertical coordinates
113 o Modified calculation of partial cell thickness to more robust algorithm
114 o config_summary.F: replaced write_1D_... by write_0D_...
115 read_write.F: added subroutines write_0D_...
116 o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
117 included some initialisations required for TAMC.
118 o routine calc_isoslopes: modified sqrt computation to make it
119 differentiable for zero argument.
120 o routines dynamics, impldiff:
121 included store directives and tape key computations required for TAMC.
122 o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
123
124 checkpoint27
125 o fixed calc_isoslopes() to so that cancellation of terms in tensor
126 formulation works properly with variable resolution.
127 o restructured the calling tree between the_model_main() and dynamics()
128 o split initialise() into initialise_fixed() and initialise_varia()
129 o introduced initialization file pSurfInitFile for free surface (cg2d_x)
130 in new routine ini_psurf()
131
132 checkpoint26
133 o moved some #ifdef in optional routines to encompass everything
134 except the argument declarations. This was using up some memory.
135 o fixed macros like _ADT to work with both versions of Linux cpp
136 o cleaned up some unused and uninitialized variables
137 (helps when debugging with strict compile options)
138 o split up CPP_EEOPTIONS.h into options and macros
139 (macros are now in eesupp/inc/CPP_EEMACROS.h)
140 o patch for 2 processor JAM mode
141
142 checkpoint25
143 o updates for OBCs and NH
144 o dramatically reduced memory usage
145 o added "JAM" routines for use on Artic network
146 o parameterization of convection by implicit vertical diffusion
147 o added a diagnostic of convective index
148 o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
149 (this is was partly for OBCs and NH but also in anticipation of
150 an explicit free-surface option)
151 o initial state input files for U and V
152
153 checkpoint24
154 o Removed some spurious "REAL"s
155 o Updated KPP to latest version from JPL
156 o Added a COS(latitude) in horizontal viscosity
157
158 checkpoint23
159 o Added del^4 diffusion for salt and temperature
160 o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
161
162 checkpoint22
163 o Made many small changes: implicit none, format(i5), etc...
164 o Introduced KPP mixing scheme (compiles and runs but *not* tested)
165
166 checkpoint21
167 o Introduced new I/O package that supports direct-access records (mdsio.F)
168 o Split-up mid-level I/O routines
169 o Updated input data for experiments 0,1,2,4 and 5
170 o Finally removed the genmake.* scripts (everyone seems happy with genmake)
171
172 checkpoint20
173 o Tidied up open-boundaries some more
174 o Added non-hydrostatic code
175 o Fixed some input data
176 o Modified MPI start-up to work in "coupled" context.
177
178 checkpoint19
179 o Tidied up directory structure for verification experiments.
180 o Added new code for open boundaries.
181 o Corrected advective terms near boundaries.
182 o Added CPP flag for "old UV" geometry and corrected spherical geometry.
183 o Implemented free-slip/no-slip BCs and del^4 dissipation.
184 o Split default parameters out of ini_parms.F into set_defaults.F.
185
186 checkpoint18
187 o Further changes for optional code generation with
188 CPP - ugh!
189
190 checkpoint17
191 o Beginning to incorporating modularity
192 for supporting atmos. and ocean configs.
193 o Small changes for TAMC complinace
194 o New ultra simple test case. Barotropic box
195 configuration "exp0".
196
197 checkpoint16
198 o Minor changes to exchange routines to support
199 accumulation in reverse mode. Adjoint of an
200 assignment is an addition.
201 o Changes to support compilation by TAMC (LR(1)
202 syntax) and by g77 under Linux ( 72 character
203 limit ).
204
205 checkpoint15
206 Rewrote exchange routines to allow
207 o General tile <-> tile connectivity.
208 o TAMC reverse mode flag ( is this really needed? )
209 o Variable width overlap and exchange region widths.
210 o Hooks for sharing data via DMA, Arctic, Memory Channel,
211 shmput/shmget, VIA, SYSV shmem and every other cool
212 communication method.
213
214 checkpoint14
215 Consistent isomorphism chages made. These allow dynamical core
216 to support both pressure and meters as a vertical coordinate.
217
218 checkpoint13
219 Release which corrects global_max problem and a couple
220 of KGM time-averaging diagnostic errors. Also contains
221 a double-gyre experiment setup as well as the baseline
222 4 degree global template. The double gyre template is
223 organised to allow it to be applied automatically to
224 the baseline configuration.
225
226 branch-point-rdot
227 A few tidy-ups have been made bt the real point of this
228 check-point (excuse the pun) is to allow a branch to be
229 made for the purposes of adding the rDot alterations.
230 I don't want to commit the rDot to the main-trunk until
231 we've actually tested it...
232
233 checkpoint12
234 Tidy up and added generic genmake script (formerly
235 configure script).
236 Released to testers.
237
238 checkpoint11
239 Re-arranged initialise() and introduced ini_vertical_grid()
240 and ini_masks_etc().
241
242 checkpoint10
243 Introduced the configure script.
244 Separated out the diags package.
245 Added template for writing time-averages of tile/intermediate quantities.
246 Updated SIZE.h in exp2 and made the data big-endian.
247
248 checkpoint9
249 MPI fix. Filename changes (meta/data). salbin*y stuff.
250 General tidy-up.
251 SST.bin SSS.bin added to verification/exp2
252
253 checkpoint8
254 Inludes time-dependant forcing and time-averaging.
255 Works at 4x4 and 2.8125x2.8125 global
256
257 checkpoint7-4degree-ref
258 Branch from checkpoint7. Released for application to
259 global modeling and general modeling - process studies, regional
260 model etc..
261 Configured for verification/exp2 - 4 degree global, two process.
262
263 checkpoint7
264 Created by cnh
265 Simple 4 degree global simulation
266 configuration.
267 Includes climatological wind,
268 hydrography, bathymetry etc
269 Does not include Heat Flux and E-P
270
271 checkpoint6
272 Created by cnh
273 merged checkpoint5 with CD and
274 spherical polar code.
275 Still some problems with GM Redi
276 abd full topography.
277
278 checkpoint5
279 Created by AJA
280 contains updates to GM Redi
281 and reordered timestepping loop
282 for Implicit Diffusion.
283
284 checkpoint4
285 Created by cnh
286 Contains memory saving macros ( _rdxc etc..) for when
287 grid variations are limited.
288 Contains polynomial coeffs for EOS and knudsen program
289 for generation.
290
291 checkpoint3
292 Created by cnh
293 Added extra flags for runtime options
294 Added this file
295 Added implicit free-surface
296 Added pre-conditioner
297 Put compare01 into repository ( compare01/... )
298 Put data and eedata into repository ( verification/exp1 )
299
300 checkpoint2
301 Created by AJA
302 Added GM/Redi
303
304 checkpoint1
305 Created by AJA
306 Restructured kloop in dynamics.F
307 Added non-linear EOS
308
309 baseline
310 Original checked in code

  ViewVC Help
Powered by ViewVC 1.1.22