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

  ViewVC Help
Powered by ViewVC 1.1.22