--- MITgcm/doc/tag-index 2007/01/16 19:45:13 1.766 +++ MITgcm/doc/tag-index 2007/02/15 14:57:36 1.771 @@ -1,9 +1,23 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.766 2007/01/16 19:45:13 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.771 2007/02/15 14:57:36 mlosch Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +o move call to cal_readparms up to make calendar parameters/variable available + to all packages + +checkpoint58v_post +o change EOS (from POLY3 to JMD95P) in global_ocean.90x45x15 to get + useDynP_inEos_Zc tested. +o pkg/exf: changes to properly interpolate/mask/scale initial fields +o utils/matlab/cs_grid/read_cs: routines to speed up reading of CS510 fields + and portions thereof. See read_cs.txt for description and examples. +o utils/matlab/cs_grid/bk_line: to compute transport through passages, + add a script (grt_circ_bkl.m) to generate broken-line between 2 points, + following the great-circle arc between those 2 points. +o trap un-initialized variable with pathscale compiler on weddell.mit.edu + (thanks to Constantinos): fix few problems and get (almost) all exp to pass. o 2nd-Order Moment Advection Scheme (Prather, 1986): first check-in - enable by setting #define GAD_ALLOW_SOM_ADVECT (in GAD_OPTIONS.h) - used without limiter (AdvScheme=80) or with Prather limiter (AdvScheme=81)