/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Annotation of /MITgcm/doc/tag-index

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.53.4.9 - (hide annotations) (download)
Sun Mar 24 17:28:25 2002 UTC (22 years, 2 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c44_e19
Changes since 1.53.4.8: +7 -2 lines
Creating ecco_c44_e19

1 heimbach 1.53.4.9 $Header: /u/gcmpack/MITgcm/doc/tag-index,v 1.53.4.8 2002/03/21 03:57:43 heimbach Exp $
2 cnh 1.1
3     Notes on tags used in MITgcmUV
4     ==============================
5 heimbach 1.53.4.8
6     ecco_c44_e19
7 heimbach 1.53.4.9 o merged necessary patches:
8     - AD-related changes for GMRedi
9     - fixes i KPP (delZ -> drF)
10     - hook to OBCS songe layer code in external_forcing
11     - errorMessageUnit non-zero in eeboot.F
12     - included GMREDI, EXACT_CONSERV to natl_box_adjoint verif.
13 heimbach 1.53.4.8
14     ecco_c44_e18
15     o sponge layer code for obcs was missing
16     - added hook in external_forcing.F
17     - added storing for TAF
18     o new routine cost_init_barfiles to initialise
19     adjoint fields adtbar, adsbar, adpsbar
20     (needed in conjunction with corrected ladinit for active I/O)
21     o cleaned up and corrected order in packages_readparms, ecco_readparms
22     o corrected and simplified weights for obcs controls
23     - weight fields simplified
24     - bug fix in ctrl_pack
25     - no more write of control vector in ctrl_pack
26     o i/j index bug fixes in cost_ssh_mean
27 heimbach 1.53.4.7
28     ecco_c44_e17
29     o bug fixes in cost package
30     * wrong identifier for active I/O of monthly mean psbar
31     (cost_averagesfields, cost_ssh) xx_psbar_dummy
32     * cleaned all identifier for active I/O of monthly fields
33     * wrong ladinit in various cost routines
34     o merge with interval (chkpt44c_post - chkpt44d_post)
35     * added missing EXCLUDE_MONITOR flags
36     * changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
37     (incompatible typ in MIN/MAX expressions caused problems
38     on IBM SP3)
39     * in genmake added variable MAKEDEPEND
40     plus resetting for case SunOS
41     added timer_stats.c routine for IBM SP3
42     * removed variables in dynamics
43 heimbach 1.53.4.6
44     ecco_c44_e16
45     o new ECCO checkpoint, the first since ecco_c43_e15
46     which is branched from MITgcm.
47     All changes were merged in between (see ecco-branch-mod? tags).
48     o last changes:
49     * assuming path for TAF and TAMC are known (e.g. in $path)
50     * genmake:
51     - added tools/xmakedepend to circumvene shortcoming of
52     SUN's makedepend (size too small)
53     - invoking ../tools/xmakedepend instead of makedepend
54     - changed compiler flags for case SunOS
55 heimbach 1.53.4.5
56     ecco-branch-mod5
57     o mod's to reproduce open boundary run
58     o enable field swapping for OB's and climatology
59     o update store directives for OB control
60     o added option ALLOW_OBCS_PRESCRIBE
61     o call of getobcs now out of obcs_calc (param. list modified)
62 heimbach 1.53.4.4
63     ecco-branch-mod4
64     o this is the second part of changes necessary to reconcile
65     the natl_box_adjoint verification (with and without grdchk).
66     >>>!!! CHANGES BETWEEN THE TAGS ecco-branch-mod3 !!!<<<
67     >>>!!! AND ecco-branch-mod4 !!!<<<
68     >>>!!! SHOULD BE MERGED INTO THE MAIN TRUNK !!!<<<
69     - genmake: removed $S64 overwrite for case SunOS
70     - pkg/exf: update and corrections for field swapping and obcs
71     - pkg/ecco: parameter lists for the_model_main, the_main_loop
72     harmonized between ECCO and MITgcm
73     - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
74     updated checkpointing_lev... lists for obcs
75     - model/src: minor changes in forward_step, plot_field
76     - pkg/mdsio: added mdsio_gl_slice
77 heimbach 1.53.4.3
78     ecco-branch-mod3
79     o this is the first part of changes necessary to reconcile
80     natl_box_adjoint verification (with and without grdchk).
81     This set of changes is relevant for ECCO only.
82     The next set/tag of changes (ecco-branch-mod4)
83     should be merged into the main trunk.
84     - update some options
85     - parameter lists of ecco_the_model_main and ecco_the_main_loop
86     differed from those of the MITgcm counterparts.
87 heimbach 1.53.4.2
88     ecco-branch-mod2
89     o update ecco-branch-mod1 to checkpoint44
90     o exclude from updates:
91     - verification/
92     - adjoint/
93     - pkg/cost
94     - pkg/ctrl
95     - pkg/ecco
96     - pkg/obcs
97     - model/src/the_model_main.F
98     - model/src/the_main_loop.F
99    
100     checkpoint44
101     o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping)
102     o fix bug in mom_vi_del2uv
103     o added some stuff for AD
104 heimbach 1.53.4.1
105     ecco-branch-mod1
106     o based on c43
107     o replaced packages cost, ctrl, ecco, obcs
108     o removed MITgcm verif.'s, added ECCO verif.'s
109     o added lsopt, optim for line search optimization.
110 adcroft 1.53
111     checkpoint43
112     o added two new advection tests
113     o added global 4x4 degree ocean test
114     o added test of H&S94 with free surface on cube
115     o some final mods for gradient check, adjoint,...
116 heimbach 1.52
117     checkpoint42
118     Fixed AD-related problems:
119     o Store directives up-to-date with re-arranged Adams-Bashforth
120     (mainly thermodynamics.F)
121     o New store directives for multi-dim. advection schemes
122     * new CPP flag ALLOW_MULTI_DIM_ADVECTION
123     * new common block and key passkey
124     (mainly gad_advection.F)
125     o Modified store directives for split of dynamics/thermodynamics
126     for the case ALLOW_KPP
127     o Cleaned argument list for timestep_tracer.F
128 adcroft 1.51
129     checkpoint41
130     o re-formatted/added comments in prologues of key subroutines
131     to work with protex
132 heimbach 1.47
133 adcroft 1.50 checkpoint40
134     o moved calc_gs, calc_gt and calc_tr1 back to model/src
135     o added FLT (floats) package from Arne along with demo. experiment
136     o re-arranged Adams-Bashforth scheme for tracers to allow easier
137     implementation of forward-in-time forcing terms
138     o more mods for non-linear free-surface including new variable
139     o modified multi-dim method to work on cube
140     o bug fix in KPP (from DM)
141    
142 adcroft 1.49 checkpoint40pre9
143     o added DST advection schemes
144     o fix MPI bug on SGI's
145     o modifications for non-linear free-surface
146     o fixed conditionals for fixed flow/passive tracer only mode
147     o added tension/strain form of stress tensor
148     o changes to commenting of arguments for TAF/TAMC
149     o added/updated many matlab scripts
150 adcroft 1.50 o added multi-dimensional advection method for tracers
151 adcroft 1.49
152 adcroft 1.48 checkpoint40pre8
153 heimbach 1.47 o new package rw/
154     Added method for dumping intermediate local arrays:
155     mdsio_writetile - same as mdsio_writefield except works from inside
156     bi,bj loop
157     mdsio_writelocal - same as mdsio_writetile except works for local
158     arrays
159     write_local_r? - higher-level wrapper for mdsio_writelocal
160     Controlled by diagFreq. Defaults to zero (ie. no dumps)
161     Example given at end of mom_vecinv.F that dumps some local arrays.
162     o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
163     control flux-form versus vector invariant code.
164     Switch is runtime flag vectorInvariantMomentum (defaults to false)
165     or genmake -DISABLE ...
166     o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
167     (additional storing is now needed for case vecinv;
168     currently nothing implemented to switch this storing off
169     in case fluxform is used since no CPP flag available).
170 heimbach 1.46
171     checkpoint40pre7
172     o bug fix in dynamics.F
173     calc_viscosity called before k=1,Nr loop.
174     o added some #ifdef's ALLOW_PASSIVE_TRACER
175     o cleaned initialisations in ctrl_map_ini
176     related to TAF
177 heimbach 1.45
178     checkpoint40pre6
179     o split dynamics into thermodynamics & dynamics
180     o corresponding split of calc_diffusivity into
181     calc_diffusivity, calc_viscosity
182     (kpp_calc_diff, kpp_calc_visc).
183     o Added diffkr, kapgm to control variables
184     o bug fix in gmredi_slope_limit for ldd97
185 adcroft 1.44
186     checkpoint40pre5
187     o proper initialization of Adams-Bashforth time stepping
188     + uses forward step for very first step of model (iter=0)
189     o re-generated *all* output since almost all output is modified by this
190     change (sorry but we've been putting this one off for about 2 years)
191     + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
192     *not* regenerated since they are already out of date and I don't
193     want to create the impression that they are suddenly working.
194     o removed KAP stuff for DEC's
195     o modified/added many .cvsignore files in */code and */input
196     o added new expt "solid-body.cs-32x32x1"
197     + this uses an alternative form of ini_curvilinear_grid.F which
198     is not necessarily any better than the current one...
199 heimbach 1.43
200     checkpoint40pre4
201     o added re-initialisations of utrans,vtrans,rtrans in
202     calc_common_factors which are crucial for TAF.
203     o extended iMin,jMin range for calc_common_factors,
204     calc_diffusivity
205     o added option ALLOW_PASSIVE_TRACER
206     o a few minor updates and fixes
207    
208 heimbach 1.42 checkpoint40pre3
209     o created calc_gtr1.F for gad package
210     o split the_main_loop and re-introduced forward_step
211     o some recomputations of nIter0 for TAMC
212    
213 heimbach 1.41 checkpoint40pre2
214     o Updated to latest branch of AJA, JMC
215     o Added gradient check package
216     o Added routines for passive tracer handling
217     o Added carbon sequestration sensitivity experiment
218    
219 heimbach 1.39 checkpoint39
220     o Modifications and fixes to support TAMC
221     (mainly missing or wrong directives)
222     o Corrected common blocks when fooling TAMC to produce adjoint I/O
223     in addummy_in_stepping
224     o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
225     o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
226     o Included following packages:
227     cal: calendar
228     exf: external forcing
229     ecco: essential routines to control use of cal, exf
230     (NB: this is not the full ECCO environment)
231 heimbach 1.40 o disabled some packages by default in genmake
232 heimbach 1.39
233 heimbach 1.38 checkpoint38
234     o see notes_c37_adj.txt
235     o corrected wrong layer index in external_forcing_t
236     o replaced the_main_loop/forward_step by the_main_loop
237     o removed forceoutput from write_state
238     (replaced criteria for initial/final state)
239     o added runtime flag for pre-C35 pickups: usePickupBeforeC35
240 jmc 1.36
241 jmc 1.37 checkpoint37
242     o mdsio.F routine split and packaged in pkg/mdsio
243     (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
244     used unless genmake -disable=mdsio)
245     o allow a more precise surface-geopotential gradient for the atmosphere
246     taking into account the change in space of Alpha (=1/rho) at the surface.
247     o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
248     (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
249     o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
250     Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
251     [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
252     o Time-Average diagnostics defined as a pseudo package "timeave".
253     o pickup files : old pickup (before c35) did not work with new code (c35
254     and after) unless activating 2 commented lines in initialise-varia.
255     o Non-Hydrostatic pickup file Pb fixed.
256     o bug with Rigid-lid version (since c35) fixed.
257    
258 jmc 1.36 checkpoint36
259 jmc 1.37 o implement Crank-Nickelson barotropic time-stepping
260 jmc 1.36 o recover Time-Average diagnostics
261     o fix Pb in checkpoint (PR#19)
262     o AIM become a standard package ; clean unused CPP_kees
263 jmc 1.35
264     checkpoint35
265     o subtantial rewrite of dynamics.f
266     o allows staggered time-stepping
267     o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
268     o added bottom drag (linear + quadratic)
269 heimbach 1.33
270     checkpoint34
271     o Modified exchange routines for correct reverse simulation.
272     o Added verification output to comply with bug fix in impldiff.F
273     as of c33 (exp2, natl_box).
274     o Corrected store directives in dynamics.F
275     o Corrected array boundaries in impldiff.F
276     o Corrected array dimensions in gmredi.
277     Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
278 heimbach 1.34 o Added routine GLOBAL_SUM_INT to global_sum.F
279 heimbach 1.33 o Added mdsio_gl.F for ECCO purposes.
280 adcroft 1.32
281     checkpoint33
282     o Fixed bug in lower BC in impldiff.F
283     o Fixed confusion about units of forcing arrays in FFIELDS.h
284     namely Fu,Fv,Qnet,Qsw,EmPmR:
285     - Removed verification/natl_box/code/external_fields_scale.F
286     (did not differ from that in model/src)
287     - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
288     (see FFIELDS.h for description)
289     - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
290     kpp_calc.F and kpp_transport_t.F
291     - Removed model/src/external_fields_scale.F and calls to it
292     - verification/natl_box uses flux data with "atmospheric" sign so
293     a special version of external_fields_load.F is used to
294     change the data as it's read in. This way, the arrays
295     have the right units and signs at all times tha a user could
296     possibly use them.
297     o Corrected genmake to delete a temporary file during configuration
298 heimbach 1.31
299     checkpoint32
300     o Scaling of forcing fields moved from external_forcing.F to
301     external_fields_scale.F, called directly after loading fields.
302     o Surface relaxation terms added to surface tendency fields in
303     extra subroutine.
304     o impldiff.F changed to avoid storing by TAMC of huge intermediate
305     fields.
306     o Changes in GMRedi to comply with packaging structure.
307     o Modifications and bug fixes in KPP package.
308     o Verification experiment for KPP added (verification/nat_box/)
309 heimbach 1.30
310     checkpoint31
311     o Packages interface brought in line with defined standard
312     -> new routines packages_...F
313     -> changes in initialise_fixed.F, initialise_varia.F
314     -> enables initialisation interface for ECCO package
315     o Rescaling of external forcing fields immediately after read
316     (removed from external_forcing.F)
317     -> new: surface_fields_scale.F
318     -> affects ini_foorcing.F, external_fields_load.F
319     o Computation of surface tendencies before tendency updates.
320     -> new: external_forcing_surf.F
321     o Change of variable names useGMRedi, useKPP, useECCO
322     o Further changes in dynamics.F, impldiff.F for TAMC
323     o Tested for experiments 0, 2, 4.
324     - not yet tested for GMRedi.
325     - not yet tested for KPP.
326 adcroft 1.29
327     checkpoint30
328     o Updates for OBCs
329     o New experiment for test OBCs (internal_wave)
330     o New output.txt in verification/exp4/results/
331     o Updates for KPP: calculation of viscosity corrected, new variables
332     kpp_dumpFreq and kpp_taveFreq
333     o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
334     and entry for T90 in genmake
335 adcroft 1.28
336     checkpoint29
337     o packaged KPP and GM/Redi
338 heimbach 1.27
339     checkpoint28
340     o Corrected initialization of hFacMin for difference vertical coordinates
341     o Modified calculation of partial cell thickness to more robust algorithm
342     o config_summary.F: replaced write_1D_... by write_0D_...
343     read_write.F: added subroutines write_0D_...
344     o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
345     included some initialisations required for TAMC.
346     o routine calc_isoslopes: modified sqrt computation to make it
347     differentiable for zero argument.
348     o routines dynamics, impldiff:
349     included store directives and tape key computations required for TAMC.
350     o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
351 adcroft 1.26
352     checkpoint27
353     o fixed calc_isoslopes() to so that cancellation of terms in tensor
354     formulation works properly with variable resolution.
355     o restructured the calling tree between the_model_main() and dynamics()
356     o split initialise() into initialise_fixed() and initialise_varia()
357     o introduced initialization file pSurfInitFile for free surface (cg2d_x)
358     in new routine ini_psurf()
359 adcroft 1.25
360     checkpoint26
361     o moved some #ifdef in optional routines to encompass everything
362     except the argument declarations. This was using up some memory.
363     o fixed macros like _ADT to work with both versions of Linux cpp
364     o cleaned up some unused and uninitialized variables
365     (helps when debugging with strict compile options)
366     o split up CPP_EEOPTIONS.h into options and macros
367     (macros are now in eesupp/inc/CPP_EEMACROS.h)
368     o patch for 2 processor JAM mode
369 adcroft 1.24
370     checkpoint25
371     o updates for OBCs and NH
372     o dramatically reduced memory usage
373     o added "JAM" routines for use on Artic network
374     o parameterization of convection by implicit vertical diffusion
375     o added a diagnostic of convective index
376     o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
377     (this is was partly for OBCs and NH but also in anticipation of
378     an explicit free-surface option)
379     o initial state input files for U and V
380 adcroft 1.23
381     checkpoint24
382     o Removed some spurious "REAL"s
383     o Updated KPP to latest version from JPL
384     o Added a COS(latitude) in horizontal viscosity
385 adcroft 1.22
386     checkpoint23
387     o Added del^4 diffusion for salt and temperature
388     o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
389 adcroft 1.21
390     checkpoint22
391     o Made many small changes: implicit none, format(i5), etc...
392     o Introduced KPP mixing scheme (compiles and runs but *not* tested)
393 adcroft 1.20
394     checkpoint21
395     o Introduced new I/O package that supports direct-access records (mdsio.F)
396     o Split-up mid-level I/O routines
397     o Updated input data for experiments 0,1,2,4 and 5
398     o Finally removed the genmake.* scripts (everyone seems happy with genmake)
399 adcroft 1.18
400 adcroft 1.19 checkpoint20
401     o Tidied up open-boundaries some more
402     o Added non-hydrostatic code
403     o Fixed some input data
404     o Modified MPI start-up to work in "coupled" context.
405    
406 adcroft 1.18 checkpoint19
407     o Tidied up directory structure for verification experiments.
408     o Added new code for open boundaries.
409     o Corrected advective terms near boundaries.
410     o Added CPP flag for "old UV" geometry and corrected spherical geometry.
411     o Implemented free-slip/no-slip BCs and del^4 dissipation.
412 adcroft 1.19 o Split default parameters out of ini_parms.F into set_defaults.F.
413 cnh 1.17
414     checkpoint18
415     o Further changes for optional code generation with
416     CPP - ugh!
417 cnh 1.16
418     checkpoint17
419     o Beginning to incorporating modularity
420     for supporting atmos. and ocean configs.
421     o Small changes for TAMC complinace
422     o New ultra simple test case. Barotropic box
423     configuration "exp0".
424 cnh 1.15
425     checkpoint16
426     o Minor changes to exchange routines to support
427     accumulation in reverse mode. Adjoint of an
428     assignment is an addition.
429     o Changes to support compilation by TAMC (LR(1)
430     syntax) and by g77 under Linux ( 72 character
431     limit ).
432 cnh 1.14
433     checkpoint15
434     Rewrote exchange routines to allow
435     o General tile <-> tile connectivity.
436     o TAMC reverse mode flag ( is this really needed? )
437     o Variable width overlap and exchange region widths.
438     o Hooks for sharing data via DMA, Arctic, Memory Channel,
439     shmput/shmget, VIA, SYSV shmem and every other cool
440     communication method.
441 cnh 1.13
442     checkpoint14
443     Consistent isomorphism chages made. These allow dynamical core
444     to support both pressure and meters as a vertical coordinate.
445 cnh 1.12
446     checkpoint13
447     Release which corrects global_max problem and a couple
448     of KGM time-averaging diagnostic errors. Also contains
449     a double-gyre experiment setup as well as the baseline
450     4 degree global template. The double gyre template is
451     organised to allow it to be applied automatically to
452     the baseline configuration.
453 adcroft 1.11
454     branch-point-rdot
455     A few tidy-ups have been made bt the real point of this
456     check-point (excuse the pun) is to allow a branch to be
457     made for the purposes of adding the rDot alterations.
458     I don't want to commit the rDot to the main-trunk until
459     we've actually tested it...
460 cnh 1.10
461     checkpoint12
462     Tidy up and added generic genmake script (formerly
463     configure script).
464     Released to testers.
465 adcroft 1.9
466     checkpoint11
467     Re-arranged initialise() and introduced ini_vertical_grid()
468     and ini_masks_etc().
469 adcroft 1.8
470     checkpoint10
471     Introduced the configure script.
472     Separated out the diags package.
473     Added template for writing time-averages of tile/intermediate quantities.
474     Updated SIZE.h in exp2 and made the data big-endian.
475 adcroft 1.7
476     checkpoint9
477     MPI fix. Filename changes (meta/data). salbin*y stuff.
478     General tidy-up.
479     SST.bin SSS.bin added to verification/exp2
480 adcroft 1.6
481     checkpoint8
482     Inludes time-dependant forcing and time-averaging.
483     Works at 4x4 and 2.8125x2.8125 global
484    
485     checkpoint7-4degree-ref
486     Branch from checkpoint7. Released for application to
487     global modeling and general modeling - process studies, regional
488     model etc..
489     Configured for verification/exp2 - 4 degree global, two process.
490 cnh 1.5
491     checkpoint7
492     Created by cnh
493     Simple 4 degree global simulation
494     configuration.
495     Includes climatological wind,
496     hydrography, bathymetry etc
497     Does not include Heat Flux and E-P
498 cnh 1.4
499     checkpoint6
500     Created by cnh
501     merged checkpoint5 with CD and
502     spherical polar code.
503     Still some problems with GM Redi
504     abd full topography.
505 cnh 1.3
506     checkpoint5
507     Created by AJA
508     contains updates to GM Redi
509     and reordered timestepping loop
510     for Implicit Diffusion.
511 cnh 1.2
512     checkpoint4
513     Created by cnh
514     Contains memory saving macros ( _rdxc etc..) for when
515     grid variations are limited.
516     Contains polynomial coeffs for EOS and knudsen program
517     for generation.
518    
519 cnh 1.1 checkpoint3
520     Created by cnh
521     Added extra flags for runtime options
522     Added this file
523     Added implicit free-surface
524     Added pre-conditioner
525     Put compare01 into repository ( compare01/... )
526     Put data and eedata into repository ( verification/exp1 )
527    
528     checkpoint2
529     Created by AJA
530     Added GM/Redi
531    
532     checkpoint1
533     Created by AJA
534     Restructured kloop in dynamics.F
535     Added non-linear EOS
536    
537 cnh 1.2 baseline
538     Original checked in code
539 cnh 1.1

  ViewVC Help
Powered by ViewVC 1.1.22