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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.53.2.36

  ViewVC Help
Powered by ViewVC 1.1.22