/[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.32 - (show annotations) (download)
Thu Feb 27 22:29:13 2003 UTC (21 years, 3 months ago) by dimitri
Branch: release1
Changes since 1.53.2.31: +2 -1 lines
o SEAICE_WRITE_PICKUP needs to be called before WRITE_CHECKPOINT

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

  ViewVC Help
Powered by ViewVC 1.1.22