--- MITgcm/doc/tag-index 2004/11/29 20:30:52 1.395 +++ MITgcm/doc/tag-index 2004/12/04 18:52:28 1.402 @@ -1,8 +1,40 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.395 2004/11/29 20:30:52 mlosch Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.402 2004/12/04 18:52:28 jmc Exp $ Notes on tags used in MITgcmUV ============================== +o depth convergence accelerator: replace deltaTtracer by dTtracerLev(k) + (implemented also for implicit vertical diffusion & advection) +o OBCS: extend application of tracer open boundary conditions + to a strip beyond the boundary of width Olx/Oly + +checkpoint56c_post +o OBCS as control variables + - update ctrl_ad_diff.list, obcs_ad_diff.list + - remove balance of obcs controls from default + - fix index bug nobcs in ctrl_init + - fix dummy fields filen in ctrl_pack + - add dummy weights for obcs +o lsopt: comment out fort.94 output +o optim: + - remove unnecessary header files + - adjusted namelists + - add xerbla.F to Makefile +o exf: + - multiple modifications of exf_check_range + - unit change in exf_init_runoff from [m/year] to [m/s] +o mdsio: + - i/o-vector change debugLevel from debLevA to debLevB + +checkpoint56b_post +o collect all ptracers output in an new routine (PTRACERS_OUTPUT) that + is called from DO_THE_MODEL_IO + - rename PTRACERS_STATV_WRITE to PTRACERS_WRITE_TIMEAVE + - introduce new parameter PTRACERS_dumpFreq (defaults to dumpFreq) + - clean up PTRACERS_WRITE_TIMEAVE a little +o add another verification experiment that tests both the cfc-pkg and + the gchem-pkg with GCHEM_SEPARATE_FORCING undefined, that is with + reactive tendencies treated inline with regular timestepping o testreport previously did a lousy job of comparing small numbers, so we (Ed and Martin) changed the way the cut-off of 1.e-12 is implemented in the little c-progam tmp_cmpnum.c which is embedded in