/[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.49 by adcroft, Thu Sep 27 14:15:36 2001 UTC revision 1.53.4.21 by dimitri, Sun Feb 16 04:59:57 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    icebear2
7    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
8      kpp_transport_t.F,and ecco_the_main_loop.F
9    o adjoint-friendly modifications to pkg/seaice
10    o added verification/lab_sea as per release1_p12_pre
11    
12    ecco_c44_e26
13    o Merging pkg/exf and pkg/seaice from cvs tag ecco_ice2
14    o exf: Modifications to correctly handle evap field for adjoint
15    o grdchk:
16      Added code to perform gradient checks for bulk formulae/atmos. state
17      (atemp, aqh, uwind, vwind).
18      NOTE:
19      This package is out of synch with c48 package.
20      The latter also has the tangent linear gradient checks.
21      Need to be merged.
22    o verification/natl_box_adjoint:
23      * added new setup: code_bulk/, input_bulk, results_bulk
24        (Experiment 2, described in README)
25        uses bulk formulae and atmos. state as control instead of
26        air-sea fluxes.
27        Performs gradient checks for first 4 elements of atemp control.
28      * changed standard verification to perform
29        gradient checks on first 4 elements on hflux control.
30      * gmredi switched off (will come after merge with c48).
31    
32    ecco_c44_e25
33    o Merging some GM changes from main trunk (c47) to ecco-branch.
34    o Updating verif. natl_box_adjoint with GMRedi.
35    o Adding setup with explicit differentiaton of pressure solver.
36    o Bug fix: missing OBCS_OPTIONS.h for sponge layer code.
37    o (Re-?) Commiting old bug fixes in kpp to ecco-branch
38      (kpp_calc.F, kpp_routines.F)
39    o exf:
40      updated external forcing package
41      - cleaned old exfa stuff
42      - bug fixes
43        (missing OBCS_OPTIONS.h in two routines)
44      - enable easy to use "no forcing".
45      - added exf I/O for atmospheric loading
46      - added exf I/O for runoff data
47      - transfered scaling between exf <-> MITgcm to exf namelist
48    
49    ecco_c44_e24
50    o modifications to gradient check package (Martin Losch)
51      - enable centered differences
52      - modified format of standard output
53    o bug fix for nwettile contents
54      so far assumed global sum  in first entry (1,1,k),
55      needed for global control vector
56      -> introduced new variable nwet[c/w/s]global(nr)
57    o shifts of calls to cal/exf package to be accessible
58      in MITgcm stand-alone
59    o shifted packages_init_variables before convective_adjustment_ini
60      (corresponding update of TAF tape initialisation).
61    o removed auxiliary field in impldiff
62      (caused numerical differences for GMRedi cases)
63    o updated obcs control part (G. Gebbie)
64    o removed some f90 comments ("!")
65    o Bug fixes and updates in cost package
66     * cost_final: correct multiplier mult_tauv, mult_sflux
67     * cost_hyd: added call cost_ssh
68     * cost_init_barfiles.F: replaced arrays by tmpfld's
69     * cost_readtopexmean.F: ersmask -> tpmeanmask
70     * cost_weights.F: corrected wtheta[2], wsalt[2]
71    o cleaned exchanges in cg2d.F
72    
73    ecco_c44_e23
74    merged patches between release1_p1 and release1_p2:
75    o fixed array boundary problem for adjoint
76      (related to partial recomputation within subroutine
77      related to dynamics -> calc_viscosity -> mom_...
78    o fixed recomputation in thermodynamics
79    o prepare (but not complete) recomputation problem in impldiff
80    o fixed problem for adjoint of global_max
81    o switched off sponge layer code in external_forcing
82    Bug fix in ctrl_mask_set_yz (spotted by G. Gebbie)
83    
84    ecco_c44_e22
85    o Finally, the merges with the Scripps cost function terms:
86      Various additions, modifications, quality checks.
87    o Plus: Included switch ALLOW_AUTODIFF_MONITOR to handle
88      monitoring of adjoint state.
89    o Plus: removed comm_stats, ini_communication_patterns from diff. list
90      (no more need to "keep" MPI headers for adjoint generation)
91    o Plus: exf changes:
92      o added run-off routine
93      o additional storing needed for ustress,vstess
94        because of state-dependent quality check
95      o added missing initialisations
96    o Plus: genmake with MAKEDEPEND variable was still missing in ecco-branch
97    NB: - verification/natl_box_adjoint/ 240 steps run
98          * looks ok under Linux (twain.lcs.mit.edu)
99          * looks ok on MIT SUN's (fjord.mit.edu)
100          * NaN in reverse mode on Scripps SUN's at iter=214
101          * NaN in reverse mode on IBM SP3 (BlueHorizon) at iter=204
102        - 1 year forward int. global 2x2 deg. produces similar cost functions
103          * all cost terms of new code are slightly smaller (0.5 to 3%).
104    
105    ecco_c44_e21
106    o reversed order of ctrl/cost initialisation
107    o gmredi_slope_psi.F: Inconsistent types in MIN/MAX expressions
108    o modified to enable ctrl field swapping
109    o bug fix for global sum of ncvarlength in ctrl_init
110    o no more call to ctrl_unpack from ctrl_init
111    o no more write of ctrl vector in ctrl_pack
112      however, init. of control vector from ctrl_unpack
113    o various bug fixes & consistent nobcs handling in
114      ctrl_pack/unpack routines (by G. Gebbie)
115    o optim package: Added obcs control part for lsopt I/O
116      (by G. Gebbie)
117    o missing call to obcs_diags
118    o moved calls in packages_init_fixed to packages_readparms
119      because some quantities are needed earlier.
120    
121    ecco_c44_e20
122    o before major merges from the Scripps setup
123      here are two small updates:
124      - field swapping for surface flux controls enabled
125        (remains t.b.d. for atmos. state plus obcs)
126      - bug fix in active_file.F for xz-/yz- routines
127      - added missing xz-/yz- routines to active_file_ad.F
128    
129    ecco_c44_e19
130    o merged necessary patches:
131      - AD-related changes for GMRedi
132      - fixes i KPP (delZ -> drF)
133      - hook to OBCS songe layer code in external_forcing
134      - errorMessageUnit non-zero in eeboot.F
135      - included GMREDI, EXACT_CONSERV to natl_box_adjoint verif.
136    
137    ecco_c44_e18
138    o sponge layer code for obcs was missing
139      - added hook in external_forcing.F
140      - added storing for TAF
141    o new routine cost_init_barfiles to initialise
142      adjoint fields adtbar, adsbar, adpsbar
143      (needed in conjunction with corrected ladinit for active I/O)
144    o cleaned up and corrected order in packages_readparms, ecco_readparms
145    o corrected and simplified weights for obcs controls
146      - weight fields simplified
147      - bug fix in ctrl_pack
148      - no more write of control vector in ctrl_pack
149    o i/j index bug fixes in cost_ssh_mean
150    
151    ecco_c44_e17
152    o bug fixes in cost package
153      * wrong identifier for active I/O of monthly mean psbar
154        (cost_averagesfields, cost_ssh) xx_psbar_dummy
155      * cleaned all identifier for active I/O of monthly fields
156      * wrong ladinit in various cost routines
157    o merge with interval (chkpt44c_post - chkpt44d_post)
158      * added missing EXCLUDE_MONITOR flags
159      * changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
160        (incompatible typ in MIN/MAX expressions caused problems
161        on IBM SP3)
162      * in genmake added variable MAKEDEPEND
163        plus resetting for case SunOS
164        added timer_stats.c routine for IBM SP3
165      * removed variables in dynamics
166    
167    ecco_c44_e16
168    o new ECCO checkpoint, the first since ecco_c43_e15
169      which is branched from MITgcm.
170      All changes were merged in between (see ecco-branch-mod? tags).
171    o last changes:
172      * assuming path for TAF and TAMC are known (e.g. in $path)
173      * genmake:
174        - added tools/xmakedepend to circumvene shortcoming of
175          SUN's makedepend (size too small)
176        - invoking ../tools/xmakedepend instead of makedepend
177        - changed compiler flags for case SunOS
178    
179    ecco-branch-mod5
180    o mod's to reproduce open boundary run
181    o enable field swapping for OB's and climatology
182    o update store directives for OB control
183    o added option ALLOW_OBCS_PRESCRIBE
184    o call of getobcs now out of obcs_calc (param. list modified)
185    
186    ecco-branch-mod4
187    o this is the second part of changes necessary to reconcile
188      the natl_box_adjoint verification (with and without grdchk).
189      >>>!!! CHANGES BETWEEN THE TAGS ecco-branch-mod3 !!!<<<
190      >>>!!!                      AND ecco-branch-mod4 !!!<<<
191      >>>!!! SHOULD BE MERGED INTO THE MAIN TRUNK      !!!<<<
192      - genmake: removed $S64 overwrite for case SunOS
193      - pkg/exf: update and corrections for field swapping and obcs
194      - pkg/ecco: parameter lists for the_model_main, the_main_loop
195                  harmonized between ECCO and MITgcm
196      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
197                      updated checkpointing_lev... lists for obcs
198      - model/src: minor changes in forward_step, plot_field
199      - pkg/mdsio: added mdsio_gl_slice
200    
201    ecco-branch-mod3
202    o this is the first part of changes necessary to reconcile
203      natl_box_adjoint verification (with and without grdchk).
204      This set of changes is relevant for ECCO only.
205      The next set/tag of changes (ecco-branch-mod4)
206      should be merged into the main trunk.
207      - update some options
208      - parameter lists of ecco_the_model_main and ecco_the_main_loop
209        differed from those of the MITgcm counterparts.
210    
211    ecco-branch-mod2
212    o update ecco-branch-mod1 to checkpoint44
213    o exclude from updates:
214      - verification/
215      - adjoint/
216      - pkg/cost
217      - pkg/ctrl
218      - pkg/ecco
219      - pkg/obcs
220      - model/src/the_model_main.F
221      - model/src/the_main_loop.F
222    
223    checkpoint44
224    o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping)
225    o fix bug in mom_vi_del2uv
226    o added some stuff for AD
227    
228    ecco-branch-mod1
229    o based on c43
230    o replaced packages cost, ctrl, ecco, obcs
231    o removed MITgcm verif.'s, added ECCO verif.'s
232    o added lsopt, optim for line search optimization.
233    
234    checkpoint43
235    o added two new advection tests
236    o added global 4x4 degree ocean test
237    o added test of H&S94 with free surface on cube
238    o some final mods for gradient check, adjoint,...
239    
240    checkpoint42
241      Fixed AD-related problems:
242    o Store directives up-to-date with re-arranged Adams-Bashforth
243      (mainly thermodynamics.F)
244    o New store directives for multi-dim. advection schemes
245      * new CPP flag ALLOW_MULTI_DIM_ADVECTION
246      * new common block and key passkey
247      (mainly gad_advection.F)
248    o Modified store directives for split of dynamics/thermodynamics
249      for the case ALLOW_KPP
250    o Cleaned argument list for timestep_tracer.F
251    
252    checkpoint41
253    o re-formatted/added comments in prologues of key subroutines
254      to work with protex
255    
256    checkpoint40
257    o moved calc_gs, calc_gt and calc_tr1 back to model/src
258    o added FLT (floats) package from Arne along with demo. experiment
259    o re-arranged Adams-Bashforth scheme for tracers to allow easier
260      implementation of forward-in-time forcing terms
261    o more mods for non-linear free-surface including new variable
262    o modified multi-dim method to work on cube
263    o bug fix in KPP (from DM)
264    
265  checkpoint40pre9  checkpoint40pre9
266  o added DST advection schemes  o added DST advection schemes
267  o fix MPI bug on SGI's  o fix MPI bug on SGI's
# Line 11  o fixed conditionals for fixed flow/pass Line 270  o fixed conditionals for fixed flow/pass
270  o added tension/strain form of stress tensor  o added tension/strain form of stress tensor
271  o changes to commenting of arguments for TAF/TAMC  o changes to commenting of arguments for TAF/TAMC
272  o added/updated many matlab scripts  o added/updated many matlab scripts
273    o added multi-dimensional advection method for tracers
274        
275  checkpoint40pre8  checkpoint40pre8
276  o new package rw/  o new package rw/

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.53.4.21

  ViewVC Help
Powered by ViewVC 1.1.22