--- MITgcm/doc/tag-index 2001/08/13 18:26:15 1.45 +++ MITgcm/doc/tag-index 2001/09/27 14:24:19 1.50 @@ -1,8 +1,53 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.45 2001/08/13 18:26:15 heimbach Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.50 2001/09/27 14:24:19 adcroft Exp $ Notes on tags used in MITgcmUV ============================== +checkpoint40 +o moved calc_gs, calc_gt and calc_tr1 back to model/src +o added FLT (floats) package from Arne along with demo. experiment +o re-arranged Adams-Bashforth scheme for tracers to allow easier + implementation of forward-in-time forcing terms +o more mods for non-linear free-surface including new variable +o modified multi-dim method to work on cube +o bug fix in KPP (from DM) + +checkpoint40pre9 +o added DST advection schemes +o fix MPI bug on SGI's +o modifications for non-linear free-surface +o fixed conditionals for fixed flow/passive tracer only mode +o added tension/strain form of stress tensor +o changes to commenting of arguments for TAF/TAMC +o added/updated many matlab scripts +o added multi-dimensional advection method for tracers + +checkpoint40pre8 +o new package rw/ + Added method for dumping intermediate local arrays: + mdsio_writetile - same as mdsio_writefield except works from inside + bi,bj loop + mdsio_writelocal - same as mdsio_writetile except works for local + arrays + write_local_r? - higher-level wrapper for mdsio_writelocal + Controlled by diagFreq. Defaults to zero (ie. no dumps) + Example given at end of mom_vecinv.F that dumps some local arrays. +o replaced calc_mom_rhs.F by mom_fluxform.F/mom_vecinc.F to + control flux-form versus vector invariant code. + Switch is runtime flag vectorInvariantMomentum (defaults to false) + or genmake -DISABLE ... +o TAMC-related update to cope with mom_fluxform.F/mom_vecinc.F + (additional storing is now needed for case vecinv; + currently nothing implemented to switch this storing off + in case fluxform is used since no CPP flag available). + +checkpoint40pre7 +o bug fix in dynamics.F + calc_viscosity called before k=1,Nr loop. +o added some #ifdef's ALLOW_PASSIVE_TRACER +o cleaned initialisations in ctrl_map_ini + related to TAF + checkpoint40pre6 o split dynamics into thermodynamics & dynamics o corresponding split of calc_diffusivity into