--- MITgcm/doc/tag-index 2006/08/14 00:43:23 1.713 +++ MITgcm/doc/tag-index 2006/08/24 20:41:53 1.719 @@ -1,9 +1,21 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.713 2006/08/14 00:43:23 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.719 2006/08/24 20:41:53 jmc Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +o change controling S/R for writing pickup file (new S/R do_write_pickup) + and clean-up reading/writing of pickup files. +o fix local version of read/write pickup (NH part) in rotating_tank/code +o simplify EXCH interface: + - change _XYZ_ interface to _3D_ subroutine (with 3rd dim in argument list) + - not often used EXCH S/R (exch_z, exch_uv_agrid): keep only the _3D_ version +o added the regrid package +o shelfice: + - add a simple boundary layer scheme to reduce noise + - fix the indexing in shelfice_u/v_drag so that there will be actually drag + +checkpoint58n_post o fix globalArea multi-threaded calculation: need to apply GLOBAL_SUM to local variable (not in common block). o lot of small changes for multi-threaded. Most tests (using OMP & ifort) pass.