/[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.41 - (show annotations) (download)
Tue May 27 22:43:44 2003 UTC (21 years ago) by heimbach
Branch: ecco-branch
Changes since 1.53.4.40: +8 -1 lines
o Modifications for adjoint of SEAICE_ALLOW_DYNAMICS
  - extended state in checkpoint_lev...
  - in lsr.F, replaced GO TO by fixed loop index (also avoid DO WHILE)
  - YEAH: in lsr.F, (first) successful use of CADJ LOOP = ITERATION
  - avoid stoing in S/R budget for now
  - in dynsolver.F, avoid NPSEUDO loop for adjoint
  - new comlev1_lsr in the_main_loop

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

  ViewVC Help
Powered by ViewVC 1.1.22