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

Annotation of /MITgcm/doc/tag-index

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


Revision 1.53.4.20 - (hide annotations) (download)
Sat Feb 15 12:40:30 2003 UTC (21 years, 2 months ago) by dimitri
Branch: ecco-branch
CVS Tags: icebear2
Changes since 1.53.4.19: +2 -1 lines
o added verification/lab_sea as per release1_p12_pre

1 dimitri 1.53.4.20 $Header: /u/gcmpack/MITgcm/doc/tag-index,v 1.53.4.19 2003/02/14 23:10:35 dimitri Exp $
2 cnh 1.1
3     Notes on tags used in MITgcmUV
4     ==============================
5 dimitri 1.53.4.18
6     untagged
7 dimitri 1.53.4.19 o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
8     kpp_transport_t.F,and ecco_the_main_loop.F
9 dimitri 1.53.4.18 o adjoint-friendly modifications to pkg/seaice
10 dimitri 1.53.4.20 o added verification/lab_sea as per release1_p12_pre
11 dimitri 1.53.4.16
12 heimbach 1.53.4.17 ecco_c44_e26
13 dimitri 1.53.4.16 o Merging pkg/exf and pkg/seaice from cvs tag ecco_ice2
14 heimbach 1.53.4.17 o exf: Modifications to correctly handle evap field for adjoint
15     o grdchk:
16     Added code to perform gradient checks for bulk formulae/atmos. state
17     (atemp, aqh, uwind, vwind).
18     NOTE:
19     This package is out of synch with c48 package.
20     The latter also has the tangent linear gradient checks.
21     Need to be merged.
22     o verification/natl_box_adjoint:
23     * added new setup: code_bulk/, input_bulk, results_bulk
24     (Experiment 2, described in README)
25     uses bulk formulae and atmos. state as control instead of
26     air-sea fluxes.
27     Performs gradient checks for first 4 elements of atemp control.
28     * changed standard verification to perform
29     gradient checks on first 4 elements on hflux control.
30     * gmredi switched off (will come after merge with c48).
31 heimbach 1.53.4.15
32     ecco_c44_e25
33     o Merging some GM changes from main trunk (c47) to ecco-branch.
34     o Updating verif. natl_box_adjoint with GMRedi.
35     o Adding setup with explicit differentiaton of pressure solver.
36     o Bug fix: missing OBCS_OPTIONS.h for sponge layer code.
37     o (Re-?) Commiting old bug fixes in kpp to ecco-branch
38     (kpp_calc.F, kpp_routines.F)
39     o exf:
40     updated external forcing package
41     - cleaned old exfa stuff
42     - bug fixes
43     (missing OBCS_OPTIONS.h in two routines)
44     - enable easy to use "no forcing".
45     - added exf I/O for atmospheric loading
46     - added exf I/O for runoff data
47     - transfered scaling between exf <-> MITgcm to exf namelist
48 heimbach 1.53.4.14
49     ecco_c44_e24
50     o modifications to gradient check package (Martin Losch)
51     - enable centered differences
52     - modified format of standard output
53     o bug fix for nwettile contents
54     so far assumed global sum in first entry (1,1,k),
55     needed for global control vector
56     -> introduced new variable nwet[c/w/s]global(nr)
57     o shifts of calls to cal/exf package to be accessible
58     in MITgcm stand-alone
59     o shifted packages_init_variables before convective_adjustment_ini
60     (corresponding update of TAF tape initialisation).
61     o removed auxiliary field in impldiff
62     (caused numerical differences for GMRedi cases)
63     o updated obcs control part (G. Gebbie)
64     o removed some f90 comments ("!")
65     o Bug fixes and updates in cost package
66     * cost_final: correct multiplier mult_tauv, mult_sflux
67     * cost_hyd: added call cost_ssh
68     * cost_init_barfiles.F: replaced arrays by tmpfld's
69     * cost_readtopexmean.F: ersmask -> tpmeanmask
70     * cost_weights.F: corrected wtheta[2], wsalt[2]
71     o cleaned exchanges in cg2d.F
72 heimbach 1.53.4.13
73     ecco_c44_e23
74     merged patches between release1_p1 and release1_p2:
75     o fixed array boundary problem for adjoint
76     (related to partial recomputation within subroutine
77     related to dynamics -> calc_viscosity -> mom_...
78     o fixed recomputation in thermodynamics
79     o prepare (but not complete) recomputation problem in impldiff
80     o fixed problem for adjoint of global_max
81     o switched off sponge layer code in external_forcing
82     Bug fix in ctrl_mask_set_yz (spotted by G. Gebbie)
83 heimbach 1.53.4.12
84     ecco_c44_e22
85     o Finally, the merges with the Scripps cost function terms:
86     Various additions, modifications, quality checks.
87     o Plus: Included switch ALLOW_AUTODIFF_MONITOR to handle
88     monitoring of adjoint state.
89     o Plus: removed comm_stats, ini_communication_patterns from diff. list
90     (no more need to "keep" MPI headers for adjoint generation)
91     o Plus: exf changes:
92     o added run-off routine
93     o additional storing needed for ustress,vstess
94     because of state-dependent quality check
95     o added missing initialisations
96     o Plus: genmake with MAKEDEPEND variable was still missing in ecco-branch
97     NB: - verification/natl_box_adjoint/ 240 steps run
98     * looks ok under Linux (twain.lcs.mit.edu)
99     * looks ok on MIT SUN's (fjord.mit.edu)
100     * NaN in reverse mode on Scripps SUN's at iter=214
101     * NaN in reverse mode on IBM SP3 (BlueHorizon) at iter=204
102     - 1 year forward int. global 2x2 deg. produces similar cost functions
103     * all cost terms of new code are slightly smaller (0.5 to 3%).
104 heimbach 1.53.4.11
105     ecco_c44_e21
106     o reversed order of ctrl/cost initialisation
107     o gmredi_slope_psi.F: Inconsistent types in MIN/MAX expressions
108     o modified to enable ctrl field swapping
109     o bug fix for global sum of ncvarlength in ctrl_init
110     o no more call to ctrl_unpack from ctrl_init
111     o no more write of ctrl vector in ctrl_pack
112     however, init. of control vector from ctrl_unpack
113     o various bug fixes & consistent nobcs handling in
114     ctrl_pack/unpack routines (by G. Gebbie)
115     o optim package: Added obcs control part for lsopt I/O
116     (by G. Gebbie)
117     o missing call to obcs_diags
118     o moved calls in packages_init_fixed to packages_readparms
119     because some quantities are needed earlier.
120 heimbach 1.53.4.10
121     ecco_c44_e20
122     o before major merges from the Scripps setup
123     here are two small updates:
124     - field swapping for surface flux controls enabled
125     (remains t.b.d. for atmos. state plus obcs)
126     - bug fix in active_file.F for xz-/yz- routines
127     - added missing xz-/yz- routines to active_file_ad.F
128 heimbach 1.53.4.8
129     ecco_c44_e19
130 heimbach 1.53.4.9 o merged necessary patches:
131     - AD-related changes for GMRedi
132     - fixes i KPP (delZ -> drF)
133     - hook to OBCS songe layer code in external_forcing
134     - errorMessageUnit non-zero in eeboot.F
135     - included GMREDI, EXACT_CONSERV to natl_box_adjoint verif.
136 heimbach 1.53.4.8
137     ecco_c44_e18
138     o sponge layer code for obcs was missing
139     - added hook in external_forcing.F
140     - added storing for TAF
141     o new routine cost_init_barfiles to initialise
142     adjoint fields adtbar, adsbar, adpsbar
143     (needed in conjunction with corrected ladinit for active I/O)
144     o cleaned up and corrected order in packages_readparms, ecco_readparms
145     o corrected and simplified weights for obcs controls
146     - weight fields simplified
147     - bug fix in ctrl_pack
148     - no more write of control vector in ctrl_pack
149     o i/j index bug fixes in cost_ssh_mean
150 heimbach 1.53.4.7
151     ecco_c44_e17
152     o bug fixes in cost package
153     * wrong identifier for active I/O of monthly mean psbar
154     (cost_averagesfields, cost_ssh) xx_psbar_dummy
155     * cleaned all identifier for active I/O of monthly fields
156     * wrong ladinit in various cost routines
157     o merge with interval (chkpt44c_post - chkpt44d_post)
158     * added missing EXCLUDE_MONITOR flags
159     * 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     * in genmake added variable MAKEDEPEND
163     plus resetting for case SunOS
164     added timer_stats.c routine for IBM SP3
165     * removed variables in dynamics
166 heimbach 1.53.4.6
167     ecco_c44_e16
168     o new ECCO checkpoint, the first since ecco_c43_e15
169     which is branched from MITgcm.
170     All changes were merged in between (see ecco-branch-mod? tags).
171     o last changes:
172     * assuming path for TAF and TAMC are known (e.g. in $path)
173     * genmake:
174     - added tools/xmakedepend to circumvene shortcoming of
175     SUN's makedepend (size too small)
176     - invoking ../tools/xmakedepend instead of makedepend
177     - changed compiler flags for case SunOS
178 heimbach 1.53.4.5
179     ecco-branch-mod5
180     o mod's to reproduce open boundary run
181     o enable field swapping for OB's and climatology
182     o update store directives for OB control
183     o added option ALLOW_OBCS_PRESCRIBE
184     o call of getobcs now out of obcs_calc (param. list modified)
185 heimbach 1.53.4.4
186     ecco-branch-mod4
187     o this is the second part of changes necessary to reconcile
188     the natl_box_adjoint verification (with and without grdchk).
189     >>>!!! CHANGES BETWEEN THE TAGS ecco-branch-mod3 !!!<<<
190     >>>!!! AND ecco-branch-mod4 !!!<<<
191     >>>!!! SHOULD BE MERGED INTO THE MAIN TRUNK !!!<<<
192     - genmake: removed $S64 overwrite for case SunOS
193     - pkg/exf: update and corrections for field swapping and obcs
194     - pkg/ecco: parameter lists for the_model_main, the_main_loop
195     harmonized between ECCO and MITgcm
196     - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
197     updated checkpointing_lev... lists for obcs
198     - model/src: minor changes in forward_step, plot_field
199     - pkg/mdsio: added mdsio_gl_slice
200 heimbach 1.53.4.3
201     ecco-branch-mod3
202     o this is the first part of changes necessary to reconcile
203     natl_box_adjoint verification (with and without grdchk).
204     This set of changes is relevant for ECCO only.
205     The next set/tag of changes (ecco-branch-mod4)
206     should be merged into the main trunk.
207     - update some options
208     - parameter lists of ecco_the_model_main and ecco_the_main_loop
209     differed from those of the MITgcm counterparts.
210 heimbach 1.53.4.2
211     ecco-branch-mod2
212     o update ecco-branch-mod1 to checkpoint44
213     o exclude from updates:
214     - verification/
215     - adjoint/
216     - pkg/cost
217     - pkg/ctrl
218     - pkg/ecco
219     - pkg/obcs
220     - model/src/the_model_main.F
221     - model/src/the_main_loop.F
222    
223     checkpoint44
224     o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping)
225     o fix bug in mom_vi_del2uv
226     o added some stuff for AD
227 heimbach 1.53.4.1
228     ecco-branch-mod1
229     o based on c43
230     o replaced packages cost, ctrl, ecco, obcs
231     o removed MITgcm verif.'s, added ECCO verif.'s
232     o added lsopt, optim for line search optimization.
233 adcroft 1.53
234     checkpoint43
235     o added two new advection tests
236     o added global 4x4 degree ocean test
237     o added test of H&S94 with free surface on cube
238     o some final mods for gradient check, adjoint,...
239 heimbach 1.52
240     checkpoint42
241     Fixed AD-related problems:
242     o Store directives up-to-date with re-arranged Adams-Bashforth
243     (mainly thermodynamics.F)
244     o New store directives for multi-dim. advection schemes
245     * new CPP flag ALLOW_MULTI_DIM_ADVECTION
246     * new common block and key passkey
247     (mainly gad_advection.F)
248     o Modified store directives for split of dynamics/thermodynamics
249     for the case ALLOW_KPP
250     o Cleaned argument list for timestep_tracer.F
251 adcroft 1.51
252     checkpoint41
253     o re-formatted/added comments in prologues of key subroutines
254     to work with protex
255 heimbach 1.47
256 adcroft 1.50 checkpoint40
257     o moved calc_gs, calc_gt and calc_tr1 back to model/src
258     o added FLT (floats) package from Arne along with demo. experiment
259     o re-arranged Adams-Bashforth scheme for tracers to allow easier
260     implementation of forward-in-time forcing terms
261     o more mods for non-linear free-surface including new variable
262     o modified multi-dim method to work on cube
263     o bug fix in KPP (from DM)
264    
265 adcroft 1.49 checkpoint40pre9
266     o added DST advection schemes
267     o fix MPI bug on SGI's
268     o modifications for non-linear free-surface
269     o fixed conditionals for fixed flow/passive tracer only mode
270     o added tension/strain form of stress tensor
271     o changes to commenting of arguments for TAF/TAMC
272     o added/updated many matlab scripts
273 adcroft 1.50 o added multi-dimensional advection method for tracers
274 adcroft 1.49
275 adcroft 1.48 checkpoint40pre8
276 heimbach 1.47 o new package rw/
277     Added method for dumping intermediate local arrays:
278     mdsio_writetile - same as mdsio_writefield except works from inside
279     bi,bj loop
280     mdsio_writelocal - same as mdsio_writetile except works for local
281     arrays
282     write_local_r? - higher-level wrapper for mdsio_writelocal
283     Controlled by diagFreq. Defaults to zero (ie. no dumps)
284     Example given at end of mom_vecinv.F that dumps some local arrays.
285     o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to
286     control flux-form versus vector invariant code.
287     Switch is runtime flag vectorInvariantMomentum (defaults to false)
288     or genmake -DISABLE ...
289     o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F
290     (additional storing is now needed for case vecinv;
291     currently nothing implemented to switch this storing off
292     in case fluxform is used since no CPP flag available).
293 heimbach 1.46
294     checkpoint40pre7
295     o bug fix in dynamics.F
296     calc_viscosity called before k=1,Nr loop.
297     o added some #ifdef's ALLOW_PASSIVE_TRACER
298     o cleaned initialisations in ctrl_map_ini
299     related to TAF
300 heimbach 1.45
301     checkpoint40pre6
302     o split dynamics into thermodynamics & dynamics
303     o corresponding split of calc_diffusivity into
304     calc_diffusivity, calc_viscosity
305     (kpp_calc_diff, kpp_calc_visc).
306     o Added diffkr, kapgm to control variables
307     o bug fix in gmredi_slope_limit for ldd97
308 adcroft 1.44
309     checkpoint40pre5
310     o proper initialization of Adams-Bashforth time stepping
311     + uses forward step for very first step of model (iter=0)
312     o re-generated *all* output since almost all output is modified by this
313     change (sorry but we've been putting this one off for about 2 years)
314     + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
315     *not* regenerated since they are already out of date and I don't
316     want to create the impression that they are suddenly working.
317     o removed KAP stuff for DEC's
318     o modified/added many .cvsignore files in */code and */input
319     o added new expt "solid-body.cs-32x32x1"
320     + this uses an alternative form of ini_curvilinear_grid.F which
321     is not necessarily any better than the current one...
322 heimbach 1.43
323     checkpoint40pre4
324     o added re-initialisations of utrans,vtrans,rtrans in
325     calc_common_factors which are crucial for TAF.
326     o extended iMin,jMin range for calc_common_factors,
327     calc_diffusivity
328     o added option ALLOW_PASSIVE_TRACER
329     o a few minor updates and fixes
330    
331 heimbach 1.42 checkpoint40pre3
332     o created calc_gtr1.F for gad package
333     o split the_main_loop and re-introduced forward_step
334     o some recomputations of nIter0 for TAMC
335    
336 heimbach 1.41 checkpoint40pre2
337     o Updated to latest branch of AJA, JMC
338     o Added gradient check package
339     o Added routines for passive tracer handling
340     o Added carbon sequestration sensitivity experiment
341    
342 heimbach 1.39 checkpoint39
343     o Modifications and fixes to support TAMC
344     (mainly missing or wrong directives)
345     o Corrected common blocks when fooling TAMC to produce adjoint I/O
346     in addummy_in_stepping
347     o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
348     o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
349     o Included following packages:
350     cal: calendar
351     exf: external forcing
352     ecco: essential routines to control use of cal, exf
353     (NB: this is not the full ECCO environment)
354 heimbach 1.40 o disabled some packages by default in genmake
355 heimbach 1.39
356 heimbach 1.38 checkpoint38
357     o see notes_c37_adj.txt
358     o corrected wrong layer index in external_forcing_t
359     o replaced the_main_loop/forward_step by the_main_loop
360     o removed forceoutput from write_state
361     (replaced criteria for initial/final state)
362     o added runtime flag for pre-C35 pickups: usePickupBeforeC35
363 jmc 1.36
364 jmc 1.37 checkpoint37
365     o mdsio.F routine split and packaged in pkg/mdsio
366     (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
367     used unless genmake -disable=mdsio)
368     o allow a more precise surface-geopotential gradient for the atmosphere
369     taking into account the change in space of Alpha (=1/rho) at the surface.
370     o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
371     (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
372     o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
373     Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
374     [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
375     o Time-Average diagnostics defined as a pseudo package "timeave".
376     o pickup files : old pickup (before c35) did not work with new code (c35
377     and after) unless activating 2 commented lines in initialise-varia.
378     o Non-Hydrostatic pickup file Pb fixed.
379     o bug with Rigid-lid version (since c35) fixed.
380    
381 jmc 1.36 checkpoint36
382 jmc 1.37 o implement Crank-Nickelson barotropic time-stepping
383 jmc 1.36 o recover Time-Average diagnostics
384     o fix Pb in checkpoint (PR#19)
385     o AIM become a standard package ; clean unused CPP_kees
386 jmc 1.35
387     checkpoint35
388     o subtantial rewrite of dynamics.f
389     o allows staggered time-stepping
390     o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
391     o added bottom drag (linear + quadratic)
392 heimbach 1.33
393     checkpoint34
394     o Modified exchange routines for correct reverse simulation.
395     o Added verification output to comply with bug fix in impldiff.F
396     as of c33 (exp2, natl_box).
397     o Corrected store directives in dynamics.F
398     o Corrected array boundaries in impldiff.F
399     o Corrected array dimensions in gmredi.
400     Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
401 heimbach 1.34 o Added routine GLOBAL_SUM_INT to global_sum.F
402 heimbach 1.33 o Added mdsio_gl.F for ECCO purposes.
403 adcroft 1.32
404     checkpoint33
405     o Fixed bug in lower BC in impldiff.F
406     o Fixed confusion about units of forcing arrays in FFIELDS.h
407     namely Fu,Fv,Qnet,Qsw,EmPmR:
408     - Removed verification/natl_box/code/external_fields_scale.F
409     (did not differ from that in model/src)
410     - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
411     (see FFIELDS.h for description)
412     - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
413     kpp_calc.F and kpp_transport_t.F
414     - Removed model/src/external_fields_scale.F and calls to it
415     - verification/natl_box uses flux data with "atmospheric" sign so
416     a special version of external_fields_load.F is used to
417     change the data as it's read in. This way, the arrays
418     have the right units and signs at all times tha a user could
419     possibly use them.
420     o Corrected genmake to delete a temporary file during configuration
421 heimbach 1.31
422     checkpoint32
423     o Scaling of forcing fields moved from external_forcing.F to
424     external_fields_scale.F, called directly after loading fields.
425     o Surface relaxation terms added to surface tendency fields in
426     extra subroutine.
427     o impldiff.F changed to avoid storing by TAMC of huge intermediate
428     fields.
429     o Changes in GMRedi to comply with packaging structure.
430     o Modifications and bug fixes in KPP package.
431     o Verification experiment for KPP added (verification/nat_box/)
432 heimbach 1.30
433     checkpoint31
434     o Packages interface brought in line with defined standard
435     -> new routines packages_...F
436     -> changes in initialise_fixed.F, initialise_varia.F
437     -> enables initialisation interface for ECCO package
438     o Rescaling of external forcing fields immediately after read
439     (removed from external_forcing.F)
440     -> new: surface_fields_scale.F
441     -> affects ini_foorcing.F, external_fields_load.F
442     o Computation of surface tendencies before tendency updates.
443     -> new: external_forcing_surf.F
444     o Change of variable names useGMRedi, useKPP, useECCO
445     o Further changes in dynamics.F, impldiff.F for TAMC
446     o Tested for experiments 0, 2, 4.
447     - not yet tested for GMRedi.
448     - not yet tested for KPP.
449 adcroft 1.29
450     checkpoint30
451     o Updates for OBCs
452     o New experiment for test OBCs (internal_wave)
453     o New output.txt in verification/exp4/results/
454     o Updates for KPP: calculation of viscosity corrected, new variables
455     kpp_dumpFreq and kpp_taveFreq
456     o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
457     and entry for T90 in genmake
458 adcroft 1.28
459     checkpoint29
460     o packaged KPP and GM/Redi
461 heimbach 1.27
462     checkpoint28
463     o Corrected initialization of hFacMin for difference vertical coordinates
464     o Modified calculation of partial cell thickness to more robust algorithm
465     o config_summary.F: replaced write_1D_... by write_0D_...
466     read_write.F: added subroutines write_0D_...
467     o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
468     included some initialisations required for TAMC.
469     o routine calc_isoslopes: modified sqrt computation to make it
470     differentiable for zero argument.
471     o routines dynamics, impldiff:
472     included store directives and tape key computations required for TAMC.
473     o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
474 adcroft 1.26
475     checkpoint27
476     o fixed calc_isoslopes() to so that cancellation of terms in tensor
477     formulation works properly with variable resolution.
478     o restructured the calling tree between the_model_main() and dynamics()
479     o split initialise() into initialise_fixed() and initialise_varia()
480     o introduced initialization file pSurfInitFile for free surface (cg2d_x)
481     in new routine ini_psurf()
482 adcroft 1.25
483     checkpoint26
484     o moved some #ifdef in optional routines to encompass everything
485     except the argument declarations. This was using up some memory.
486     o fixed macros like _ADT to work with both versions of Linux cpp
487     o cleaned up some unused and uninitialized variables
488     (helps when debugging with strict compile options)
489     o split up CPP_EEOPTIONS.h into options and macros
490     (macros are now in eesupp/inc/CPP_EEMACROS.h)
491     o patch for 2 processor JAM mode
492 adcroft 1.24
493     checkpoint25
494     o updates for OBCs and NH
495     o dramatically reduced memory usage
496     o added "JAM" routines for use on Artic network
497     o parameterization of convection by implicit vertical diffusion
498     o added a diagnostic of convective index
499     o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
500     (this is was partly for OBCs and NH but also in anticipation of
501     an explicit free-surface option)
502     o initial state input files for U and V
503 adcroft 1.23
504     checkpoint24
505     o Removed some spurious "REAL"s
506     o Updated KPP to latest version from JPL
507     o Added a COS(latitude) in horizontal viscosity
508 adcroft 1.22
509     checkpoint23
510     o Added del^4 diffusion for salt and temperature
511     o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
512 adcroft 1.21
513     checkpoint22
514     o Made many small changes: implicit none, format(i5), etc...
515     o Introduced KPP mixing scheme (compiles and runs but *not* tested)
516 adcroft 1.20
517     checkpoint21
518     o Introduced new I/O package that supports direct-access records (mdsio.F)
519     o Split-up mid-level I/O routines
520     o Updated input data for experiments 0,1,2,4 and 5
521     o Finally removed the genmake.* scripts (everyone seems happy with genmake)
522 adcroft 1.18
523 adcroft 1.19 checkpoint20
524     o Tidied up open-boundaries some more
525     o Added non-hydrostatic code
526     o Fixed some input data
527     o Modified MPI start-up to work in "coupled" context.
528    
529 adcroft 1.18 checkpoint19
530     o Tidied up directory structure for verification experiments.
531     o Added new code for open boundaries.
532     o Corrected advective terms near boundaries.
533     o Added CPP flag for "old UV" geometry and corrected spherical geometry.
534     o Implemented free-slip/no-slip BCs and del^4 dissipation.
535 adcroft 1.19 o Split default parameters out of ini_parms.F into set_defaults.F.
536 cnh 1.17
537     checkpoint18
538     o Further changes for optional code generation with
539     CPP - ugh!
540 cnh 1.16
541     checkpoint17
542     o Beginning to incorporating modularity
543     for supporting atmos. and ocean configs.
544     o Small changes for TAMC complinace
545     o New ultra simple test case. Barotropic box
546     configuration "exp0".
547 cnh 1.15
548     checkpoint16
549     o Minor changes to exchange routines to support
550     accumulation in reverse mode. Adjoint of an
551     assignment is an addition.
552     o Changes to support compilation by TAMC (LR(1)
553     syntax) and by g77 under Linux ( 72 character
554     limit ).
555 cnh 1.14
556     checkpoint15
557     Rewrote exchange routines to allow
558     o General tile <-> tile connectivity.
559     o TAMC reverse mode flag ( is this really needed? )
560     o Variable width overlap and exchange region widths.
561     o Hooks for sharing data via DMA, Arctic, Memory Channel,
562     shmput/shmget, VIA, SYSV shmem and every other cool
563     communication method.
564 cnh 1.13
565     checkpoint14
566     Consistent isomorphism chages made. These allow dynamical core
567     to support both pressure and meters as a vertical coordinate.
568 cnh 1.12
569     checkpoint13
570     Release which corrects global_max problem and a couple
571     of KGM time-averaging diagnostic errors. Also contains
572     a double-gyre experiment setup as well as the baseline
573     4 degree global template. The double gyre template is
574     organised to allow it to be applied automatically to
575     the baseline configuration.
576 adcroft 1.11
577     branch-point-rdot
578     A few tidy-ups have been made bt the real point of this
579     check-point (excuse the pun) is to allow a branch to be
580     made for the purposes of adding the rDot alterations.
581     I don't want to commit the rDot to the main-trunk until
582     we've actually tested it...
583 cnh 1.10
584     checkpoint12
585     Tidy up and added generic genmake script (formerly
586     configure script).
587     Released to testers.
588 adcroft 1.9
589     checkpoint11
590     Re-arranged initialise() and introduced ini_vertical_grid()
591     and ini_masks_etc().
592 adcroft 1.8
593     checkpoint10
594     Introduced the configure script.
595     Separated out the diags package.
596     Added template for writing time-averages of tile/intermediate quantities.
597     Updated SIZE.h in exp2 and made the data big-endian.
598 adcroft 1.7
599     checkpoint9
600     MPI fix. Filename changes (meta/data). salbin*y stuff.
601     General tidy-up.
602     SST.bin SSS.bin added to verification/exp2
603 adcroft 1.6
604     checkpoint8
605     Inludes time-dependant forcing and time-averaging.
606     Works at 4x4 and 2.8125x2.8125 global
607    
608     checkpoint7-4degree-ref
609     Branch from checkpoint7. Released for application to
610     global modeling and general modeling - process studies, regional
611     model etc..
612     Configured for verification/exp2 - 4 degree global, two process.
613 cnh 1.5
614     checkpoint7
615     Created by cnh
616     Simple 4 degree global simulation
617     configuration.
618     Includes climatological wind,
619     hydrography, bathymetry etc
620     Does not include Heat Flux and E-P
621 cnh 1.4
622     checkpoint6
623     Created by cnh
624     merged checkpoint5 with CD and
625     spherical polar code.
626     Still some problems with GM Redi
627     abd full topography.
628 cnh 1.3
629     checkpoint5
630     Created by AJA
631     contains updates to GM Redi
632     and reordered timestepping loop
633     for Implicit Diffusion.
634 cnh 1.2
635     checkpoint4
636     Created by cnh
637     Contains memory saving macros ( _rdxc etc..) for when
638     grid variations are limited.
639     Contains polynomial coeffs for EOS and knudsen program
640     for generation.
641    
642 cnh 1.1 checkpoint3
643     Created by cnh
644     Added extra flags for runtime options
645     Added this file
646     Added implicit free-surface
647     Added pre-conditioner
648     Put compare01 into repository ( compare01/... )
649     Put data and eedata into repository ( verification/exp1 )
650    
651     checkpoint2
652     Created by AJA
653     Added GM/Redi
654    
655     checkpoint1
656     Created by AJA
657     Restructured kloop in dynamics.F
658     Added non-linear EOS
659    
660 cnh 1.2 baseline
661     Original checked in code
662 cnh 1.1

  ViewVC Help
Powered by ViewVC 1.1.22