/[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.44 - (hide annotations) (download)
Fri Jun 20 05:43:06 2003 UTC (20 years, 11 months ago) by heimbach
Branch: ecco-branch
Changes since 1.53.4.43: +19 -1 lines
updating tag-index

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

  ViewVC Help
Powered by ViewVC 1.1.22