--- MITgcm/doc/tag-index 2006/03/20 14:49:24 1.635 +++ MITgcm/doc/tag-index 2006/04/04 07:47:32 1.644 @@ -1,9 +1,35 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.635 2006/03/20 14:49:24 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.644 2006/04/04 07:47:32 mlosch Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +o obcs: add a flag (OBCSprintDiags, defaults is true) that allows + me to turn off the excessive output to STDOUT that this package produces +o move NH metric terms & 3.D Coriolis S/R to pkg/mom_common + and add those terms in Vector-Invariant formulation. +o in ctrl pkg, if ALLOW_CAL, use monthly mean controls + if the control period (xx_hfluxperiod etc) is 0 +o in profiles pkg, clean routines and fix details +o in ecco pkg, reading ssh data: + fix problem in case the model does not start at iter0=0 +o fix mnc-pickup/restart for ptracers +o new package prifiles: + code to compute profile-based cost by Gael Forget + (modifs in ecco, ctrl, autodiff) +o Benign bug fix in initialization (spotted by M. Mazloff) of + ctrl_set_globfld_xz.F ctrl_set_globfld_yz.F + +checkpoint58c_post +o adjoint: finish NLFS adjoint and provide reference output in + verification/global_ocean.90x40x15/results_ad_nlfs +o seaice: add an EVP solver following Hunke and Dukowicz (1997) and the + documentation of CICE. Turn on by defining SEAICE_ALLOW_EVP in + SEAICE_OPTIONS.h and SEAICEuseEVP=.true. in data.seaice. Works only + with SEAICE_CGRID defined. +o move calendarDumps from "data" to "data.cal" and clean-up the code + with a simple call to pkg/cal S/R: CAL_TIME2WRITE +o add useEXF & useCAL flags (for now, set in hard-coded way) o add S/R to compute NH-metrics terms & Coriolis f' in vertical momentum (were missing in NH mode, and wrong in quasihydrostatic mode). waiting for Chris updated version of calc_gw to add those CALLs.