/[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.15 by cnh, Wed Oct 28 03:23:17 1998 UTC revision 1.53.4.1 by heimbach, Tue Feb 5 20:45:18 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    ecco-branch-mod1
7    o based on c43
8    o replaced packages cost, ctrl, ecco, obcs
9    o removed MITgcm verif.'s, added ECCO verif.'s
10    o added lsopt, optim for line search optimization.
11    
12    checkpoint43
13    o added two new advection tests
14    o added global 4x4 degree ocean test
15    o added test of H&S94 with free surface on cube
16    o some final mods for gradient check, adjoint,...
17    
18    checkpoint42
19      Fixed AD-related problems:
20    o Store directives up-to-date with re-arranged Adams-Bashforth
21      (mainly thermodynamics.F)
22    o New store directives for multi-dim. advection schemes
23      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
24      * new common block and key passkey
25      (mainly gad_advection.F)
26    o Modified store directives for split of dynamics/thermodynamics
27      for the case ALLOW_KPP
28    o Cleaned argument list for timestep_tracer.F
29    
30    checkpoint41
31    o re-formatted/added comments in prologues of key subroutines
32      to work with protex
33    
34    checkpoint40
35    o moved calc_gs, calc_gt and calc_tr1 back to model/src
36    o added FLT (floats) package from Arne along with demo. experiment
37    o re-arranged Adams-Bashforth scheme for tracers to allow easier
38      implementation of forward-in-time forcing terms
39    o more mods for non-linear free-surface including new variable
40    o modified multi-dim method to work on cube
41    o bug fix in KPP (from DM)
42    
43    checkpoint40pre9
44    o added DST advection schemes
45    o fix MPI bug on SGI's
46    o modifications for non-linear free-surface
47    o fixed conditionals for fixed flow/passive tracer only mode
48    o added tension/strain form of stress tensor
49    o changes to commenting of arguments for TAF/TAMC
50    o added/updated many matlab scripts
51    o added multi-dimensional advection method for tracers
52      
53    checkpoint40pre8
54    o new package rw/
55      Added method for dumping intermediate local arrays:
56      mdsio_writetile - same as mdsio_writefield except works from inside
57                        bi,bj loop
58      mdsio_writelocal - same as mdsio_writetile except works for local
59                         arrays
60      write_local_r? - higher-level wrapper for mdsio_writelocal
61      Controlled by diagFreq. Defaults to zero (ie. no dumps)
62      Example given at end of mom_vecinv.F that dumps some local arrays.
63    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
64      control flux-form versus vector invariant code.
65      Switch is runtime flag vectorInvariantMomentum (defaults to false)
66      or genmake -DISABLE ...
67    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
68      (additional storing is now needed for case vecinv;
69      currently nothing implemented to switch this storing off
70      in case fluxform is used since no CPP flag available).
71    
72    checkpoint40pre7
73    o bug fix in dynamics.F
74      calc_viscosity called before k=1,Nr loop.
75    o added some #ifdef's ALLOW_PASSIVE_TRACER
76    o cleaned initialisations in ctrl_map_ini
77      related to TAF
78    
79    checkpoint40pre6
80    o split dynamics into thermodynamics & dynamics
81    o corresponding split of calc_diffusivity into
82      calc_diffusivity, calc_viscosity
83      (kpp_calc_diff, kpp_calc_visc).
84    o Added diffkr, kapgm to control variables
85    o bug fix in gmredi_slope_limit for ldd97
86    
87    checkpoint40pre5
88    o proper initialization of Adams-Bashforth time stepping
89      + uses forward step for very first step of model (iter=0)
90    o re-generated *all* output since almost all output is modified by this
91      change (sorry but we've been putting this one off for about 2 years)
92      + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
93        *not* regenerated since they are already out of date and I don't
94        want to create the impression that they are suddenly working.
95    o removed KAP stuff for DEC's
96    o modified/added many .cvsignore files in */code and */input
97    o added new expt "solid-body.cs-32x32x1"
98      + this uses an alternative form of ini_curvilinear_grid.F which
99        is not necessarily any better than the current one...
100    
101    checkpoint40pre4
102    o added re-initialisations of utrans,vtrans,rtrans in
103      calc_common_factors which are crucial for TAF.
104    o extended iMin,jMin range for calc_common_factors,
105      calc_diffusivity
106    o added option ALLOW_PASSIVE_TRACER
107    o a few minor updates and fixes
108    
109    checkpoint40pre3
110    o created calc_gtr1.F for gad package
111    o split the_main_loop and re-introduced forward_step
112    o some recomputations of nIter0 for TAMC
113    
114    checkpoint40pre2
115    o Updated to latest branch of AJA, JMC
116    o Added gradient check package
117    o Added routines for passive tracer handling
118    o Added carbon sequestration sensitivity experiment
119    
120    checkpoint39
121     o Modifications and fixes to support TAMC
122       (mainly missing or wrong directives)
123     o Corrected common blocks when fooling TAMC to produce adjoint I/O
124       in addummy_in_stepping
125     o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
126     o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
127     o Included following packages:
128       cal: calendar
129       exf: external forcing
130       ecco: essential routines to control use of cal, exf
131             (NB: this is not the full ECCO environment)
132     o disabled some packages by default in genmake
133    
134    checkpoint38
135     o see notes_c37_adj.txt
136     o corrected wrong layer index in external_forcing_t
137     o replaced the_main_loop/forward_step by the_main_loop
138     o removed forceoutput from write_state
139       (replaced criteria for initial/final state)
140     o added runtime flag for pre-C35 pickups: usePickupBeforeC35
141    
142    checkpoint37
143     o mdsio.F routine split and packaged in pkg/mdsio
144       (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
145        used unless genmake -disable=mdsio)
146     o allow a more precise surface-geopotential gradient for the atmosphere
147       taking into account the change in space of Alpha (=1/rho) at the surface.
148     o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
149       (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
150     o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
151       Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
152       [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
153     o Time-Average diagnostics defined as a pseudo package "timeave".
154     o pickup files : old pickup (before c35) did not work with new code (c35
155       and after) unless activating 2 commented lines in initialise-varia.
156     o Non-Hydrostatic pickup file Pb fixed.
157     o bug with Rigid-lid version (since c35) fixed.  
158    
159    checkpoint36
160     o implement Crank-Nickelson barotropic time-stepping
161     o recover Time-Average diagnostics
162     o fix Pb in checkpoint (PR#19)
163     o AIM become a standard package ; clean unused CPP_kees
164    
165    checkpoint35
166     o subtantial rewrite of dynamics.f
167     o allows staggered time-stepping
168     o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
169     o added bottom drag (linear + quadratic)
170    
171    checkpoint34
172     o Modified exchange routines for correct reverse simulation.
173     o Added verification output to comply with bug fix in impldiff.F
174       as of c33 (exp2, natl_box).
175     o Corrected store directives in dynamics.F
176     o Corrected array boundaries in impldiff.F
177     o Corrected array dimensions in gmredi.
178       Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
179     o Added routine GLOBAL_SUM_INT to global_sum.F
180     o Added mdsio_gl.F for ECCO purposes.
181    
182    checkpoint33
183     o Fixed bug in lower BC in impldiff.F
184     o Fixed confusion about units of forcing arrays in FFIELDS.h
185       namely Fu,Fv,Qnet,Qsw,EmPmR:
186       - Removed verification/natl_box/code/external_fields_scale.F
187         (did not differ from that in model/src)
188       - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
189         (see FFIELDS.h for description)
190       - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
191         kpp_calc.F and kpp_transport_t.F
192       - Removed model/src/external_fields_scale.F and calls to it
193       - verification/natl_box uses flux data with "atmospheric" sign so
194         a special version of external_fields_load.F is used to
195         change the data as it's read in. This way, the arrays
196         have the right units and signs at all times tha a user could
197         possibly use them.
198     o Corrected genmake to delete a temporary file during configuration
199    
200    checkpoint32
201     o Scaling of forcing fields moved from external_forcing.F to
202       external_fields_scale.F, called directly after loading fields.
203     o Surface relaxation terms added to surface tendency fields in
204       extra subroutine.
205     o impldiff.F changed to avoid storing by TAMC of huge intermediate
206       fields.
207     o Changes in GMRedi to comply with packaging structure.
208     o Modifications and bug fixes in KPP package.
209     o Verification experiment for KPP added (verification/nat_box/)
210    
211    checkpoint31
212     o Packages interface brought in line with defined standard
213       -> new routines packages_...F
214       -> changes in initialise_fixed.F, initialise_varia.F
215       -> enables initialisation interface for ECCO package
216     o Rescaling of external forcing fields immediately after read
217       (removed from external_forcing.F)
218       -> new: surface_fields_scale.F
219       -> affects ini_foorcing.F, external_fields_load.F
220     o Computation of surface tendencies before tendency updates.
221       -> new: external_forcing_surf.F
222     o Change of variable names useGMRedi, useKPP, useECCO
223     o Further changes in dynamics.F, impldiff.F for TAMC
224     o Tested for experiments 0, 2, 4.
225       - not yet tested for GMRedi.
226       - not yet tested for KPP.
227    
228    checkpoint30
229     o Updates for OBCs
230     o New experiment for test OBCs (internal_wave)
231     o New output.txt in verification/exp4/results/
232     o Updates for KPP: calculation of viscosity corrected, new variables
233       kpp_dumpFreq and kpp_taveFreq
234     o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
235       and entry for T90 in genmake
236    
237    checkpoint29
238     o packaged KPP and GM/Redi
239    
240    checkpoint28
241     o Corrected initialization of hFacMin for difference vertical coordinates
242     o Modified calculation of partial cell thickness to more robust algorithm
243     o config_summary.F: replaced write_1D_... by write_0D_...
244       read_write.F: added subroutines write_0D_...
245     o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
246       included some initialisations required for TAMC.
247     o routine calc_isoslopes: modified sqrt computation to make it
248       differentiable for zero argument.
249     o routines dynamics, impldiff:
250       included store directives and tape key computations required for TAMC.
251     o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
252    
253    checkpoint27
254     o fixed calc_isoslopes() to so that cancellation of terms in tensor
255       formulation works properly with variable resolution.
256     o restructured the calling tree between the_model_main() and dynamics()
257     o split initialise() into initialise_fixed() and initialise_varia()
258     o introduced initialization file pSurfInitFile for free surface (cg2d_x)
259       in new routine ini_psurf()
260    
261    checkpoint26
262     o moved some #ifdef in optional routines to encompass everything
263       except the argument declarations. This was using up some memory.
264     o fixed macros like _ADT to work with both versions of Linux cpp
265     o cleaned up some unused and uninitialized variables
266       (helps when debugging with strict compile options)
267     o split up CPP_EEOPTIONS.h into options and macros
268       (macros are now in eesupp/inc/CPP_EEMACROS.h)
269     o patch for 2 processor JAM mode
270    
271    checkpoint25
272     o updates for OBCs and NH
273     o dramatically reduced memory usage
274     o added "JAM" routines for use on Artic network
275     o parameterization of convection by implicit vertical diffusion
276     o added a diagnostic of convective index
277     o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
278       (this is was partly for OBCs and NH but also in anticipation of
279        an explicit free-surface option)
280     o initial state input files for U and V
281    
282    checkpoint24
283     o Removed some spurious "REAL"s
284     o Updated KPP to latest version from JPL
285     o Added a COS(latitude) in horizontal viscosity
286    
287    checkpoint23
288     o Added del^4 diffusion for salt and temperature
289     o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
290    
291    checkpoint22
292     o Made many small changes: implicit none, format(i5), etc...
293     o Introduced KPP mixing scheme (compiles and runs but *not* tested)
294    
295    checkpoint21
296     o Introduced new I/O package that supports direct-access records (mdsio.F)
297     o Split-up mid-level I/O routines
298     o Updated input data for experiments 0,1,2,4 and 5
299     o Finally removed the genmake.* scripts (everyone seems happy with genmake)
300    
301    checkpoint20
302     o Tidied up open-boundaries some more
303     o Added non-hydrostatic code
304     o Fixed some input data
305     o Modified MPI start-up to work in "coupled" context.
306    
307    checkpoint19
308     o Tidied up directory structure for verification experiments.
309     o Added new code for open boundaries.
310     o Corrected advective terms near boundaries.
311     o Added CPP flag for "old UV" geometry and corrected spherical geometry.
312     o Implemented free-slip/no-slip BCs and del^4 dissipation.
313     o Split default parameters out of ini_parms.F into set_defaults.F.
314    
315    checkpoint18
316     o Further changes for optional code generation with
317       CPP - ugh!
318    
319    checkpoint17
320     o Beginning to incorporating modularity
321       for supporting atmos. and ocean configs.
322     o Small changes for TAMC complinace
323     o New ultra simple test case. Barotropic box
324       configuration "exp0".
325    
326  checkpoint16  checkpoint16
327   o Minor changes to exchange routines to support   o Minor changes to exchange routines to support
328     accumulation in reverse mode. Adjoint of an     accumulation in reverse mode. Adjoint of an

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.53.4.1

  ViewVC Help
Powered by ViewVC 1.1.22