/[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.2.37 - (show annotations) (download)
Thu May 1 18:18:28 2003 UTC (21 years, 1 month ago) by dimitri
Branch: release1
CVS Tags: release1_p15
Branch point for: release1_50yr
Changes since 1.53.2.36: +5 -1 lines
release1_p15
o Added CFC-11 diagnostics, see
  verification/global_with_CFC11/README

1 $Header: /u/gcmpack/MITgcm/doc/tag-index,v 1.53.2.36 2003/05/01 00:01:15 dimitri Exp $
2
3 Notes on tags used in MITgcmUV
4 ==============================
5
6 release1_p15
7 o Added CFC-11 diagnostics, see
8 verification/global_with_CFC11/README
9
10 release1_p14
11 o Added interpolation routine pkg/exf/new_interp.F for on-the-fly
12 interpolation. Enable with USE_EXF_INTERPOLATION and specify
13 input grids in data.exf
14 o Added direct pressure solver pkg/solver.
15 See pkg/solver/README.directSolver for instructions.
16
17 release1_p13
18 o bug fix for pkg/seaice dynamic solver
19
20 release1_p13_pre
21 o Added net flux to downward flux conversion to pkg/exf/exf_getffields.F
22 o Added SEAICE_initialHEFF to pkg/seaice
23 o the_model_main.F: SEAICE_WRITE_PICKUP must precede WRITE_CHECKPOINT
24 o Updated pkg/seaice and pkg/exf with adjoint modifications from icebear4
25
26 release1_p12
27 o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
28 kpp_transport_t.F, forward_step.F, and the_main_loop.F
29 o pkg/seaice:
30 - adjoint-friendly modifications
31 - added a SEAICE_WRITE_PICKUP at end of the_model_main.F
32
33 release1_p12_pre
34 o Updated useSingleCpuIO option in mdsio_writefield.F to
35 work with multi-field files, e.g., for single-file pickup.
36 o pkg/seaice:
37 - bug fix in growth.F: QNET for no shortwave case
38 - added HeffFile for specifying initial sea-ice thickness
39 - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
40
41 release1_p11
42 o Modifications for using pkg/exf with pkg/seaice
43 - improved description of the various forcing configurations
44 - added basic radiation bulk formulae to pkg/exf
45 - units/sign fix for evap computation in exf_getffields.F
46 - updated verification/global_with_exf/results/output.txt
47 o Added pkg/sbo for computing IERS Special Bureau for the Oceans
48 (SBO) core products, including oceanic mass, center-of-mass,
49 angular, and bottom pressure (see pkg/sbo/README.sbo).
50 o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
51 to avoid negative values in shallow regions.
52 - updated verification/natl_box/results/output.txt
53 - updated verification/lab_sea/results/output.txt
54 o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
55 o Added useSingleCpuIO option (see PARAMS.h).
56
57 release1_p10
58 o modifications for using pkg/exf with pkg/seaice
59 - pkg/seaice CPP options SEAICE_EXTERNAL_FORCING
60 and SEAICE_EXTERNAL_FLUXES
61 - pkg/exf CPP options EXF_READ_EVAP and
62 EXF_NO_BULK_COMPUTATIONS
63 - usage examples are Experiments 8 and 9 in
64 verification/lab_sea/README
65 - verification/lab_sea default experiment now uses
66 pkg/gmredi, pkg/kpp, pkg/seaice, and pkg/exf
67
68 release1_p9
69 o pkg/seaice
70 - removed GOTO's and added taf directives
71 - double precision constants to reduce the g77 (Linux)
72 to F77 (SGI) differences reported in release1_p8
73 o tools/genmake
74 - added SGI options
75 o verification/testscript
76 - updated to that of checkpoint47a_post
77 o verification/global_ocean.90x40x15/input/eedata
78 - modified for SGI f77 compatibility
79 o verification/lab_sea
80 - added description of sea-ice model
81 - added missing matlab routines
82 - added test of thermodynamics parallelization
83
84 release1_p8
85 o verification/natl_box:
86 updating new external_fields_load routine
87 o New package: pkg/seaice
88 Sea ice model by D. Menemenlis (JPL) and Jinlun Zhang (Seattle).
89 The sea-ice code is based on Hibler (1979-1980).
90 Two sea-ice dynamic solvers, ADI and LSR, are included.
91 In addition to computing prognostic sea-ice variables and diagnosing
92 the forcing/external data fields that drive the ocean model,
93 SEAICE_MODEL also sets theta to the freezing point under sea-ice.
94 The implied surface heat flux is then stored in variable
95 surfaceTendencyTice, which is needed by KPP package (kpp_calc.F and
96 kpp_transport_t.F) to diagnose surface buoyancy fluxes and for the
97 non-local transport term. Because this call precedes model
98 thermodynamics, temperature under sea-ice may not be "exactly" at
99 the freezing point by the time theta is dumped or time-averaged.
100 N.B.: fairly large differences in accuracy occur across
101 different platforms/compilers; comparison between
102 g77 (Linux) and F77 (SGI Origin 2000/MIPSpro)
103 generated output gives:
104 T S U V
105 C D M c m s m s m s m s
106 n p a R g m m e . m m e . m m e . m m e .
107 f n k u 2 i a a d i a a d i a a d i a a d
108 g d e n d n x n . n x n . n x n . n x n .
109
110 Y Y Y Y 5 5 7 7 7 8 10 9 6 6 6 6 7 5 7 5 7 FAIL lab_sea
111
112 release1_p7
113 o GAD:
114 - generated new common blocks to account for call of
115 same gad routines with differing traceridentities
116 (needed to modify tracerIdentity indices in GAD.h)
117 - generated separate common blocks for case useCubedSphereExchange
118 (Department of Futurology)
119 - parameter lists to gmredi_?transport: added tracerIdentity
120 - added new key indices to tamc.h
121 o external_fields_load:
122 - added this routine to TAF list
123 - needed to make some common blocks global and additional storing
124 along the same lines as exf package (checkpoint_lev?_directives.h)
125 o exf:
126 updated external forcing package
127 - bug fixes carried over from ecco-branch
128 (missing OBCS_OPTIONS.h in two routines)
129 - enable easy to use "no forcing".
130 - added exf I/O for atmospheric loading
131 - added exf I/O for runoff data
132 - transfered scaling between exf <-> MITgcm to exf namelist
133 o Adding new verification experiment global_with_exf.
134 This verification experiment is almost identical to the
135 global_ocean.90x40x15 experiment, except that it uses
136 the exf (and cal) package instead of the
137 external_fields_load routine (cf README file).
138
139 release1_p6
140 o fixed the verification/global_ocean.90x40x15 experiment:
141 - new bathymetry (the world according to A., JMC, and M.)
142 - new initial fields and forcing fields (*.bin files)
143 - new POLY3.COEFFS (for the next release one should switch to a full
144 equation of state)
145 - fixed several errors and redundancies in the data file
146 - experiment uses looped cells
147 - added matlab directory with diagnostic scripts for plotting of output
148
149 release1_p5
150 o import recent fix from MAIN branch:
151 - use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
152 - change phiMin in exp1 (to agree with documentation)
153 from checkpoint45 to checkpoint45a_post:
154 - specific exchange for X-slice domain (case Ny=1)
155 - argument futureIter of S/R obcs_calc missing in
156 exp4 & internal_wave /code
157 - solve_for_pressure : set cg2d_x to zero where OBCS are applied
158 from checkpoint44f_post to checkpoint44g_post:
159 - fix surface correction term in multiDimAdvection
160 (affects plume_on_slope results
161 o bug fix in packages_readparms (missing ALLOW_CALENDAR)
162 o bug fix in CG2D.h (correct array size for LETS_MAKE_JAM
163 o Adjoint-related bug fixes in kpp:
164 - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
165 - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
166 o added Eliassen-Palm flux hooks (dynamics,ini_fields)
167 o removed unused TAF keys iikey, idkey (dynamics,thermodynamics)
168 o flow directives:
169 - new for S/R do_the_model_io
170 - enhanced for S/R checkpoint
171 o added Eliassen Palm flux controls to gradient check package
172 o new ctrl package
173 - adopted from ECCO environment to enable optimization
174 - added Eliassen Palm fluxes to controls
175 - adjusted global_ocean.90x40x15/ and carbon/ accordingly
176
177 release1_p4
178 o Removed f90 comments ("!")
179 o Modified initialisations to enable exf package for MITgcm
180 (without invoking ECCO_PACKAGE).
181 o modifications to gradient check package (Martin Losch)
182 - enable centered differences
183 - modified format of standard output
184
185 release1_p3
186 o added tangent linear setup to verification/carbon/
187 o added adjoint sensitivity setup to verification/global_ocean...
188 o moved packages_init_variables before convective_adjustment
189 o output of verif. which use GMRedi brought up-to-date with
190 MAIN trunk (those were re-created after changes in GMRedi)
191 o included CPP option SINGLE_LAYER_MODE
192 to configure barotropic setup (Martin Losch).
193 o Removed auxiliary variable in impldiff
194 (caused numerical differences with MAIN trunk routine).
195 o Introduced CPP option ALLOW_AUTODIFF_MONITOR to
196 disable adcommon.h/g_common.h by default.
197 o Cleaned exchange calls in cg2d.
198
199 release1_p2
200 o fixed array boundary problem for adjoint
201 (related to partial recomputation within subroutine
202 related to dynamics -> calc_viscosity -> mom_...
203 o fixed recomputation in thermodynamics
204 o prepare (but not complete) recomputation problem in impldiff
205 o fixed problem for adjoint of global_max
206 o switched off sponge layer code in external_forcing
207
208 release1_p1
209 o merged necessary patches:
210 - AD-related changes for GMRedi
211 - fixes i KPP (delZ -> drF)
212 - hook to OBCS songe layer code in external_forcing
213 - errorMessageUnit non-zero in eeboot.F
214 - modified test cost function and carbon verif.
215
216 release1_chkpt44d_post = chkpt44d_post
217
218 chkpt44d_pre,post
219 o added missing EXCLUDE_MONITOR flags
220 o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
221 (incompatible typ in MIN/MAX expressions caused problems
222 on IBM SP3)
223 o in genmake added variable MAKEDEPEND
224 plus resetting for case SunOS
225 o added timer_stats.c routine for IBM SP3
226 o removed variables in dynamics
227
228 o real fresh water flux implemented with non-linear free-surface.
229
230 chkpt44c_pre,post
231 o few fix (mask in shap_s2, EmPmR in external_field_load,
232 USE_NATURAL_BCS in solve_for_P);
233 o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
234
235 checkpoint44b_pre/_post
236 o merge of relevant stuff from the ecco-branch:
237 - genmake: removed $S64 overwrite for case SunOS
238 - pkg/exf: update and corrections for field swapping and obcs
239 - pkg/ecco: parameter lists for the_model_main, the_main_loop
240 harmonized between ECCO and MITgcm
241 - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
242 updated checkpointing_lev... lists for obcs
243 - model/src: minor changes in forward_step, plot_field
244 added directive for divided adjoint in the_main_loop
245 - pkg/mdsio: added mdsio_gl_slice
246
247 o check parameters & config (chkpt44a_pre,post)
248 o OBC and NonLin_FrSurf.
249
250 checkpoint44
251 o fix bug in mom_vi_del2uv
252 o select when filters are applied ; add options to zonal_filter (data.zonfilt)
253 o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
254 o update AIM experiments (NCEP input files)
255 o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
256 o added some stuff for AD
257
258 checkpoint43
259 o added two new advection tests
260 o added global 4x4 degree ocean test
261 o added test of H&S94 with free surface on cube
262 o some final mods for gradient check, adjoint,...
263
264 checkpoint42
265 Fixed AD-related problems:
266 o Store directives up-to-date with re-arranged Adams-Bashforth
267 (mainly thermodynamics.F)
268 o New store directives for multi-dim. advection schemes
269 * new CPP flag ALLOW_MULTI_DIM_ADVECTION
270 * new common block and key passkey
271 (mainly gad_advection.F)
272 o Modified store directives for split of dynamics/thermodynamics
273 for the case ALLOW_KPP
274 o Cleaned argument list for timestep_tracer.F
275
276 checkpoint41
277 o re-formatted/added comments in prologues of key subroutines
278 to work with protex
279
280 checkpoint40
281 o moved calc_gs, calc_gt and calc_tr1 back to model/src
282 o added FLT (floats) package from Arne along with demo. experiment
283 o re-arranged Adams-Bashforth scheme for tracers to allow easier
284 implementation of forward-in-time forcing terms
285 o more mods for non-linear free-surface including new variable
286 o modified multi-dim method to work on cube
287 o bug fix in KPP (from DM)
288
289 checkpoint40pre9
290 o added DST advection schemes
291 o fix MPI bug on SGI's
292 o modifications for non-linear free-surface
293 o fixed conditionals for fixed flow/passive tracer only mode
294 o added tension/strain form of stress tensor
295 o changes to commenting of arguments for TAF/TAMC
296 o added/updated many matlab scripts
297 o added multi-dimensional advection method for tracers
298
299 checkpoint40pre8
300 o new package rw/
301 Added method for dumping intermediate local arrays:
302 mdsio_writetile - same as mdsio_writefield except works from inside
303 bi,bj loop
304 mdsio_writelocal - same as mdsio_writetile except works for local
305 arrays
306 write_local_r? - higher-level wrapper for mdsio_writelocal
307 Controlled by diagFreq. Defaults to zero (ie. no dumps)
308 Example given at end of mom_vecinv.F that dumps some local arrays.
309 o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
310 control flux-form versus vector invariant code.
311 Switch is runtime flag vectorInvariantMomentum (defaults to false)
312 or genmake -DISABLE ...
313 o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
314 (additional storing is now needed for case vecinv;
315 currently nothing implemented to switch this storing off
316 in case fluxform is used since no CPP flag available).
317
318 checkpoint40pre7
319 o bug fix in dynamics.F
320 calc_viscosity called before k=1,Nr loop.
321 o added some #ifdef's ALLOW_PASSIVE_TRACER
322 o cleaned initialisations in ctrl_map_ini
323 related to TAF
324
325 checkpoint40pre6
326 o split dynamics into thermodynamics & dynamics
327 o corresponding split of calc_diffusivity into
328 calc_diffusivity, calc_viscosity
329 (kpp_calc_diff, kpp_calc_visc).
330 o Added diffkr, kapgm to control variables
331 o bug fix in gmredi_slope_limit for ldd97
332
333 checkpoint40pre5
334 o proper initialization of Adams-Bashforth time stepping
335 + uses forward step for very first step of model (iter=0)
336 o re-generated *all* output since almost all output is modified by this
337 change (sorry but we've been putting this one off for about 2 years)
338 + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
339 *not* regenerated since they are already out of date and I don't
340 want to create the impression that they are suddenly working.
341 o removed KAP stuff for DEC's
342 o modified/added many .cvsignore files in */code and */input
343 o added new expt "solid-body.cs-32x32x1"
344 + this uses an alternative form of ini_curvilinear_grid.F which
345 is not necessarily any better than the current one...
346
347 checkpoint40pre4
348 o added re-initialisations of utrans,vtrans,rtrans in
349 calc_common_factors which are crucial for TAF.
350 o extended iMin,jMin range for calc_common_factors,
351 calc_diffusivity
352 o added option ALLOW_PASSIVE_TRACER
353 o a few minor updates and fixes
354
355 checkpoint40pre3
356 o created calc_gtr1.F for gad package
357 o split the_main_loop and re-introduced forward_step
358 o some recomputations of nIter0 for TAMC
359
360 checkpoint40pre2
361 o Updated to latest branch of AJA, JMC
362 o Added gradient check package
363 o Added routines for passive tracer handling
364 o Added carbon sequestration sensitivity experiment
365
366 checkpoint39
367 o Modifications and fixes to support TAMC
368 (mainly missing or wrong directives)
369 o Corrected common blocks when fooling TAMC to produce adjoint I/O
370 in addummy_in_stepping
371 o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
372 o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
373 o Included following packages:
374 cal: calendar
375 exf: external forcing
376 ecco: essential routines to control use of cal, exf
377 (NB: this is not the full ECCO environment)
378 o disabled some packages by default in genmake
379
380 checkpoint38
381 o see notes_c37_adj.txt
382 o corrected wrong layer index in external_forcing_t
383 o replaced the_main_loop/forward_step by the_main_loop
384 o removed forceoutput from write_state
385 (replaced criteria for initial/final state)
386 o added runtime flag for pre-C35 pickups: usePickupBeforeC35
387
388 checkpoint37
389 o mdsio.F routine split and packaged in pkg/mdsio
390 (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
391 used unless genmake -disable=mdsio)
392 o allow a more precise surface-geopotential gradient for the atmosphere
393 taking into account the change in space of Alpha (=1/rho) at the surface.
394 o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
395 (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
396 o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
397 Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
398 [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
399 o Time-Average diagnostics defined as a pseudo package "timeave".
400 o pickup files : old pickup (before c35) did not work with new code (c35
401 and after) unless activating 2 commented lines in initialise-varia.
402 o Non-Hydrostatic pickup file Pb fixed.
403 o bug with Rigid-lid version (since c35) fixed.
404
405 checkpoint36
406 o implement Crank-Nickelson barotropic time-stepping
407 o recover Time-Average diagnostics
408 o fix Pb in checkpoint (PR#19)
409 o AIM become a standard package ; clean unused CPP_kees
410
411 checkpoint35
412 o subtantial rewrite of dynamics.f
413 o allows staggered time-stepping
414 o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
415 o added bottom drag (linear + quadratic)
416
417 checkpoint34
418 o Modified exchange routines for correct reverse simulation.
419 o Added verification output to comply with bug fix in impldiff.F
420 as of c33 (exp2, natl_box).
421 o Corrected store directives in dynamics.F
422 o Corrected array boundaries in impldiff.F
423 o Corrected array dimensions in gmredi.
424 Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
425 o Added routine GLOBAL_SUM_INT to global_sum.F
426 o Added mdsio_gl.F for ECCO purposes.
427
428 checkpoint33
429 o Fixed bug in lower BC in impldiff.F
430 o Fixed confusion about units of forcing arrays in FFIELDS.h
431 namely Fu,Fv,Qnet,Qsw,EmPmR:
432 - Removed verification/natl_box/code/external_fields_scale.F
433 (did not differ from that in model/src)
434 - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
435 (see FFIELDS.h for description)
436 - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
437 kpp_calc.F and kpp_transport_t.F
438 - Removed model/src/external_fields_scale.F and calls to it
439 - verification/natl_box uses flux data with "atmospheric" sign so
440 a special version of external_fields_load.F is used to
441 change the data as it's read in. This way, the arrays
442 have the right units and signs at all times tha a user could
443 possibly use them.
444 o Corrected genmake to delete a temporary file during configuration
445
446 checkpoint32
447 o Scaling of forcing fields moved from external_forcing.F to
448 external_fields_scale.F, called directly after loading fields.
449 o Surface relaxation terms added to surface tendency fields in
450 extra subroutine.
451 o impldiff.F changed to avoid storing by TAMC of huge intermediate
452 fields.
453 o Changes in GMRedi to comply with packaging structure.
454 o Modifications and bug fixes in KPP package.
455 o Verification experiment for KPP added (verification/nat_box/)
456
457 checkpoint31
458 o Packages interface brought in line with defined standard
459 -> new routines packages_...F
460 -> changes in initialise_fixed.F, initialise_varia.F
461 -> enables initialisation interface for ECCO package
462 o Rescaling of external forcing fields immediately after read
463 (removed from external_forcing.F)
464 -> new: surface_fields_scale.F
465 -> affects ini_foorcing.F, external_fields_load.F
466 o Computation of surface tendencies before tendency updates.
467 -> new: external_forcing_surf.F
468 o Change of variable names useGMRedi, useKPP, useECCO
469 o Further changes in dynamics.F, impldiff.F for TAMC
470 o Tested for experiments 0, 2, 4.
471 - not yet tested for GMRedi.
472 - not yet tested for KPP.
473
474 checkpoint30
475 o Updates for OBCs
476 o New experiment for test OBCs (internal_wave)
477 o New output.txt in verification/exp4/results/
478 o Updates for KPP: calculation of viscosity corrected, new variables
479 kpp_dumpFreq and kpp_taveFreq
480 o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
481 and entry for T90 in genmake
482
483 checkpoint29
484 o packaged KPP and GM/Redi
485
486 checkpoint28
487 o Corrected initialization of hFacMin for difference vertical coordinates
488 o Modified calculation of partial cell thickness to more robust algorithm
489 o config_summary.F: replaced write_1D_... by write_0D_...
490 read_write.F: added subroutines write_0D_...
491 o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
492 included some initialisations required for TAMC.
493 o routine calc_isoslopes: modified sqrt computation to make it
494 differentiable for zero argument.
495 o routines dynamics, impldiff:
496 included store directives and tape key computations required for TAMC.
497 o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
498
499 checkpoint27
500 o fixed calc_isoslopes() to so that cancellation of terms in tensor
501 formulation works properly with variable resolution.
502 o restructured the calling tree between the_model_main() and dynamics()
503 o split initialise() into initialise_fixed() and initialise_varia()
504 o introduced initialization file pSurfInitFile for free surface (cg2d_x)
505 in new routine ini_psurf()
506
507 checkpoint26
508 o moved some #ifdef in optional routines to encompass everything
509 except the argument declarations. This was using up some memory.
510 o fixed macros like _ADT to work with both versions of Linux cpp
511 o cleaned up some unused and uninitialized variables
512 (helps when debugging with strict compile options)
513 o split up CPP_EEOPTIONS.h into options and macros
514 (macros are now in eesupp/inc/CPP_EEMACROS.h)
515 o patch for 2 processor JAM mode
516
517 checkpoint25
518 o updates for OBCs and NH
519 o dramatically reduced memory usage
520 o added "JAM" routines for use on Artic network
521 o parameterization of convection by implicit vertical diffusion
522 o added a diagnostic of convective index
523 o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
524 (this is was partly for OBCs and NH but also in anticipation of
525 an explicit free-surface option)
526 o initial state input files for U and V
527
528 checkpoint24
529 o Removed some spurious "REAL"s
530 o Updated KPP to latest version from JPL
531 o Added a COS(latitude) in horizontal viscosity
532
533 checkpoint23
534 o Added del^4 diffusion for salt and temperature
535 o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
536
537 checkpoint22
538 o Made many small changes: implicit none, format(i5), etc...
539 o Introduced KPP mixing scheme (compiles and runs but *not* tested)
540
541 checkpoint21
542 o Introduced new I/O package that supports direct-access records (mdsio.F)
543 o Split-up mid-level I/O routines
544 o Updated input data for experiments 0,1,2,4 and 5
545 o Finally removed the genmake.* scripts (everyone seems happy with genmake)
546
547 checkpoint20
548 o Tidied up open-boundaries some more
549 o Added non-hydrostatic code
550 o Fixed some input data
551 o Modified MPI start-up to work in "coupled" context.
552
553 checkpoint19
554 o Tidied up directory structure for verification experiments.
555 o Added new code for open boundaries.
556 o Corrected advective terms near boundaries.
557 o Added CPP flag for "old UV" geometry and corrected spherical geometry.
558 o Implemented free-slip/no-slip BCs and del^4 dissipation.
559 o Split default parameters out of ini_parms.F into set_defaults.F.
560
561 checkpoint18
562 o Further changes for optional code generation with
563 CPP - ugh!
564
565 checkpoint17
566 o Beginning to incorporating modularity
567 for supporting atmos. and ocean configs.
568 o Small changes for TAMC complinace
569 o New ultra simple test case. Barotropic box
570 configuration "exp0".
571
572 checkpoint16
573 o Minor changes to exchange routines to support
574 accumulation in reverse mode. Adjoint of an
575 assignment is an addition.
576 o Changes to support compilation by TAMC (LR(1)
577 syntax) and by g77 under Linux ( 72 character
578 limit ).
579
580 checkpoint15
581 Rewrote exchange routines to allow
582 o General tile <-> tile connectivity.
583 o TAMC reverse mode flag ( is this really needed? )
584 o Variable width overlap and exchange region widths.
585 o Hooks for sharing data via DMA, Arctic, Memory Channel,
586 shmput/shmget, VIA, SYSV shmem and every other cool
587 communication method.
588
589 checkpoint14
590 Consistent isomorphism chages made. These allow dynamical core
591 to support both pressure and meters as a vertical coordinate.
592
593 checkpoint13
594 Release which corrects global_max problem and a couple
595 of KGM time-averaging diagnostic errors. Also contains
596 a double-gyre experiment setup as well as the baseline
597 4 degree global template. The double gyre template is
598 organised to allow it to be applied automatically to
599 the baseline configuration.
600
601 branch-point-rdot
602 A few tidy-ups have been made bt the real point of this
603 check-point (excuse the pun) is to allow a branch to be
604 made for the purposes of adding the rDot alterations.
605 I don't want to commit the rDot to the main-trunk until
606 we've actually tested it...
607
608 checkpoint12
609 Tidy up and added generic genmake script (formerly
610 configure script).
611 Released to testers.
612
613 checkpoint11
614 Re-arranged initialise() and introduced ini_vertical_grid()
615 and ini_masks_etc().
616
617 checkpoint10
618 Introduced the configure script.
619 Separated out the diags package.
620 Added template for writing time-averages of tile/intermediate quantities.
621 Updated SIZE.h in exp2 and made the data big-endian.
622
623 checkpoint9
624 MPI fix. Filename changes (meta/data). salbin*y stuff.
625 General tidy-up.
626 SST.bin SSS.bin added to verification/exp2
627
628 checkpoint8
629 Inludes time-dependant forcing and time-averaging.
630 Works at 4x4 and 2.8125x2.8125 global
631
632 checkpoint7-4degree-ref
633 Branch from checkpoint7. Released for application to
634 global modeling and general modeling - process studies, regional
635 model etc..
636 Configured for verification/exp2 - 4 degree global, two process.
637
638 checkpoint7
639 Created by cnh
640 Simple 4 degree global simulation
641 configuration.
642 Includes climatological wind,
643 hydrography, bathymetry etc
644 Does not include Heat Flux and E-P
645
646 checkpoint6
647 Created by cnh
648 merged checkpoint5 with CD and
649 spherical polar code.
650 Still some problems with GM Redi
651 abd full topography.
652
653 checkpoint5
654 Created by AJA
655 contains updates to GM Redi
656 and reordered timestepping loop
657 for Implicit Diffusion.
658
659 checkpoint4
660 Created by cnh
661 Contains memory saving macros ( _rdxc etc..) for when
662 grid variations are limited.
663 Contains polynomial coeffs for EOS and knudsen program
664 for generation.
665
666 checkpoint3
667 Created by cnh
668 Added extra flags for runtime options
669 Added this file
670 Added implicit free-surface
671 Added pre-conditioner
672 Put compare01 into repository ( compare01/... )
673 Put data and eedata into repository ( verification/exp1 )
674
675 checkpoint2
676 Created by AJA
677 Added GM/Redi
678
679 checkpoint1
680 Created by AJA
681 Restructured kloop in dynamics.F
682 Added non-linear EOS
683
684 baseline
685 Original checked in code

  ViewVC Help
Powered by ViewVC 1.1.22