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

  ViewVC Help
Powered by ViewVC 1.1.22