/[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.41 by heimbach, Fri Jul 13 18:08:14 2001 UTC revision 1.53.4.8 by heimbach, Thu Mar 21 03:57:43 2002 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    ecco_c44_e19
7    o will contain merges from main trunk
8    
9    ecco_c44_e18
10    o sponge layer code for obcs was missing
11      - added hook in external_forcing.F
12      - added storing for TAF
13    o new routine cost_init_barfiles to initialise
14      adjoint fields adtbar, adsbar, adpsbar
15      (needed in conjunction with corrected ladinit for active I/O)
16    o cleaned up and corrected order in packages_readparms, ecco_readparms
17    o corrected and simplified weights for obcs controls
18      - weight fields simplified
19      - bug fix in ctrl_pack
20      - no more write of control vector in ctrl_pack
21    o i/j index bug fixes in cost_ssh_mean
22    
23    ecco_c44_e17
24    o bug fixes in cost package
25      * wrong identifier for active I/O of monthly mean psbar
26        (cost_averagesfields, cost_ssh) xx_psbar_dummy
27      * cleaned all identifier for active I/O of monthly fields
28      * wrong ladinit in various cost routines
29    o merge with interval (chkpt44c_post - chkpt44d_post)
30      * added missing EXCLUDE_MONITOR flags
31      * changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
32        (incompatible typ in MIN/MAX expressions caused problems
33        on IBM SP3)
34      * in genmake added variable MAKEDEPEND
35        plus resetting for case SunOS
36        added timer_stats.c routine for IBM SP3
37      * removed variables in dynamics
38    
39    ecco_c44_e16
40    o new ECCO checkpoint, the first since ecco_c43_e15
41      which is branched from MITgcm.
42      All changes were merged in between (see ecco-branch-mod? tags).
43    o last changes:
44      * assuming path for TAF and TAMC are known (e.g. in $path)
45      * genmake:
46        - added tools/xmakedepend to circumvene shortcoming of
47          SUN's makedepend (size too small)
48        - invoking ../tools/xmakedepend instead of makedepend
49        - changed compiler flags for case SunOS
50    
51    ecco-branch-mod5
52    o mod's to reproduce open boundary run
53    o enable field swapping for OB's and climatology
54    o update store directives for OB control
55    o added option ALLOW_OBCS_PRESCRIBE
56    o call of getobcs now out of obcs_calc (param. list modified)
57    
58    ecco-branch-mod4
59    o this is the second part of changes necessary to reconcile
60      the natl_box_adjoint verification (with and without grdchk).
61      >>>!!! CHANGES BETWEEN THE TAGS ecco-branch-mod3 !!!<<<
62      >>>!!!                      AND ecco-branch-mod4 !!!<<<
63      >>>!!! SHOULD BE MERGED INTO THE MAIN TRUNK      !!!<<<
64      - genmake: removed $S64 overwrite for case SunOS
65      - pkg/exf: update and corrections for field swapping and obcs
66      - pkg/ecco: parameter lists for the_model_main, the_main_loop
67                  harmonized between ECCO and MITgcm
68      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
69                      updated checkpointing_lev... lists for obcs
70      - model/src: minor changes in forward_step, plot_field
71      - pkg/mdsio: added mdsio_gl_slice
72    
73    ecco-branch-mod3
74    o this is the first part of changes necessary to reconcile
75      natl_box_adjoint verification (with and without grdchk).
76      This set of changes is relevant for ECCO only.
77      The next set/tag of changes (ecco-branch-mod4)
78      should be merged into the main trunk.
79      - update some options
80      - parameter lists of ecco_the_model_main and ecco_the_main_loop
81        differed from those of the MITgcm counterparts.
82    
83    ecco-branch-mod2
84    o update ecco-branch-mod1 to checkpoint44
85    o exclude from updates:
86      - verification/
87      - adjoint/
88      - pkg/cost
89      - pkg/ctrl
90      - pkg/ecco
91      - pkg/obcs
92      - model/src/the_model_main.F
93      - model/src/the_main_loop.F
94    
95    checkpoint44
96    o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping)
97    o fix bug in mom_vi_del2uv
98    o added some stuff for AD
99    
100    ecco-branch-mod1
101    o based on c43
102    o replaced packages cost, ctrl, ecco, obcs
103    o removed MITgcm verif.'s, added ECCO verif.'s
104    o added lsopt, optim for line search optimization.
105    
106    checkpoint43
107    o added two new advection tests
108    o added global 4x4 degree ocean test
109    o added test of H&S94 with free surface on cube
110    o some final mods for gradient check, adjoint,...
111    
112    checkpoint42
113      Fixed AD-related problems:
114    o Store directives up-to-date with re-arranged Adams-Bashforth
115      (mainly thermodynamics.F)
116    o New store directives for multi-dim. advection schemes
117      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
118      * new common block and key passkey
119      (mainly gad_advection.F)
120    o Modified store directives for split of dynamics/thermodynamics
121      for the case ALLOW_KPP
122    o Cleaned argument list for timestep_tracer.F
123    
124    checkpoint41
125    o re-formatted/added comments in prologues of key subroutines
126      to work with protex
127    
128    checkpoint40
129    o moved calc_gs, calc_gt and calc_tr1 back to model/src
130    o added FLT (floats) package from Arne along with demo. experiment
131    o re-arranged Adams-Bashforth scheme for tracers to allow easier
132      implementation of forward-in-time forcing terms
133    o more mods for non-linear free-surface including new variable
134    o modified multi-dim method to work on cube
135    o bug fix in KPP (from DM)
136    
137    checkpoint40pre9
138    o added DST advection schemes
139    o fix MPI bug on SGI's
140    o modifications for non-linear free-surface
141    o fixed conditionals for fixed flow/passive tracer only mode
142    o added tension/strain form of stress tensor
143    o changes to commenting of arguments for TAF/TAMC
144    o added/updated many matlab scripts
145    o added multi-dimensional advection method for tracers
146      
147    checkpoint40pre8
148    o new package rw/
149      Added method for dumping intermediate local arrays:
150      mdsio_writetile - same as mdsio_writefield except works from inside
151                        bi,bj loop
152      mdsio_writelocal - same as mdsio_writetile except works for local
153                         arrays
154      write_local_r? - higher-level wrapper for mdsio_writelocal
155      Controlled by diagFreq. Defaults to zero (ie. no dumps)
156      Example given at end of mom_vecinv.F that dumps some local arrays.
157    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
158      control flux-form versus vector invariant code.
159      Switch is runtime flag vectorInvariantMomentum (defaults to false)
160      or genmake -DISABLE ...
161    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
162      (additional storing is now needed for case vecinv;
163      currently nothing implemented to switch this storing off
164      in case fluxform is used since no CPP flag available).
165    
166    checkpoint40pre7
167    o bug fix in dynamics.F
168      calc_viscosity called before k=1,Nr loop.
169    o added some #ifdef's ALLOW_PASSIVE_TRACER
170    o cleaned initialisations in ctrl_map_ini
171      related to TAF
172    
173    checkpoint40pre6
174    o split dynamics into thermodynamics & dynamics
175    o corresponding split of calc_diffusivity into
176      calc_diffusivity, calc_viscosity
177      (kpp_calc_diff, kpp_calc_visc).
178    o Added diffkr, kapgm to control variables
179    o bug fix in gmredi_slope_limit for ldd97
180    
181    checkpoint40pre5
182    o proper initialization of Adams-Bashforth time stepping
183      + uses forward step for very first step of model (iter=0)
184    o re-generated *all* output since almost all output is modified by this
185      change (sorry but we've been putting this one off for about 2 years)
186      + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
187        *not* regenerated since they are already out of date and I don't
188        want to create the impression that they are suddenly working.
189    o removed KAP stuff for DEC's
190    o modified/added many .cvsignore files in */code and */input
191    o added new expt "solid-body.cs-32x32x1"
192      + this uses an alternative form of ini_curvilinear_grid.F which
193        is not necessarily any better than the current one...
194    
195    checkpoint40pre4
196    o added re-initialisations of utrans,vtrans,rtrans in
197      calc_common_factors which are crucial for TAF.
198    o extended iMin,jMin range for calc_common_factors,
199      calc_diffusivity
200    o added option ALLOW_PASSIVE_TRACER
201    o a few minor updates and fixes
202    
203    checkpoint40pre3
204    o created calc_gtr1.F for gad package
205    o split the_main_loop and re-introduced forward_step
206    o some recomputations of nIter0 for TAMC
207    
208  checkpoint40pre2  checkpoint40pre2
209  o Updated to latest branch of AJA, JMC  o Updated to latest branch of AJA, JMC
210  o Added gradient check package  o Added gradient check package

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.53.4.8

  ViewVC Help
Powered by ViewVC 1.1.22