/[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.29 - (hide annotations) (download)
Sun Mar 2 23:51:34 2003 UTC (21 years, 2 months ago) by dimitri
Branch: ecco-branch
CVS Tags: icebear4
Changes since 1.53.4.28: +2 -1 lines
o Updated verification/natl_box_adjoint

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

  ViewVC Help
Powered by ViewVC 1.1.22