/[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.40 by heimbach, Mon May 14 22:19:51 2001 UTC revision 1.53.4.15.2.1 by dimitri, Tue Feb 11 22:39:49 2003 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    Revision history for branch c24_e25_ice
7       (branch for adding sea-ice code to ecco-branch)
8    
9    02/11/03 cvs tag ecco_ice1
10      Updated verification/natl_box_forward and natl_box_adjoint
11      for SGI platform
12    
13    12/06/02
14      Branched off tag ecco_c44_e25
15    
16    =================================================================
17    
18    ecco_c44_e25
19    o Merging some GM changes from main trunk (c47) to ecco-branch.
20    o Updating verif. natl_box_adjoint with GMRedi.
21    o Adding setup with explicit differentiaton of pressure solver.
22    o Bug fix: missing OBCS_OPTIONS.h for sponge layer code.
23    o (Re-?) Commiting old bug fixes in kpp to ecco-branch
24      (kpp_calc.F, kpp_routines.F)
25    o exf:
26      updated external forcing package
27      - cleaned old exfa stuff
28      - bug fixes
29        (missing OBCS_OPTIONS.h in two routines)
30      - enable easy to use "no forcing".
31      - added exf I/O for atmospheric loading
32      - added exf I/O for runoff data
33      - transfered scaling between exf <-> MITgcm to exf namelist
34    
35    ecco_c44_e24
36    o modifications to gradient check package (Martin Losch)
37      - enable centered differences
38      - modified format of standard output
39    o bug fix for nwettile contents
40      so far assumed global sum  in first entry (1,1,k),
41      needed for global control vector
42      -> introduced new variable nwet[c/w/s]global(nr)
43    o shifts of calls to cal/exf package to be accessible
44      in MITgcm stand-alone
45    o shifted packages_init_variables before convective_adjustment_ini
46      (corresponding update of TAF tape initialisation).
47    o removed auxiliary field in impldiff
48      (caused numerical differences for GMRedi cases)
49    o updated obcs control part (G. Gebbie)
50    o removed some f90 comments ("!")
51    o Bug fixes and updates in cost package
52     * cost_final: correct multiplier mult_tauv, mult_sflux
53     * cost_hyd: added call cost_ssh
54     * cost_init_barfiles.F: replaced arrays by tmpfld's
55     * cost_readtopexmean.F: ersmask -> tpmeanmask
56     * cost_weights.F: corrected wtheta[2], wsalt[2]
57    o cleaned exchanges in cg2d.F
58    
59    ecco_c44_e23
60    merged patches between release1_p1 and release1_p2:
61    o fixed array boundary problem for adjoint
62      (related to partial recomputation within subroutine
63      related to dynamics -> calc_viscosity -> mom_...
64    o fixed recomputation in thermodynamics
65    o prepare (but not complete) recomputation problem in impldiff
66    o fixed problem for adjoint of global_max
67    o switched off sponge layer code in external_forcing
68    Bug fix in ctrl_mask_set_yz (spotted by G. Gebbie)
69    
70    ecco_c44_e22
71    o Finally, the merges with the Scripps cost function terms:
72      Various additions, modifications, quality checks.
73    o Plus: Included switch ALLOW_AUTODIFF_MONITOR to handle
74      monitoring of adjoint state.
75    o Plus: removed comm_stats, ini_communication_patterns from diff. list
76      (no more need to "keep" MPI headers for adjoint generation)
77    o Plus: exf changes:
78      o added run-off routine
79      o additional storing needed for ustress,vstess
80        because of state-dependent quality check
81      o added missing initialisations
82    o Plus: genmake with MAKEDEPEND variable was still missing in ecco-branch
83    NB: - verification/natl_box_adjoint/ 240 steps run
84          * looks ok under Linux (twain.lcs.mit.edu)
85          * looks ok on MIT SUN's (fjord.mit.edu)
86          * NaN in reverse mode on Scripps SUN's at iter=214
87          * NaN in reverse mode on IBM SP3 (BlueHorizon) at iter=204
88        - 1 year forward int. global 2x2 deg. produces similar cost functions
89          * all cost terms of new code are slightly smaller (0.5 to 3%).
90    
91    ecco_c44_e21
92    o reversed order of ctrl/cost initialisation
93    o gmredi_slope_psi.F: Inconsistent types in MIN/MAX expressions
94    o modified to enable ctrl field swapping
95    o bug fix for global sum of ncvarlength in ctrl_init
96    o no more call to ctrl_unpack from ctrl_init
97    o no more write of ctrl vector in ctrl_pack
98      however, init. of control vector from ctrl_unpack
99    o various bug fixes & consistent nobcs handling in
100      ctrl_pack/unpack routines (by G. Gebbie)
101    o optim package: Added obcs control part for lsopt I/O
102      (by G. Gebbie)
103    o missing call to obcs_diags
104    o moved calls in packages_init_fixed to packages_readparms
105      because some quantities are needed earlier.
106    
107    ecco_c44_e20
108    o before major merges from the Scripps setup
109      here are two small updates:
110      - field swapping for surface flux controls enabled
111        (remains t.b.d. for atmos. state plus obcs)
112      - bug fix in active_file.F for xz-/yz- routines
113      - added missing xz-/yz- routines to active_file_ad.F
114    
115    ecco_c44_e19
116    o merged necessary patches:
117      - AD-related changes for GMRedi
118      - fixes i KPP (delZ -> drF)
119      - hook to OBCS songe layer code in external_forcing
120      - errorMessageUnit non-zero in eeboot.F
121      - included GMREDI, EXACT_CONSERV to natl_box_adjoint verif.
122    
123    ecco_c44_e18
124    o sponge layer code for obcs was missing
125      - added hook in external_forcing.F
126      - added storing for TAF
127    o new routine cost_init_barfiles to initialise
128      adjoint fields adtbar, adsbar, adpsbar
129      (needed in conjunction with corrected ladinit for active I/O)
130    o cleaned up and corrected order in packages_readparms, ecco_readparms
131    o corrected and simplified weights for obcs controls
132      - weight fields simplified
133      - bug fix in ctrl_pack
134      - no more write of control vector in ctrl_pack
135    o i/j index bug fixes in cost_ssh_mean
136    
137    ecco_c44_e17
138    o bug fixes in cost package
139      * wrong identifier for active I/O of monthly mean psbar
140        (cost_averagesfields, cost_ssh) xx_psbar_dummy
141      * cleaned all identifier for active I/O of monthly fields
142      * wrong ladinit in various cost routines
143    o merge with interval (chkpt44c_post - chkpt44d_post)
144      * added missing EXCLUDE_MONITOR flags
145      * changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
146        (incompatible typ in MIN/MAX expressions caused problems
147        on IBM SP3)
148      * in genmake added variable MAKEDEPEND
149        plus resetting for case SunOS
150        added timer_stats.c routine for IBM SP3
151      * removed variables in dynamics
152    
153    ecco_c44_e16
154    o new ECCO checkpoint, the first since ecco_c43_e15
155      which is branched from MITgcm.
156      All changes were merged in between (see ecco-branch-mod? tags).
157    o last changes:
158      * assuming path for TAF and TAMC are known (e.g. in $path)
159      * genmake:
160        - added tools/xmakedepend to circumvene shortcoming of
161          SUN's makedepend (size too small)
162        - invoking ../tools/xmakedepend instead of makedepend
163        - changed compiler flags for case SunOS
164    
165    ecco-branch-mod5
166    o mod's to reproduce open boundary run
167    o enable field swapping for OB's and climatology
168    o update store directives for OB control
169    o added option ALLOW_OBCS_PRESCRIBE
170    o call of getobcs now out of obcs_calc (param. list modified)
171    
172    ecco-branch-mod4
173    o this is the second part of changes necessary to reconcile
174      the natl_box_adjoint verification (with and without grdchk).
175      >>>!!! CHANGES BETWEEN THE TAGS ecco-branch-mod3 !!!<<<
176      >>>!!!                      AND ecco-branch-mod4 !!!<<<
177      >>>!!! SHOULD BE MERGED INTO THE MAIN TRUNK      !!!<<<
178      - genmake: removed $S64 overwrite for case SunOS
179      - pkg/exf: update and corrections for field swapping and obcs
180      - pkg/ecco: parameter lists for the_model_main, the_main_loop
181                  harmonized between ECCO and MITgcm
182      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
183                      updated checkpointing_lev... lists for obcs
184      - model/src: minor changes in forward_step, plot_field
185      - pkg/mdsio: added mdsio_gl_slice
186    
187    ecco-branch-mod3
188    o this is the first part of changes necessary to reconcile
189      natl_box_adjoint verification (with and without grdchk).
190      This set of changes is relevant for ECCO only.
191      The next set/tag of changes (ecco-branch-mod4)
192      should be merged into the main trunk.
193      - update some options
194      - parameter lists of ecco_the_model_main and ecco_the_main_loop
195        differed from those of the MITgcm counterparts.
196    
197    ecco-branch-mod2
198    o update ecco-branch-mod1 to checkpoint44
199    o exclude from updates:
200      - verification/
201      - adjoint/
202      - pkg/cost
203      - pkg/ctrl
204      - pkg/ecco
205      - pkg/obcs
206      - model/src/the_model_main.F
207      - model/src/the_main_loop.F
208    
209    checkpoint44
210    o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping)
211    o fix bug in mom_vi_del2uv
212    o added some stuff for AD
213    
214    ecco-branch-mod1
215    o based on c43
216    o replaced packages cost, ctrl, ecco, obcs
217    o removed MITgcm verif.'s, added ECCO verif.'s
218    o added lsopt, optim for line search optimization.
219    
220    checkpoint43
221    o added two new advection tests
222    o added global 4x4 degree ocean test
223    o added test of H&S94 with free surface on cube
224    o some final mods for gradient check, adjoint,...
225    
226    checkpoint42
227      Fixed AD-related problems:
228    o Store directives up-to-date with re-arranged Adams-Bashforth
229      (mainly thermodynamics.F)
230    o New store directives for multi-dim. advection schemes
231      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
232      * new common block and key passkey
233      (mainly gad_advection.F)
234    o Modified store directives for split of dynamics/thermodynamics
235      for the case ALLOW_KPP
236    o Cleaned argument list for timestep_tracer.F
237    
238    checkpoint41
239    o re-formatted/added comments in prologues of key subroutines
240      to work with protex
241    
242    checkpoint40
243    o moved calc_gs, calc_gt and calc_tr1 back to model/src
244    o added FLT (floats) package from Arne along with demo. experiment
245    o re-arranged Adams-Bashforth scheme for tracers to allow easier
246      implementation of forward-in-time forcing terms
247    o more mods for non-linear free-surface including new variable
248    o modified multi-dim method to work on cube
249    o bug fix in KPP (from DM)
250    
251    checkpoint40pre9
252    o added DST advection schemes
253    o fix MPI bug on SGI's
254    o modifications for non-linear free-surface
255    o fixed conditionals for fixed flow/passive tracer only mode
256    o added tension/strain form of stress tensor
257    o changes to commenting of arguments for TAF/TAMC
258    o added/updated many matlab scripts
259    o added multi-dimensional advection method for tracers
260      
261    checkpoint40pre8
262    o new package rw/
263      Added method for dumping intermediate local arrays:
264      mdsio_writetile - same as mdsio_writefield except works from inside
265                        bi,bj loop
266      mdsio_writelocal - same as mdsio_writetile except works for local
267                         arrays
268      write_local_r? - higher-level wrapper for mdsio_writelocal
269      Controlled by diagFreq. Defaults to zero (ie. no dumps)
270      Example given at end of mom_vecinv.F that dumps some local arrays.
271    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
272      control flux-form versus vector invariant code.
273      Switch is runtime flag vectorInvariantMomentum (defaults to false)
274      or genmake -DISABLE ...
275    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
276      (additional storing is now needed for case vecinv;
277      currently nothing implemented to switch this storing off
278      in case fluxform is used since no CPP flag available).
279    
280    checkpoint40pre7
281    o bug fix in dynamics.F
282      calc_viscosity called before k=1,Nr loop.
283    o added some #ifdef's ALLOW_PASSIVE_TRACER
284    o cleaned initialisations in ctrl_map_ini
285      related to TAF
286    
287    checkpoint40pre6
288    o split dynamics into thermodynamics & dynamics
289    o corresponding split of calc_diffusivity into
290      calc_diffusivity, calc_viscosity
291      (kpp_calc_diff, kpp_calc_visc).
292    o Added diffkr, kapgm to control variables
293    o bug fix in gmredi_slope_limit for ldd97
294    
295    checkpoint40pre5
296    o proper initialization of Adams-Bashforth time stepping
297      + uses forward step for very first step of model (iter=0)
298    o re-generated *all* output since almost all output is modified by this
299      change (sorry but we've been putting this one off for about 2 years)
300      + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
301        *not* regenerated since they are already out of date and I don't
302        want to create the impression that they are suddenly working.
303    o removed KAP stuff for DEC's
304    o modified/added many .cvsignore files in */code and */input
305    o added new expt "solid-body.cs-32x32x1"
306      + this uses an alternative form of ini_curvilinear_grid.F which
307        is not necessarily any better than the current one...
308    
309    checkpoint40pre4
310    o added re-initialisations of utrans,vtrans,rtrans in
311      calc_common_factors which are crucial for TAF.
312    o extended iMin,jMin range for calc_common_factors,
313      calc_diffusivity
314    o added option ALLOW_PASSIVE_TRACER
315    o a few minor updates and fixes
316    
317    checkpoint40pre3
318    o created calc_gtr1.F for gad package
319    o split the_main_loop and re-introduced forward_step
320    o some recomputations of nIter0 for TAMC
321    
322    checkpoint40pre2
323    o Updated to latest branch of AJA, JMC
324    o Added gradient check package
325    o Added routines for passive tracer handling
326    o Added carbon sequestration sensitivity experiment
327    
328  checkpoint39  checkpoint39
329   o Modifications and fixes to support TAMC   o Modifications and fixes to support TAMC
330     (mainly missing or wrong directives)     (mainly missing or wrong directives)

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.53.4.15.2.1

  ViewVC Help
Powered by ViewVC 1.1.22