/[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.36 - (hide annotations) (download)
Tue Feb 20 22:24:48 2001 UTC (23 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint36
Changes since 1.35: +7 -1 lines
add a new tag (checkpoint36)

1 jmc 1.36 $Header: /u/gcmpack/models/MITgcmUV/doc/tag-index,v 1.35 2001/02/08 20:45:27 jmc Exp $
2 cnh 1.1
3     Notes on tags used in MITgcmUV
4     ==============================
5 jmc 1.36
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 jmc 1.35
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 heimbach 1.33
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 heimbach 1.34 o Added routine GLOBAL_SUM_INT to global_sum.F
27 heimbach 1.33 o Added mdsio_gl.F for ECCO purposes.
28 adcroft 1.32
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 heimbach 1.31
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 heimbach 1.30
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 adcroft 1.29
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 adcroft 1.28
84     checkpoint29
85     o packaged KPP and GM/Redi
86 heimbach 1.27
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 adcroft 1.26
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 adcroft 1.25
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 adcroft 1.24
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 adcroft 1.23
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 adcroft 1.22
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 adcroft 1.21
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 adcroft 1.20
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 adcroft 1.18
148 adcroft 1.19 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 adcroft 1.18 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 adcroft 1.19 o Split default parameters out of ini_parms.F into set_defaults.F.
161 cnh 1.17
162     checkpoint18
163     o Further changes for optional code generation with
164     CPP - ugh!
165 cnh 1.16
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 cnh 1.15
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 cnh 1.14
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 cnh 1.13
190     checkpoint14
191     Consistent isomorphism chages made. These allow dynamical core
192     to support both pressure and meters as a vertical coordinate.
193 cnh 1.12
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 adcroft 1.11
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 cnh 1.10
209     checkpoint12
210     Tidy up and added generic genmake script (formerly
211     configure script).
212     Released to testers.
213 adcroft 1.9
214     checkpoint11
215     Re-arranged initialise() and introduced ini_vertical_grid()
216     and ini_masks_etc().
217 adcroft 1.8
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 adcroft 1.7
224     checkpoint9
225     MPI fix. Filename changes (meta/data). salbin*y stuff.
226     General tidy-up.
227     SST.bin SSS.bin added to verification/exp2
228 adcroft 1.6
229     checkpoint8
230     Inludes time-dependant forcing and time-averaging.
231     Works at 4x4 and 2.8125x2.8125 global
232    
233     checkpoint7-4degree-ref
234     Branch from checkpoint7. Released for application to
235     global modeling and general modeling - process studies, regional
236     model etc..
237     Configured for verification/exp2 - 4 degree global, two process.
238 cnh 1.5
239     checkpoint7
240     Created by cnh
241     Simple 4 degree global simulation
242     configuration.
243     Includes climatological wind,
244     hydrography, bathymetry etc
245     Does not include Heat Flux and E-P
246 cnh 1.4
247     checkpoint6
248     Created by cnh
249     merged checkpoint5 with CD and
250     spherical polar code.
251     Still some problems with GM Redi
252     abd full topography.
253 cnh 1.3
254     checkpoint5
255     Created by AJA
256     contains updates to GM Redi
257     and reordered timestepping loop
258     for Implicit Diffusion.
259 cnh 1.2
260     checkpoint4
261     Created by cnh
262     Contains memory saving macros ( _rdxc etc..) for when
263     grid variations are limited.
264     Contains polynomial coeffs for EOS and knudsen program
265     for generation.
266    
267 cnh 1.1 checkpoint3
268     Created by cnh
269     Added extra flags for runtime options
270     Added this file
271     Added implicit free-surface
272     Added pre-conditioner
273     Put compare01 into repository ( compare01/... )
274     Put data and eedata into repository ( verification/exp1 )
275    
276     checkpoint2
277     Created by AJA
278     Added GM/Redi
279    
280     checkpoint1
281     Created by AJA
282     Restructured kloop in dynamics.F
283     Added non-linear EOS
284    
285 cnh 1.2 baseline
286     Original checked in code
287 cnh 1.1

  ViewVC Help
Powered by ViewVC 1.1.22