/[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.4 by cnh, Mon Jun 8 22:38:51 1998 UTC revision 1.29 by adcroft, Thu Jul 13 14:22:58 2000 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint30
7     o Updates for OBCs
8     o New experiment for test OBCs (internal_wave)
9     o New output.txt in verification/exp4/results/
10     o Updates for KPP: calculation of viscosity corrected, new variables
11       kpp_dumpFreq and kpp_taveFreq
12     o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
13       and entry for T90 in genmake
14    
15    checkpoint29
16     o packaged KPP and GM/Redi
17    
18    checkpoint28
19     o Corrected initialization of hFacMin for difference vertical coordinates
20     o Modified calculation of partial cell thickness to more robust algorithm
21     o config_summary.F: replaced write_1D_... by write_0D_...
22       read_write.F: added subroutines write_0D_...
23     o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
24       included some initialisations required for TAMC.
25     o routine calc_isoslopes: modified sqrt computation to make it
26       differentiable for zero argument.
27     o routines dynamics, impldiff:
28       included store directives and tape key computations required for TAMC.
29     o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
30    
31    checkpoint27
32     o fixed calc_isoslopes() to so that cancellation of terms in tensor
33       formulation works properly with variable resolution.
34     o restructured the calling tree between the_model_main() and dynamics()
35     o split initialise() into initialise_fixed() and initialise_varia()
36     o introduced initialization file pSurfInitFile for free surface (cg2d_x)
37       in new routine ini_psurf()
38    
39    checkpoint26
40     o moved some #ifdef in optional routines to encompass everything
41       except the argument declarations. This was using up some memory.
42     o fixed macros like _ADT to work with both versions of Linux cpp
43     o cleaned up some unused and uninitialized variables
44       (helps when debugging with strict compile options)
45     o split up CPP_EEOPTIONS.h into options and macros
46       (macros are now in eesupp/inc/CPP_EEMACROS.h)
47     o patch for 2 processor JAM mode
48    
49    checkpoint25
50     o updates for OBCs and NH
51     o dramatically reduced memory usage
52     o added "JAM" routines for use on Artic network
53     o parameterization of convection by implicit vertical diffusion
54     o added a diagnostic of convective index
55     o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
56       (this is was partly for OBCs and NH but also in anticipation of
57        an explicit free-surface option)
58     o initial state input files for U and V
59    
60    checkpoint24
61     o Removed some spurious "REAL"s
62     o Updated KPP to latest version from JPL
63     o Added a COS(latitude) in horizontal viscosity
64    
65    checkpoint23
66     o Added del^4 diffusion for salt and temperature
67     o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
68    
69    checkpoint22
70     o Made many small changes: implicit none, format(i5), etc...
71     o Introduced KPP mixing scheme (compiles and runs but *not* tested)
72    
73    checkpoint21
74     o Introduced new I/O package that supports direct-access records (mdsio.F)
75     o Split-up mid-level I/O routines
76     o Updated input data for experiments 0,1,2,4 and 5
77     o Finally removed the genmake.* scripts (everyone seems happy with genmake)
78    
79    checkpoint20
80     o Tidied up open-boundaries some more
81     o Added non-hydrostatic code
82     o Fixed some input data
83     o Modified MPI start-up to work in "coupled" context.
84    
85    checkpoint19
86     o Tidied up directory structure for verification experiments.
87     o Added new code for open boundaries.
88     o Corrected advective terms near boundaries.
89     o Added CPP flag for "old UV" geometry and corrected spherical geometry.
90     o Implemented free-slip/no-slip BCs and del^4 dissipation.
91     o Split default parameters out of ini_parms.F into set_defaults.F.
92    
93    checkpoint18
94     o Further changes for optional code generation with
95       CPP - ugh!
96    
97    checkpoint17
98     o Beginning to incorporating modularity
99       for supporting atmos. and ocean configs.
100     o Small changes for TAMC complinace
101     o New ultra simple test case. Barotropic box
102       configuration "exp0".
103    
104    checkpoint16
105     o Minor changes to exchange routines to support
106       accumulation in reverse mode. Adjoint of an
107       assignment is an addition.
108     o Changes to support compilation by TAMC (LR(1)
109       syntax) and by g77 under Linux ( 72 character
110       limit ).
111    
112    checkpoint15
113     Rewrote exchange routines to allow
114     o General tile <-> tile connectivity.
115     o TAMC reverse mode flag ( is this really needed? )
116     o Variable width overlap and exchange region widths.
117     o Hooks for sharing data via DMA, Arctic, Memory Channel,
118       shmput/shmget, VIA, SYSV shmem and every other cool
119       communication method.
120    
121    checkpoint14
122     Consistent isomorphism chages made. These allow dynamical core
123     to support both pressure and meters as a vertical coordinate.
124    
125    checkpoint13
126     Release which corrects global_max problem and a couple
127     of KGM time-averaging diagnostic errors. Also contains
128     a double-gyre experiment setup as well as the baseline
129     4 degree global template. The double gyre template is
130     organised to allow it to be applied automatically to
131     the baseline configuration.
132    
133    branch-point-rdot
134     A few tidy-ups have been made bt the real point of this
135     check-point (excuse the pun) is to allow a branch to be
136     made for the purposes of adding the rDot alterations.
137     I don't want to commit the rDot to the main-trunk until
138     we've actually tested it...
139    
140    checkpoint12
141     Tidy up and added generic genmake script (formerly
142     configure script).
143     Released to testers.
144    
145    checkpoint11
146     Re-arranged initialise() and introduced ini_vertical_grid()
147     and ini_masks_etc().
148    
149    checkpoint10
150     Introduced the configure script.
151     Separated out the diags package.
152     Added template for writing time-averages of tile/intermediate quantities.
153     Updated SIZE.h in exp2 and made the data big-endian.
154    
155    checkpoint9
156     MPI fix. Filename changes (meta/data). salbin*y stuff.
157     General tidy-up.
158     SST.bin SSS.bin added to verification/exp2
159    
160    checkpoint8
161     Inludes time-dependant forcing and time-averaging.
162     Works at 4x4 and 2.8125x2.8125 global
163    
164    checkpoint7-4degree-ref
165     Branch from checkpoint7. Released for application to
166     global modeling and general modeling - process studies, regional
167     model etc..
168     Configured for verification/exp2 - 4 degree global, two process.
169    
170    checkpoint7
171     Created by cnh
172     Simple 4 degree global simulation
173     configuration.
174     Includes climatological wind,
175     hydrography, bathymetry etc
176     Does not include Heat Flux and E-P
177    
178  checkpoint6  checkpoint6
179   Created by cnh   Created by cnh
180   merged checkpoint5 with CD and   merged checkpoint5 with CD and

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.29

  ViewVC Help
Powered by ViewVC 1.1.22