--- MITgcm/doc/tag-index 2003/04/11 13:50:17 1.147 +++ MITgcm/doc/tag-index 2003/05/22 03:24:12 1.157 @@ -1,8 +1,57 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.147 2003/04/11 13:50:17 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.157 2003/05/22 03:24:12 jmc Exp $ Notes on tags used in MITgcmUV ============================== + o AIM: near surface temp evaluated from Pot.Temp: fixed for Part Cell ; + + change Evap over land. (update aim.5l_cs output) + o added missing .cvsignores and made uniform across expts + o changed configuration of tidal_basin_2d expt + o added pkg/debug functions for tracing code in fatal crashes + o tidied pkg/monitor to use MONITOR_OPTIONS.h + o new fn in pkg/monitor to stop model if solution grows too big + o removed lots of single quotes from comments + +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