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

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.183

  ViewVC Help
Powered by ViewVC 1.1.22