/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Diff of /MITgcm/doc/tag-index

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.53.2.16

  ViewVC Help
Powered by ViewVC 1.1.22