/[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.42 - (hide annotations) (download)
Fri Jul 13 20:20:12 2001 UTC (22 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre3
Changes since 1.41: +6 -1 lines
Doc. for checkpoint40pre3

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

  ViewVC Help
Powered by ViewVC 1.1.22