/[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.114 by jmc, Fri Jan 3 04:07:52 2003 UTC revision 1.169 by heimbach, Fri Jun 27 02:15:54 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    >>>checkpoint51b_post
7    adjoint of ptracers
8    o disentangled ALLOW_PTRACERS using new ALLOW_GCHEM
9    o extended state in checkpoint_lev?, etc.
10    o alternative ctrl/cost with tr1 or ptracer
11    o new comlev1_bibj_ptracers
12    o new ptracers.flow
13    o made ptracers_forcing same as external_forcing_s
14    o added verification for adjoint with ptracers
15      - adm. grdchk fail so far
16      - tlm. grdchk OK
17      - checked tapelev/comlev recomputations: OK
18    <<<checkpoint51b_pre
19    
20    checkpoint51a_post
21    o added code for biogeochemistry package
22      - new pkgs: dic, gchem
23      - new subroutine in ptracers
24    o modify code for biogeo packages
25      - in model/src and pkg/ptracers
26    
27    checkpoint51
28    o merged improved packages from ecco-branch (ecco_c51_e34) to MAIN
29      - autodiff, ctrl, exf, grdchk, seaice
30      kept separate packages
31      - cost, ecco, obcs
32    o updating verification/internal_wave, verification/lab_sea
33      (all verif's pass on faulks.lcs.mit.edu RH7.3, g77)
34    
35    checkpoint50i_post
36    o Preparing next differentiable checkpoint and sync
37      of MAIN vs. ecco-branch
38      - 1st step: this one is differentiable
39      - 2nd step: next(! not this) checkpoint will have updated packages
40                  from ecco-branch)
41    
42    checkpoint50h_post
43    o new package "land": provide surface BC for AIM.
44    o pkg/ptracers: apply exchange to all tracers after reading a pickup.
45    o AIM: use true log-P extrapolation for near surface temp (= as in
46        F.Molteni paper) ; update aim.5l_cs output.
47    o New variable in PARM03 for more flexible pickups
48    o somewhat cleaned package initialisation sequence for
49      ctrl/ cost/ ecco/ in packages_... routines
50    
51    checkpoint50g_post
52    o merged with release1_p17 (pkg/seaice and verification/lab_sea)
53      - added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics
54      - LSR sea-ice dynamic solver moved to SouthWest B-grid location and
55        made the default because of faster convergence than ADI
56    
57    checkpoint50f_post
58    o exf totally restructured
59      - replaced all exf_set_ routines by one generic exf_set_gen.F
60        and made sure it's still differentiable
61      - split exf_getffields.F into new exf_bulkformulae.F
62      - exf_inscal_/exf_outscal_ suffixes consistent with field names
63      - updated adjoint/makefile and relevant verif. accordingly
64    
65    checkpoint50f_pre
66     o AIM: near surface temp evaluated from Pot.Temp: fixed for Part Cell ;
67          + change Evap over land. (update aim.5l_cs output)
68     o added missing .cvsignores and made uniform across expts
69     o changed configuration of tidal_basin_2d expt
70     o added pkg/debug functions for tracing code in fatal crashes
71     o tidied pkg/monitor to use MONITOR_OPTIONS.h
72     o new fn in pkg/monitor to stop model if solution grows too big
73     o removed lots of single quotes from comments
74    
75    checkpoint50e_post
76    o make KPP work with PTRACERS
77     - fix gad_calc_rhs to call new routine kpp_transport_ptr, which is
78       nearly a copy of kpp_transport_s
79     - there is no analogue to SurfaceTendencyS, so I have to use
80       gPtr(of the surface layer) instead
81    o add a new platform SunFire+mpi (SunFire 15000) to genmake
82    checkpoint50e_pre
83    
84    checkpoint50d_post
85    o change kpp output from multiple-record state files to single-record state
86      files analogous to write_state.F
87    o reduce the output frequency of cg3d-related stuff to the monitor frequency,
88      analogous to the cg2d-related output.
89    o fix small problem with in ptracers_write_checkpoint.F: len(suff)=512,
90      so that writing to internal file fn (with length 512) fails.
91    checkpoint50d_pre
92    
93    checkpoint50c_post
94    o fix problem in ini_procs.F when using MPI (was there since checkpoint48f)
95    o add monitor diagnostic of vorticity (mon_vort3.F) and potential energy.
96    o add time-average diagnostic of U*V and vertical diffusive flux for theta.
97    o bug fixed in convective adjustment diagnostic (multi-tile set-up).
98    o 4th Order Adv scheme: return to previous (c40pre7) masking near boundaries.
99    
100    checkpoint50c_pre
101    Merging from release1_p13:
102    o bug fix for pkg/seaice dynamic solver
103    o Added SEAICE_initialHEFF to pkg/seaice
104    
105    checkpoint50b_post
106    o store u*,v* in gU,V instead of in guNm1,gvNm1
107    o in order to put the momForcing out of the Adams-Bashforth:
108      move forcing & CD-scheme calls from mom_fluxform & mom_vecinv
109      to timestep.F
110    o new flag "useCDscheme" (default=F); replace guCD,gvCD by local arrays
111    o re-generate output for highly sensitive test-exp:
112       global_ocean_pressure, ideal_2D_oce, lab_sea, natl_box
113    
114    checkpoint50b_pre
115    o restore the use of momAdvection & useCoriolis flags (mom_vecinv)
116    o corrected CPP option mismatch in exf_Bulk... functions for case
117      #define ALLOW_ATM_WIND && #undef ALLOW_ATM_TEMP
118    
119    checkpoint50a_post
120    o Bug fix for merging between c50 and KPP.
121      ikey was passed from thermodynamics to kpp_calc via
122      common block rather than being recomputed in kpp_calc,
123      in contradiction with new key itdkey.
124      New key ikppkey created, and tamc.h headers updated.
125    
126    checkpoint50
127    - 2nd step of merge with ecco-branch:
128      merge changes in ecco-branch back into main trunk
129    - bug fix in find_alpha
130    - more storing in gmredi_calc_tensor.F, kpp_routines.F
131    - avoid iterative loop in ini_pressure for ALLOW_AUTODIFF_TAMC
132    - merged some sliced AD support routines
133    
134    checkpoint49
135    merged from ecco-branch:
136    o exf:
137      - Enable initialisation of forcing fields to constant
138        (runtime) values.
139      - in exf_getffields.F
140        Reduce i-/j-loop to interior domain, discarding overlaps.
141        That also fixes wrong TAF-key computations for key_1, key_2
142        with bulf formulae.
143      - exf_init.F modify #ifdef for exf_init_evap
144      - exf_getffieldrec.F, ctrl_getrec.F
145        The following INT-usages are not safe:
146          fldsecs  = int(fldsecs/fldperiod)*fldperiod
147          fldcount = int(fldsecs/fldperiod) + 1
148        and were modified.
149    o autodiff: checkpoint_lev...
150      - updated storing for bulk formulae (some arrays were missing)
151      - added state for seaice package
152      - synchronized with main branch
153    o DIVA:
154      Modif.s in
155      - the_main_loop.F
156      - the_model_main.F
157      and added cost_final_restore.F cost_final_store.F
158      o With these changes, it is possible to fully separate
159        the first forward run to compute the cost function (mdthe_main_loop)
160        and adjoint runs over individual DIVA intervals (adthe_main_loop)
161        into separate model executions.
162        This enables better tuning of DIVA to given queue sizes.
163      o Loss of cost function value in consecutive DIVA runs is
164        fixed by storing to 'costfinal' file.
165      o Appropriate call of ctrl_unpack/_pack,grdchk_main at
166        beginning/end of adjoint integration is accounted for.
167      The current changes apply to TAF-1.4.26.
168      TAF has one remaining bug, requiring one manual change
169      (see MITgcm manual).
170    o cal: synchronized between MAIN and ecco-branch
171    
172    checkpoint48i_post
173    o Changes to restore differentiability of code w.r.t. previous tag
174      (mostly adding new routines to make list and replacing
175      pressure by totPhiHyd).
176    o Updated and merged grdchk package
177      - has both ADM and TLM checks
178      - works for single- and multi-proc.
179      - output cleaned
180      - worked successfully for parallel DIVA
181    o genmake:
182      - Adding -platform=SP4
183      - Modif. for DEC Alpha (many don't have makedepend; use mkdep instead).
184    o Modif. for DIVA:
185      ctrl_unpack should not be called in intermediate DIVA interval.
186      (similar thing would apply for active files such as
187      tbar, sbar, psbar, which should not be reinitialised;
188      only relevant for ecco-branch)
189    
190    checkpoint48h_post
191    o improve "ini_p_ground" when using finite difference form for calc_phi_hyd
192    o Added net flux to downward flux conversion to pkg/exf/exf_getffields.F
193    o Added SEAICE_initialHEFF to pkg/seaice
194    o ecco_the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT
195    
196    checkpoint48g_post
197    --- EOS:
198    o compute locally the pressure for use in EOS: UNESCO, JMD95P, MDJWF
199      store total Potential in totPhyHyd for diagnostics & EOS.
200    o fix restart and overlap Pb when using Z-coord and EOS funct. of P
201    --- Pressure/geopotential gradient:
202    o use Ro_surf & R_low instead of hFac in cal_phi_hyd:
203    o NLFS + p-coord.: eta*Alpha' is not longer lagging 1.time-step behind
204      ( changes results of global_ocean_pressure )
205    o NLFS + z-coord.: add eta*Rho' contribution.
206    o accurate phiHyd when using interface-W at the middle between 2 centers
207     ( changes results of ideal_2D_oce )
208    o includes r* 2nd term in potential gradient.
209    
210    checkpoint48f_post
211    Merging from release1_p12:
212    o Modifications for using pkg/exf with pkg/seaice
213      - improved description of the various forcing configurations
214      - added basic radiation bulk formulae to pkg/exf
215      - units/sign fix for evap computation in exf_getffields.F
216      - updated verification/global_with_exf/results/output.txt
217    o Added pkg/sbo for computing IERS Special Bureau for the Oceans
218      (SBO) core products, including oceanic mass, center-of-mass,
219      angular, and bottom pressure (see pkg/sbo/README.sbo).
220    o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
221      to avoid negative values in shallow regions.
222      - updated verification/natl_box/results/output.txt
223      - updated verification/lab_sea/results/output.txt
224    o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
225    o Added useSingleCpuIO option (see PARAMS.h).
226    o Updated useSingleCpuIO option in mdsio_writefield.F to
227      work with multi-field files, e.g., for single-file pickup.
228    o pkg/seaice:
229      - bug fix in growth.F: QNET for no shortwave case
230      - added HeffFile for specifying initial sea-ice thickness
231      - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
232    o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
233      kpp_transport_t.F, forward_step.F, and the_main_loop.F
234    o pkg/seaice:
235      - adjoint-friendly modifications
236      - added a SEAICE_WRITE_PICKUP at end of the_model_main.F
237    
238    checkpoint48e_post
239    o New S/R for diagnostic of bottom pressure (phi0surf was missing in c48d_post)
240    o dynamics: change definition of computational domain & adapt mom_fluxform
241      accordingly ; when viscA4=0, allows to run the dynamics with Olx=Oly=2.
242    o following exp works with Olx=Oly=2 (and pass through checkbounds option):
243        adjust_nlfs.cs-32x32x1 adjustment.128x64x1 adjustment.cs-32x32x1
244        exp0 exp1 exp2 exp4 exp5 hs94.cs-32x32x5 hs94.128x64x5 hs94.1x64x5
245        global_ocean.90x40x15 global_with_exf global_ocean_pressure
246        inverted_barometer solid-body.cs-32x32x1
247      (high order AdvScheme and/or multiDimAd works with Olx=Oly=2 ? not sure)
248    
249    checkpoint48d_post
250    o in preparation for r*:
251     a) use pre-computed gradient of hydrostatic potential:
252        changes in timestep.F & mom_cdscheme.F affects results of ideal_2D_oce
253     b) move phi0surf from calc_phi_hyd to calc_grad_phi_hyd:
254        => affects results of glob_oce_pressure (different truncation error)  
255      update output.txt of ideal_2D_oce & global_ocean_pressure
256    
257    checkpoint48d_pre
258    o in preparation for r*:
259      new S/R (calc_grad_phi_hyd.F) to compute Hydrostatic potential gradient.
260      pass the 2 comp. of the grad. as arguments to momentum S/R.
261      but for the moment, only used if it does not change the results.
262    o add finite volume form of calc_phi_hyd for buoyancyRelation OCEANIC & OCEANICP
263    
264    checkpoint48c_post
265    Modifications in treatment of initial flux forcing controls
266    to avoid extra storing of flux fields.
267    
268    checkpoint48c_pre
269    o Added tidal_basin_2d experiment (currently 1D!)
270    o can use r* Coordinate with OBC (but Orlanski Rad. BC not yet implemented)
271    
272    checkpoint48b_post
273    o r* coordinate added in #ifdef NONLIN_FRSURF block.
274     (modification to pressure gradient not yet implemented)
275    o mom_fluxform: new S/R mom_calc_rtrans.F computes vertical transports
276      (for U & V) that are used for vertical advection of momentum.
277    
278    checkpoint48a_post
279    o In preparation for r*, use temp. array to compute vertical transport
280       in flux-form momentum pkg. => change results of few test-exp.
281      Update output of: exp4, exp5, front_relax, global_ocean_pressure,
282                        lab_sea, natl_box & plume_on_slope
283    
284    checkpoint48
285    o fix small bug that was causing lot of warning (TIMER_STOP 'UPDATE_CG2D')
286    
287    checkpoint47j_post
288    o add new exp. (ideal_2D_oce) to test "exotic" parameters and options.
289    o moved adexch from forward_step to addummy_in_stepping
290    o added exch in ctrl_map_...
291    o aveFreq.=0. at end of cost_final to avoid overwrite in
292      reverse checkpointing loop
293    o Yet more changes in gmredi:
294      * adgmredi_calc_tensor
295        avoiding all recomputation of gmredi_slope_limit
296      * adgmredi_x/y/rtransport
297        added flag for excessive storing to avoid recomp. of
298        u/v/rtans, dTdx/y/z
299        -> this is not really necessary and very memory-consuming
300      * adgmredi_slope_psi:
301        consistency with gmredi_slope_limit in treatment of GM_slopeSqCutoff
302      * gmredi_slope_limit
303        re-activated full calculation of taperfct for case 'ac02'
304    o updating verification/ adjoints of carbon, global_ocean.90x40x15
305    
306    checkpoint47i_post
307    o GM_EXCLUDE_() replace GM_TAPER_(): by default, all the code is compiled.
308    o add GM_Small_Number & GM_slopeSqCutoff as run-time parameters (data.gmredi)
309      default values = 1.D-12 & 1.D+48 (=> give same results as checkpoint47f_post)
310    o cg2dTargetResWunit: define tolerance using deltaTmom (and not deltaTfreesurf)
311    o gmredi: fix few bugs.
312    
313    checkpoint47h_post (duplicate tag for PH's c48 tag, in order to move c48)
314    This will be a good checkpoint to plug into the ecco-branch.
315    o few modif.'s to get latest version adjointed
316      (mainly kick out code in ini_linear_phisurf)
317    o modif's to run adjoint with exactConserv
318    o case GM_BOLUS_ADVEC should be cleaned
319      S/R gmredi_slope_psi should be cleaned
320    o verification/carbon now has exactConserv=.TRUE.
321    
322    checkpoint47g_post
323  o time-average AIM output: becomes independent from statvars time-average  o time-average AIM output: becomes independent from statvars time-average
324    (can be used with #undef ALLOW_TIMEAVE) ; add new variables (e.g., RH)    (can be used with #undef ALLOW_TIMEAVE) ; add new variables (e.g., RH)
325    o After TAF bug fix:
326      Tested adjoint of gmredi package.
327      Tests were done with checkpoint47 rather than with latest
328      checkpoint47f_post since the latter is broken for the adjoint
329      verification/carbon/ contains both ADM and TLM gradient checks.
330    Here they are, before they get changed/lost/stolen.
331    Mostly modif.'s to fix numerical sensitivities.
332    Gradient checks OK for
333    - GM_taper_scheme:
334      * clipping
335      * ac02
336      * linear
337      * glw91
338      * dm95
339      * ldd97
340    - GMREDI_OPTIONS:
341      * GM_VISBECK_VARIABLE_K
342      * GM_NON_UNITY_DIAGONAL
343      * GM_EXTRA_DIAGONAL
344      * GM_BOLUS_ADVEC
345    in conjunction with data.gmredi parameters to be checked in
346    in a few minutes under verification/carbon/code/
347    
348  checkpoint47f_post  checkpoint47f_post
349  Merging from release1_p10:  Merging from release1_p10:

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.169

  ViewVC Help
Powered by ViewVC 1.1.22