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

Contents of /MITgcm/doc/tag-index

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


Revision 1.53.4.25 - (show annotations) (download)
Thu Feb 27 07:04:39 2003 UTC (21 years, 3 months ago) by dimitri
Branch: ecco-branch
Changes since 1.53.4.24: +3 -1 lines
o Added cost_ice for sea-ice volume sensitivity experiment.

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

  ViewVC Help
Powered by ViewVC 1.1.22