/[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.50 by adcroft, Thu Sep 27 14:24:19 2001 UTC revision 1.53.4.11 by heimbach, Thu Apr 4 10:45:15 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_e21
7    o reversed order of ctrl/cost initialisation
8    o gmredi_slope_psi.F: Inconsistent types in MIN/MAX expressions
9    o modified to enable ctrl field swapping
10    o bug fix for global sum of ncvarlength in ctrl_init
11    o no more call to ctrl_unpack from ctrl_init
12    o no more write of ctrl vector in ctrl_pack
13      however, init. of control vector from ctrl_unpack
14    o various bug fixes & consistent nobcs handling in
15      ctrl_pack/unpack routines (by G. Gebbie)
16    o optim package: Added obcs control part for lsopt I/O
17      (by G. Gebbie)
18    o missing call to obcs_diags
19    o moved calls in packages_init_fixed to packages_readparms
20      because some quantities are needed earlier.
21    
22    ecco_c44_e20
23    o before major merges from the Scripps setup
24      here are two small updates:
25      - field swapping for surface flux controls enabled
26        (remains t.b.d. for atmos. state plus obcs)
27      - bug fix in active_file.F for xz-/yz- routines
28      - added missing xz-/yz- routines to active_file_ad.F
29    
30    ecco_c44_e19
31    o merged necessary patches:
32      - AD-related changes for GMRedi
33      - fixes i KPP (delZ -> drF)
34      - hook to OBCS songe layer code in external_forcing
35      - errorMessageUnit non-zero in eeboot.F
36      - included GMREDI, EXACT_CONSERV to natl_box_adjoint verif.
37    
38    ecco_c44_e18
39    o sponge layer code for obcs was missing
40      - added hook in external_forcing.F
41      - added storing for TAF
42    o new routine cost_init_barfiles to initialise
43      adjoint fields adtbar, adsbar, adpsbar
44      (needed in conjunction with corrected ladinit for active I/O)
45    o cleaned up and corrected order in packages_readparms, ecco_readparms
46    o corrected and simplified weights for obcs controls
47      - weight fields simplified
48      - bug fix in ctrl_pack
49      - no more write of control vector in ctrl_pack
50    o i/j index bug fixes in cost_ssh_mean
51    
52    ecco_c44_e17
53    o bug fixes in cost package
54      * wrong identifier for active I/O of monthly mean psbar
55        (cost_averagesfields, cost_ssh) xx_psbar_dummy
56      * cleaned all identifier for active I/O of monthly fields
57      * wrong ladinit in various cost routines
58    o merge with interval (chkpt44c_post - chkpt44d_post)
59      * added missing EXCLUDE_MONITOR flags
60      * changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
61        (incompatible typ in MIN/MAX expressions caused problems
62        on IBM SP3)
63      * in genmake added variable MAKEDEPEND
64        plus resetting for case SunOS
65        added timer_stats.c routine for IBM SP3
66      * removed variables in dynamics
67    
68    ecco_c44_e16
69    o new ECCO checkpoint, the first since ecco_c43_e15
70      which is branched from MITgcm.
71      All changes were merged in between (see ecco-branch-mod? tags).
72    o last changes:
73      * assuming path for TAF and TAMC are known (e.g. in $path)
74      * genmake:
75        - added tools/xmakedepend to circumvene shortcoming of
76          SUN's makedepend (size too small)
77        - invoking ../tools/xmakedepend instead of makedepend
78        - changed compiler flags for case SunOS
79    
80    ecco-branch-mod5
81    o mod's to reproduce open boundary run
82    o enable field swapping for OB's and climatology
83    o update store directives for OB control
84    o added option ALLOW_OBCS_PRESCRIBE
85    o call of getobcs now out of obcs_calc (param. list modified)
86    
87    ecco-branch-mod4
88    o this is the second part of changes necessary to reconcile
89      the natl_box_adjoint verification (with and without grdchk).
90      >>>!!! CHANGES BETWEEN THE TAGS ecco-branch-mod3 !!!<<<
91      >>>!!!                      AND ecco-branch-mod4 !!!<<<
92      >>>!!! SHOULD BE MERGED INTO THE MAIN TRUNK      !!!<<<
93      - genmake: removed $S64 overwrite for case SunOS
94      - pkg/exf: update and corrections for field swapping and obcs
95      - pkg/ecco: parameter lists for the_model_main, the_main_loop
96                  harmonized between ECCO and MITgcm
97      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
98                      updated checkpointing_lev... lists for obcs
99      - model/src: minor changes in forward_step, plot_field
100      - pkg/mdsio: added mdsio_gl_slice
101    
102    ecco-branch-mod3
103    o this is the first part of changes necessary to reconcile
104      natl_box_adjoint verification (with and without grdchk).
105      This set of changes is relevant for ECCO only.
106      The next set/tag of changes (ecco-branch-mod4)
107      should be merged into the main trunk.
108      - update some options
109      - parameter lists of ecco_the_model_main and ecco_the_main_loop
110        differed from those of the MITgcm counterparts.
111    
112    ecco-branch-mod2
113    o update ecco-branch-mod1 to checkpoint44
114    o exclude from updates:
115      - verification/
116      - adjoint/
117      - pkg/cost
118      - pkg/ctrl
119      - pkg/ecco
120      - pkg/obcs
121      - model/src/the_model_main.F
122      - model/src/the_main_loop.F
123    
124    checkpoint44
125    o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping)
126    o fix bug in mom_vi_del2uv
127    o added some stuff for AD
128    
129    ecco-branch-mod1
130    o based on c43
131    o replaced packages cost, ctrl, ecco, obcs
132    o removed MITgcm verif.'s, added ECCO verif.'s
133    o added lsopt, optim for line search optimization.
134    
135    checkpoint43
136    o added two new advection tests
137    o added global 4x4 degree ocean test
138    o added test of H&S94 with free surface on cube
139    o some final mods for gradient check, adjoint,...
140    
141    checkpoint42
142      Fixed AD-related problems:
143    o Store directives up-to-date with re-arranged Adams-Bashforth
144      (mainly thermodynamics.F)
145    o New store directives for multi-dim. advection schemes
146      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
147      * new common block and key passkey
148      (mainly gad_advection.F)
149    o Modified store directives for split of dynamics/thermodynamics
150      for the case ALLOW_KPP
151    o Cleaned argument list for timestep_tracer.F
152    
153    checkpoint41
154    o re-formatted/added comments in prologues of key subroutines
155      to work with protex
156    
157  checkpoint40  checkpoint40
158  o moved calc_gs, calc_gt and calc_tr1 back to model/src  o moved calc_gs, calc_gt and calc_tr1 back to model/src
159  o added FLT (floats) package from Arne along with demo. experiment  o added FLT (floats) package from Arne along with demo. experiment

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.53.4.11

  ViewVC Help
Powered by ViewVC 1.1.22