/[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.43 - (hide annotations) (download)
Mon Jul 30 20:47:52 2001 UTC (22 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre4
Changes since 1.42: +10 -1 lines
checkpoint40pre4

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

  ViewVC Help
Powered by ViewVC 1.1.22