--- MITgcm/doc/tag-index 2007/11/05 19:38:59 1.904 +++ MITgcm/doc/tag-index 2007/11/28 00:18:16 1.912 @@ -1,9 +1,33 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.904 2007/11/05 19:38:59 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.912 2007/11/28 00:18:16 dimitri Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +o added pkg/salt_plume +o script to test restart (for now, in MITgcm_contrib/jmc_script) +o pkg/seaice: new read/write pickup version. + read meta file and write only fields which are needed to restart. + ( same logic as main pickup file ; also using pickupStrictlyMatch ) +o pkg/seaice: fix bug in seaice_ocean_stress (call of seaice_calc_strainrates) +o lab_sea.hb87: modify the domain & update output.hb87.txt : + lat-long grid & no-slip BC in seaice-dynamics produce different sigma12 + at j=1 & j=Ny+1 : this case is not treated correctly in the restart + process. Fixed here by closing the domain at the Northern boundary. +o pkg/rw: cleaning-up: call directly new MDSIO S/R MDS_READ/WRITE_FIELD. +o pkg/mdsio: add new arguments to MDS_READ/WRITE_FIELD for reading/writing + a set of consecutive levels in/from a 3-D array. +o pkg/ptracers: + use a 2 characters string ioLabel to identify tracer (if more than 99 tracers). + to-do: fix pkg/diagnostics when large number of diagnostics are defined. + +checkpoint59j +o in pkgs: dic, obcs, offline, rbcs: + standard way to compute coeff. for time interpolation between 2 time reccords + which retains full precision (& make results less dependent on compiler). + update output of exp: tutorial_cfc_offline & tutorial_global_oce_biogeo. +o pkg/cfc: if compiled with exf and seaice, cfc now can use fields from those + packages instead of reading ice cover and wind speed separately o split PTRACERS.h in 2 header files: PTRACERS_FIELDS.h & PTRACERS_PARAMS.h (keep a temporary version of PTRACERS.h in verification/OpenAD/code_ad_openad to allow to compile customized code before the update)