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

Diff of /MITgcm/doc/tag-index

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

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

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.53.2.34

  ViewVC Help
Powered by ViewVC 1.1.22