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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.37

  ViewVC Help
Powered by ViewVC 1.1.22