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

  ViewVC Help
Powered by ViewVC 1.1.22