/[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.34 - (hide annotations) (download)
Fri Mar 21 23:15:48 2003 UTC (21 years, 2 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e29
Changes since 1.53.4.33: +8 -1 lines
creating ecco_c50_e29

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

  ViewVC Help
Powered by ViewVC 1.1.22