/[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.38 - (show annotations) (download)
Fri May 23 18:03:31 2003 UTC (21 years ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e31
Changes since 1.53.4.37: +10 -1 lines
tagging ecco_c50_e31

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

  ViewVC Help
Powered by ViewVC 1.1.22