/[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.47 - (show annotations) (download)
Sat Jun 21 23:52:40 2003 UTC (20 years, 11 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e33
Changes since 1.53.4.46: +3 -1 lines
not yet tagged..., but now.

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

  ViewVC Help
Powered by ViewVC 1.1.22