/[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.46 by heimbach, Tue Aug 14 00:25:20 2001 UTC revision 1.53.4.7 by heimbach, Fri Feb 15 22:34:05 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_c44_e17
7    o bug fixes in cost package
8      * wrong identifier for active I/O of monthly mean psbar
9        (cost_averagesfields, cost_ssh) xx_psbar_dummy
10      * cleaned all identifier for active I/O of monthly fields
11      * wrong ladinit in various cost routines
12    o merge with interval (chkpt44c_post - chkpt44d_post)
13      * added missing EXCLUDE_MONITOR flags
14      * changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
15        (incompatible typ in MIN/MAX expressions caused problems
16        on IBM SP3)
17      * in genmake added variable MAKEDEPEND
18        plus resetting for case SunOS
19        added timer_stats.c routine for IBM SP3
20      * removed variables in dynamics
21    
22    ecco_c44_e16
23    o new ECCO checkpoint, the first since ecco_c43_e15
24      which is branched from MITgcm.
25      All changes were merged in between (see ecco-branch-mod? tags).
26    o last changes:
27      * assuming path for TAF and TAMC are known (e.g. in $path)
28      * genmake:
29        - added tools/xmakedepend to circumvene shortcoming of
30          SUN's makedepend (size too small)
31        - invoking ../tools/xmakedepend instead of makedepend
32        - changed compiler flags for case SunOS
33    
34    ecco-branch-mod5
35    o mod's to reproduce open boundary run
36    o enable field swapping for OB's and climatology
37    o update store directives for OB control
38    o added option ALLOW_OBCS_PRESCRIBE
39    o call of getobcs now out of obcs_calc (param. list modified)
40    
41    ecco-branch-mod4
42    o this is the second part of changes necessary to reconcile
43      the natl_box_adjoint verification (with and without grdchk).
44      >>>!!! CHANGES BETWEEN THE TAGS ecco-branch-mod3 !!!<<<
45      >>>!!!                      AND ecco-branch-mod4 !!!<<<
46      >>>!!! SHOULD BE MERGED INTO THE MAIN TRUNK      !!!<<<
47      - genmake: removed $S64 overwrite for case SunOS
48      - pkg/exf: update and corrections for field swapping and obcs
49      - pkg/ecco: parameter lists for the_model_main, the_main_loop
50                  harmonized between ECCO and MITgcm
51      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
52                      updated checkpointing_lev... lists for obcs
53      - model/src: minor changes in forward_step, plot_field
54      - pkg/mdsio: added mdsio_gl_slice
55    
56    ecco-branch-mod3
57    o this is the first part of changes necessary to reconcile
58      natl_box_adjoint verification (with and without grdchk).
59      This set of changes is relevant for ECCO only.
60      The next set/tag of changes (ecco-branch-mod4)
61      should be merged into the main trunk.
62      - update some options
63      - parameter lists of ecco_the_model_main and ecco_the_main_loop
64        differed from those of the MITgcm counterparts.
65    
66    ecco-branch-mod2
67    o update ecco-branch-mod1 to checkpoint44
68    o exclude from updates:
69      - verification/
70      - adjoint/
71      - pkg/cost
72      - pkg/ctrl
73      - pkg/ecco
74      - pkg/obcs
75      - model/src/the_model_main.F
76      - model/src/the_main_loop.F
77    
78    checkpoint44
79    o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping)
80    o fix bug in mom_vi_del2uv
81    o added some stuff for AD
82    
83    ecco-branch-mod1
84    o based on c43
85    o replaced packages cost, ctrl, ecco, obcs
86    o removed MITgcm verif.'s, added ECCO verif.'s
87    o added lsopt, optim for line search optimization.
88    
89    checkpoint43
90    o added two new advection tests
91    o added global 4x4 degree ocean test
92    o added test of H&S94 with free surface on cube
93    o some final mods for gradient check, adjoint,...
94    
95    checkpoint42
96      Fixed AD-related problems:
97    o Store directives up-to-date with re-arranged Adams-Bashforth
98      (mainly thermodynamics.F)
99    o New store directives for multi-dim. advection schemes
100      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
101      * new common block and key passkey
102      (mainly gad_advection.F)
103    o Modified store directives for split of dynamics/thermodynamics
104      for the case ALLOW_KPP
105    o Cleaned argument list for timestep_tracer.F
106    
107    checkpoint41
108    o re-formatted/added comments in prologues of key subroutines
109      to work with protex
110    
111    checkpoint40
112    o moved calc_gs, calc_gt and calc_tr1 back to model/src
113    o added FLT (floats) package from Arne along with demo. experiment
114    o re-arranged Adams-Bashforth scheme for tracers to allow easier
115      implementation of forward-in-time forcing terms
116    o more mods for non-linear free-surface including new variable
117    o modified multi-dim method to work on cube
118    o bug fix in KPP (from DM)
119    
120    checkpoint40pre9
121    o added DST advection schemes
122    o fix MPI bug on SGI's
123    o modifications for non-linear free-surface
124    o fixed conditionals for fixed flow/passive tracer only mode
125    o added tension/strain form of stress tensor
126    o changes to commenting of arguments for TAF/TAMC
127    o added/updated many matlab scripts
128    o added multi-dimensional advection method for tracers
129      
130    checkpoint40pre8
131    o new package rw/
132      Added method for dumping intermediate local arrays:
133      mdsio_writetile - same as mdsio_writefield except works from inside
134                        bi,bj loop
135      mdsio_writelocal - same as mdsio_writetile except works for local
136                         arrays
137      write_local_r? - higher-level wrapper for mdsio_writelocal
138      Controlled by diagFreq. Defaults to zero (ie. no dumps)
139      Example given at end of mom_vecinv.F that dumps some local arrays.
140    o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
141      control flux-form versus vector invariant code.
142      Switch is runtime flag vectorInvariantMomentum (defaults to false)
143      or genmake -DISABLE ...
144    o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
145      (additional storing is now needed for case vecinv;
146      currently nothing implemented to switch this storing off
147      in case fluxform is used since no CPP flag available).
148    
149  checkpoint40pre7  checkpoint40pre7
150  o bug fix in dynamics.F  o bug fix in dynamics.F
151    calc_viscosity called before k=1,Nr loop.    calc_viscosity called before k=1,Nr loop.

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.53.4.7

  ViewVC Help
Powered by ViewVC 1.1.22