/[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.39 - (show annotations) (download)
Fri May 23 08:07:09 2003 UTC (20 years, 11 months ago) by dimitri
Branch: release1
CVS Tags: release1_p17
Changes since 1.53.2.38: +4 -1 lines
release1_p17
o added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics

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

  ViewVC Help
Powered by ViewVC 1.1.22