/[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.82 - (hide annotations) (download)
Mon Aug 19 14:21:30 2002 UTC (21 years, 8 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint46e_pre, checkpoint46d_post
Changes since 1.81: +13 -1 lines
o fixed store_pressure to work with both buoyancy relation = 'OCEANIC' and
  'OCEANICP', also initialised field pressure correctly in ini_eos in the
  case of pressure coordinates. eosType='JMD95Z' in
  combination with buoyancyRelation='OCEANICP' now causes an error.
o Changed p = pressure(i,j,k,bi,bj)  to  p = pressure(i,j,kRef,bi,bj)
  in find_alpha/beta.

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

  ViewVC Help
Powered by ViewVC 1.1.22