--- MITgcm/doc/tag-index 2003/03/25 22:48:11 1.146 +++ MITgcm/doc/tag-index 2003/05/14 09:22:09 1.155 @@ -1,8 +1,48 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.146 2003/03/25 22:48:11 heimbach Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.155 2003/05/14 09:22:09 mlosch Exp $ Notes on tags used in MITgcmUV ============================== +checkpoint50e_post +o make KPP work with PTRACERS + - fix gad_calc_rhs to call new routine kpp_transport_ptr, which is + nearly a copy of kpp_transport_s + - there is no analogue to SurfaceTendencyS, so I have to use + gPtr(of the surface layer) instead +o add a new platform SunFire+mpi (SunFire 15000) to genmake +checkpoint50e_pre +checkpoint50d_post +o change kpp output from multiple-record state files to single-record state + files analogous to write_state.F +o reduce the output frequency of cg3d-related stuff to the monitor frequency, + analogous to the cg2d-related output. +o fix small problem with in ptracers_write_checkpoint.F: len(suff)=512, + so that writing to internal file fn (with length 512) fails. +checkpoint50d_pre + +checkpoint50c_post +o fix problem in ini_procs.F when using MPI (was there since checkpoint48f) +o add monitor diagnostic of vorticity (mon_vort3.F) and potential energy. +o add time-average diagnostic of U*V and vertical diffusive flux for theta. +o bug fixed in convective adjustment diagnostic (multi-tile set-up). +o 4th Order Adv scheme: return to previous (c40pre7) masking near boundaries. + +checkpoint50c_pre +Merging from release1_p13: +o bug fix for pkg/seaice dynamic solver +o Added SEAICE_initialHEFF to pkg/seaice + +checkpoint50b_post +o store u*,v* in gU,V instead of in guNm1,gvNm1 +o in order to put the momForcing out of the Adams-Bashforth: + move forcing & CD-scheme calls from mom_fluxform & mom_vecinv + to timestep.F +o new flag "useCDscheme" (default=F); replace guCD,gvCD by local arrays +o re-generate output for highly sensitive test-exp: + global_ocean_pressure, ideal_2D_oce, lab_sea, natl_box + +checkpoint50b_pre +o restore the use of momAdvection & useCoriolis flags (mom_vecinv) o corrected CPP option mismatch in exf_Bulk... functions for case #define ALLOW_ATM_WIND && #undef ALLOW_ATM_TEMP