/[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.2.27 - (hide annotations) (download)
Fri Feb 14 16:37:34 2003 UTC (21 years, 3 months ago) by dimitri
Branch: release1
Changes since 1.53.2.26: +2 -1 lines
  - adjoint-friendly pkg/seaice modifications

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

  ViewVC Help
Powered by ViewVC 1.1.22