/[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.39 - (hide annotations) (download)
Fri May 23 22:06:20 2003 UTC (21 years ago) by dimitri
Branch: ecco-branch
Changes since 1.53.4.38: +6 -1 lines
o merged with checkpoint50g_post (pkg/seaice and verification/lab_sea)
  - added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics
  - LSR sea-ice dynamic solver moved to SouthWest B-grid location and
    made the default because of faster convergence than ADI

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

  ViewVC Help
Powered by ViewVC 1.1.22