--- MITgcm/doc/tag-index 2002/03/06 02:14:02 1.67 +++ MITgcm/doc/tag-index 2002/06/15 04:22:21 1.74 @@ -1,8 +1,57 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.67 2002/03/06 02:14:02 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.74 2002/06/15 04:22:21 jmc Exp $ Notes on tags used in MITgcmUV ============================== +o change phiMin in exp1 (to agree with documentation) +o add new flags: + - T,S forcing inside/outside Adams-Bashforth + - turn off temp,salt advection and/or forcing + - for each tracer, define internal flag for multiDimAdvection & A-B +o monitor: change definition of KE to check conservation of Energy +checkpoint45c_post +o Removed f90 comments ("!") +o Modified initialisations to enable exf package for MITgcm + (without invoking ECCO_PACKAGE). +o modifications to gradient check package (Martin Losch) + - enable centered differences + - modified format of standard output + +checkpoint45b_post +o cleaned exchange calls in cg2d +o Included CPP option ALLOW_AUTODIFF_MONITOR in forward_step +o included CPP option SINGLE_LAYER_MODE in thermodynamics + to configure barotropic setup (Martin Losch) +o moved some initialisations within bi,bj loop in dynamics + (TAF flow dependency) +o in initialise_varia, moved call packages_init_variables + before convective_adjustment_init + (corresponding adjustment of TAF tape initialisation). +o in calc_diffusivity/calc_viscosity extended domain to full overlap. + +checkpoint45a_post +o compute Rho over the whole domain (extend iMin,jMin indices) +o specific exchange for X-slice domain (case Ny=1) +o argument futureIter of S/R obcs_calc missing in exp4 & internal_wave /code +o solve_for_pressure : set cg2d_x to zero where OBCS are applied + +checkpoint44h_post = checkpoint45 +o Fix to restore differentiability: + place at which packages_init_variables is called in + initialise_varia is crucial for reverse control flow. +o modifications in GMRedi to enable stable adjoint + (corresponding modif's in thermodynamics, dynamics) +o added missing hook for sponge layer code in external_forcing +o modified test cost functions +o storing in gad_advection (plus removal of write(0,*)! +o missing headers TR1.h added in convective_adjustment routines +o errorMessageUnit set non-equal zero in eeboot + (conflict on some platforms, e.g. IBM SP3) +o modified carbon verif. + +checkpoint44h_pre +o vertical grid option: allow to put the Interface at the middle between + 2 cell-centers ; replace delZ in pkg/kpp by drF. o GM Advective form: Tracers are advected using the residual transport (= Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.