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

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

  ViewVC Help
Powered by ViewVC 1.1.22