/[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.42 - (show annotations) (download)
Fri May 30 12:47:19 2003 UTC (21 years ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e32
Changes since 1.53.4.41: +4 -1 lines
tagging ecco_c50_e32

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

  ViewVC Help
Powered by ViewVC 1.1.22