/[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.53 by adcroft, Fri Sep 28 17:53:37 2001 UTC revision 1.53.4.43 by dimitri, Tue Jun 17 20:48:22 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    untagged:
7    o minor changes to pkg/seaice pkg/cost/cost_ice.F
8      and verification/natl_box_adjoint/README
9    
10    ecco_c50_e32
11    o Patrick's adjoint-model storage directives for pkg/seaice
12    o merged with checkpoint50g_post (pkg/seaice and verification/lab_sea)
13      - added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics
14      - LSR sea-ice dynamic solver moved to SouthWest B-grid location and
15        made the default because of faster convergence than ADI
16    o Modifications for adjoint of SEAICE_ALLOW_DYNAMICS
17      - extended state in checkpoint_lev...
18      - in lsr.F, replaced GO TO by fixed loop index (also avoid DO WHILE)
19      - YEAH: in lsr.F, (first) successful use of CADJ LOOP = ITERATION
20      - avoid stoing in S/R budget for now
21      - in dynsolver.F, avoid NPSEUDO loop for adjoint
22      - new comlev1_lsr in the_main_loop
23    o Small modif's in lsopt/, optim/ to ease compilation
24      New script to run optim (lsopt)
25    
26    ecco_c50_e31
27    o exf totally restructured
28      - replaced all exf_set_ routines by one generic exf_set_gen.F
29        and made sure it's still differentiable
30      - split exf_getffields.F into new exf_bulkformulae.F
31      - exf_inscal_/exf_outscal_ suffixes consistent with field names
32    o New cost function: Tini-Tfin to do model spinup optimization.
33    o Started new verification exp for Tini-Tfin optimization.
34    
35    ecco_c50_e30
36    o corrected CPP option mismatch in exf_Bulk... functions for case
37      #define ALLOW_ATM_WIND && #undef ALLOW_ATM_TEMP
38    o Merging from release1_p13 and from icebear5
39      - bug fix for pkg/seaice dynamic solver
40      - Added SEAICE_initialHEFF to pkg/seaice
41      - Additional options for pkg/cost/cost_ice.F
42      - Updates to verification/natl_box_adjoint
43      - pkg/ctrl/ctrl_init.F
44        Fix for determination of startrec and endrec.
45      - pkg/cal/cal_toseconds.F
46        Fix for negative intervals shorter than 1 day.
47    
48    ecco_c50_e29
49    Bug fix for merging between c50 and KPP.
50    ikey was passed from thermodynamics to kpp_calc via
51    common block rather than being recomputed in kpp_calc,
52    in contradiction with new key itdkey.
53    New key ikppkey created, and tamc.h headers updated.
54    
55    ecco_c50_e28
56    o major merge:
57      ecco-branch merged with checkpoint50
58      gmredi now available, grdchk, DIVA up-to-date for MPI
59      However, two outstanding problems:
60      - kpp adjoint is broken, needs fixing!
61      - a few minor modif's in handling of CPP option
62        ALLOW_TANGENTLINEAR_RUN in conjunction with
63        ALLOW_ECCO_OPTIMIZATION are necessary to enable
64        TLM runs with ECCO setup
65    
66    ecco_c44_e27
67    o exf:
68      - Enable initialisation of forcing fields to constant
69        (runtime) values.
70      - in exf_getffields.F
71        Reduce i-/j-loop to interior domain, discarding overlaps.
72        That also fixes wrong TAF-key computations for key_1, key_2
73        with bulf formulae.
74      - exf_init.F modify #ifdef for exf_init_evap
75      - exf_getffieldrec.F, ctrl_getrec.F
76        The following INT-usages are not safe:
77          fldsecs  = int(fldsecs/fldperiod)*fldperiod
78          fldcount = int(fldsecs/fldperiod) + 1
79        and were modified.
80      - added repeatPeriod (from MAIN branch)
81    o grdchk: updated and merged
82      - has both ADM and TLM checks
83      - works for single- and multi-proc.
84      - output cleaned
85      - worked successfully for parallel DIVA
86      Needed one update in EEPARAMS.h and updates in ctrl package
87      More modif's may be necessary for ECCO code to support TLM.
88    o autodiff: checkpoint_lev...
89      - updated storing for bulk formulae (some arrays were missing)
90      - added state for seaice package
91      - synchronized with main branch
92    o DIVA:
93      Modif.s in
94      - cost_init.F
95      - cost_averagesfields.F
96      - ecco_the_main_loop.F
97      - ecco_the_model_main.F
98      and added cost_final_restore.F cost_final_store.F
99      o With these changes, it is possible to fully separate
100        the first forward run to compute the cost function (mdthe_main_loop)
101        and adjoint runs over individual DIVA intervals (adthe_main_loop)
102        into separate model executions.
103        This enables better tuning of DIVA to given queue sizes.
104      o Loss of cost function value in consecutive DIVA runs is
105        fixed by storing to 'costfinal' file.
106      o Appropriate call of ctrl_unpack/_pack,grdchk_main at
107        beginning/end of adjoint integration is accounted for.
108      The current changes apply to TAF-1.4.26.
109      TAF has one remaining bug, requiring one manual change
110      (see MITgcm manual).
111    o bug fix plus modif for ubar, vbar in cost_averagesfields
112    o cal: synchronized between MAIN and ecco-branch
113    
114    icebear4
115    o Added cost_ice for sea-ice volume sensitivity experiment.
116    o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT
117    o Reduced derivative singularities in pkg/seaice.
118    o Updated verification/natl_box_adjoint
119    
120    icebear3
121    o Removed spurious iikey and idkey
122    o pkg/exf
123      - bug fix in treatment of downward radiation
124    o pkg/seaice
125      - added initial sea-ice thickness parameter SEAICE_initialHEFF
126    o updated verification/natl_box_adjoint
127    
128    icebear2
129    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
130      kpp_transport_t.F,and ecco_the_main_loop.F
131    o adjoint-friendly modifications to pkg/seaice
132    o added verification/lab_sea as per release1_p12_pre
133    
134    ecco_c44_e26
135    o Merging pkg/exf and pkg/seaice from cvs tag ecco_ice2
136    o exf: Modifications to correctly handle evap field for adjoint
137    o grdchk:
138      Added code to perform gradient checks for bulk formulae/atmos. state
139      (atemp, aqh, uwind, vwind).
140      NOTE:
141      This package is out of synch with c48 package.
142      The latter also has the tangent linear gradient checks.
143      Need to be merged.
144    o verification/natl_box_adjoint:
145      * added new setup: code_bulk/, input_bulk, results_bulk
146        (Experiment 2, described in README)
147        uses bulk formulae and atmos. state as control instead of
148        air-sea fluxes.
149        Performs gradient checks for first 4 elements of atemp control.
150      * changed standard verification to perform
151        gradient checks on first 4 elements on hflux control.
152      * gmredi switched off (will come after merge with c48).
153    
154    ecco_c44_e25
155    o Merging some GM changes from main trunk (c47) to ecco-branch.
156    o Updating verif. natl_box_adjoint with GMRedi.
157    o Adding setup with explicit differentiaton of pressure solver.
158    o Bug fix: missing OBCS_OPTIONS.h for sponge layer code.
159    o (Re-?) Commiting old bug fixes in kpp to ecco-branch
160      (kpp_calc.F, kpp_routines.F)
161    o exf:
162      updated external forcing package
163      - cleaned old exfa stuff
164      - bug fixes
165        (missing OBCS_OPTIONS.h in two routines)
166      - enable easy to use "no forcing".
167      - added exf I/O for atmospheric loading
168      - added exf I/O for runoff data
169      - transfered scaling between exf <-> MITgcm to exf namelist
170    
171    ecco_c44_e24
172    o modifications to gradient check package (Martin Losch)
173      - enable centered differences
174      - modified format of standard output
175    o bug fix for nwettile contents
176      so far assumed global sum  in first entry (1,1,k),
177      needed for global control vector
178      -> introduced new variable nwet[c/w/s]global(nr)
179    o shifts of calls to cal/exf package to be accessible
180      in MITgcm stand-alone
181    o shifted packages_init_variables before convective_adjustment_ini
182      (corresponding update of TAF tape initialisation).
183    o removed auxiliary field in impldiff
184      (caused numerical differences for GMRedi cases)
185    o updated obcs control part (G. Gebbie)
186    o removed some f90 comments ("!")
187    o Bug fixes and updates in cost package
188     * cost_final: correct multiplier mult_tauv, mult_sflux
189     * cost_hyd: added call cost_ssh
190     * cost_init_barfiles.F: replaced arrays by tmpfld's
191     * cost_readtopexmean.F: ersmask -> tpmeanmask
192     * cost_weights.F: corrected wtheta[2], wsalt[2]
193    o cleaned exchanges in cg2d.F
194    
195    ecco_c44_e23
196    merged patches between release1_p1 and release1_p2:
197    o fixed array boundary problem for adjoint
198      (related to partial recomputation within subroutine
199      related to dynamics -> calc_viscosity -> mom_...
200    o fixed recomputation in thermodynamics
201    o prepare (but not complete) recomputation problem in impldiff
202    o fixed problem for adjoint of global_max
203    o switched off sponge layer code in external_forcing
204    Bug fix in ctrl_mask_set_yz (spotted by G. Gebbie)
205    
206    ecco_c44_e22
207    o Finally, the merges with the Scripps cost function terms:
208      Various additions, modifications, quality checks.
209    o Plus: Included switch ALLOW_AUTODIFF_MONITOR to handle
210      monitoring of adjoint state.
211    o Plus: removed comm_stats, ini_communication_patterns from diff. list
212      (no more need to "keep" MPI headers for adjoint generation)
213    o Plus: exf changes:
214      o added run-off routine
215      o additional storing needed for ustress,vstess
216        because of state-dependent quality check
217      o added missing initialisations
218    o Plus: genmake with MAKEDEPEND variable was still missing in ecco-branch
219    NB: - verification/natl_box_adjoint/ 240 steps run
220          * looks ok under Linux (twain.lcs.mit.edu)
221          * looks ok on MIT SUN's (fjord.mit.edu)
222          * NaN in reverse mode on Scripps SUN's at iter=214
223          * NaN in reverse mode on IBM SP3 (BlueHorizon) at iter=204
224        - 1 year forward int. global 2x2 deg. produces similar cost functions
225          * all cost terms of new code are slightly smaller (0.5 to 3%).
226    
227    ecco_c44_e21
228    o reversed order of ctrl/cost initialisation
229    o gmredi_slope_psi.F: Inconsistent types in MIN/MAX expressions
230    o modified to enable ctrl field swapping
231    o bug fix for global sum of ncvarlength in ctrl_init
232    o no more call to ctrl_unpack from ctrl_init
233    o no more write of ctrl vector in ctrl_pack
234      however, init. of control vector from ctrl_unpack
235    o various bug fixes & consistent nobcs handling in
236      ctrl_pack/unpack routines (by G. Gebbie)
237    o optim package: Added obcs control part for lsopt I/O
238      (by G. Gebbie)
239    o missing call to obcs_diags
240    o moved calls in packages_init_fixed to packages_readparms
241      because some quantities are needed earlier.
242    
243    ecco_c44_e20
244    o before major merges from the Scripps setup
245      here are two small updates:
246      - field swapping for surface flux controls enabled
247        (remains t.b.d. for atmos. state plus obcs)
248      - bug fix in active_file.F for xz-/yz- routines
249      - added missing xz-/yz- routines to active_file_ad.F
250    
251    ecco_c44_e19
252    o merged necessary patches:
253      - AD-related changes for GMRedi
254      - fixes i KPP (delZ -> drF)
255      - hook to OBCS songe layer code in external_forcing
256      - errorMessageUnit non-zero in eeboot.F
257      - included GMREDI, EXACT_CONSERV to natl_box_adjoint verif.
258    
259    ecco_c44_e18
260    o sponge layer code for obcs was missing
261      - added hook in external_forcing.F
262      - added storing for TAF
263    o new routine cost_init_barfiles to initialise
264      adjoint fields adtbar, adsbar, adpsbar
265      (needed in conjunction with corrected ladinit for active I/O)
266    o cleaned up and corrected order in packages_readparms, ecco_readparms
267    o corrected and simplified weights for obcs controls
268      - weight fields simplified
269      - bug fix in ctrl_pack
270      - no more write of control vector in ctrl_pack
271    o i/j index bug fixes in cost_ssh_mean
272    
273    ecco_c44_e17
274    o bug fixes in cost package
275      * wrong identifier for active I/O of monthly mean psbar
276        (cost_averagesfields, cost_ssh) xx_psbar_dummy
277      * cleaned all identifier for active I/O of monthly fields
278      * wrong ladinit in various cost routines
279    o merge with interval (chkpt44c_post - chkpt44d_post)
280      * added missing EXCLUDE_MONITOR flags
281      * changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
282        (incompatible typ in MIN/MAX expressions caused problems
283        on IBM SP3)
284      * in genmake added variable MAKEDEPEND
285        plus resetting for case SunOS
286        added timer_stats.c routine for IBM SP3
287      * removed variables in dynamics
288    
289    ecco_c44_e16
290    o new ECCO checkpoint, the first since ecco_c43_e15
291      which is branched from MITgcm.
292      All changes were merged in between (see ecco-branch-mod? tags).
293    o last changes:
294      * assuming path for TAF and TAMC are known (e.g. in $path)
295      * genmake:
296        - added tools/xmakedepend to circumvene shortcoming of
297          SUN's makedepend (size too small)
298        - invoking ../tools/xmakedepend instead of makedepend
299        - changed compiler flags for case SunOS
300    
301    ecco-branch-mod5
302    o mod's to reproduce open boundary run
303    o enable field swapping for OB's and climatology
304    o update store directives for OB control
305    o added option ALLOW_OBCS_PRESCRIBE
306    o call of getobcs now out of obcs_calc (param. list modified)
307    
308    ecco-branch-mod4
309    o this is the second part of changes necessary to reconcile
310      the natl_box_adjoint verification (with and without grdchk).
311      >>>!!! CHANGES BETWEEN THE TAGS ecco-branch-mod3 !!!<<<
312      >>>!!!                      AND ecco-branch-mod4 !!!<<<
313      >>>!!! SHOULD BE MERGED INTO THE MAIN TRUNK      !!!<<<
314      - genmake: removed $S64 overwrite for case SunOS
315      - pkg/exf: update and corrections for field swapping and obcs
316      - pkg/ecco: parameter lists for the_model_main, the_main_loop
317                  harmonized between ECCO and MITgcm
318      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
319                      updated checkpointing_lev... lists for obcs
320      - model/src: minor changes in forward_step, plot_field
321      - pkg/mdsio: added mdsio_gl_slice
322    
323    ecco-branch-mod3
324    o this is the first part of changes necessary to reconcile
325      natl_box_adjoint verification (with and without grdchk).
326      This set of changes is relevant for ECCO only.
327      The next set/tag of changes (ecco-branch-mod4)
328      should be merged into the main trunk.
329      - update some options
330      - parameter lists of ecco_the_model_main and ecco_the_main_loop
331        differed from those of the MITgcm counterparts.
332    
333    ecco-branch-mod2
334    o update ecco-branch-mod1 to checkpoint44
335    o exclude from updates:
336      - verification/
337      - adjoint/
338      - pkg/cost
339      - pkg/ctrl
340      - pkg/ecco
341      - pkg/obcs
342      - model/src/the_model_main.F
343      - model/src/the_main_loop.F
344    
345    checkpoint44
346    o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping)
347    o fix bug in mom_vi_del2uv
348    o added some stuff for AD
349    
350    ecco-branch-mod1
351    o based on c43
352    o replaced packages cost, ctrl, ecco, obcs
353    o removed MITgcm verif.'s, added ECCO verif.'s
354    o added lsopt, optim for line search optimization.
355    
356  checkpoint43  checkpoint43
357  o added two new advection tests  o added two new advection tests
358  o added global 4x4 degree ocean test  o added global 4x4 degree ocean test

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.53.4.43

  ViewVC Help
Powered by ViewVC 1.1.22