--- MITgcm/doc/tag-index 2005/08/31 00:10:22 1.538 +++ MITgcm/doc/tag-index 2005/09/14 17:57:54 1.547 @@ -1,9 +1,28 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.538 2005/08/31 00:10:22 heimbach Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.547 2005/09/14 17:57:54 edhill Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +o In response to JMC's bug report, genmake2 now ignores any soft-links + that it finds in the *current* directory when searching for files. + Soft-links found in any other source directories will still work as + they did before. +o add HAVE_SETRLSTK define and useSETRLSTK flag (eedata) which calls + a C routine to unlimit the stack size +o mnc-ify pkg/aim snapshot vars +o mnc-ify pkg/land as requested by Daniel +o various changes to mnc including: + - all files use the new "BASENAME[[.ITER].{t|f}NUM].nc" format + - output can now be grouped so that all files within a group + change the ITER portion of their names in lock-step together + - can now read ("global") PER-FACE (in addition to PER-TILE) files + and works with both EXCH1 and EXCH2 (but needs more testing) + - writing works for all verification test cases w/ g77 on Linux + +checkpoint57r_post +o make MNC variable initialization happen earlier +o add diagnostics for (almost) each term of the momentum Eq. o remove SST,SSS,UVEL_k2,VVEL_k2 diagnostics. o move pkg timeave out of pkg-groups "oceanic" & "atmospheric" (pkg/pkg_groups) o remove MINIMAL_TAVE_OUTPUT option ; @@ -12,6 +31,14 @@ allows to compile without pkg/mdsio (& test successfully hs94.1x64x5) o add MNC output for adjoint of EXF (adexf), SEAICE (adseaice) o add time-dependent SST, SSS control +o cost terms in ecco/ modularized (new cost_generic.F) +o cost_averages routines are modularized (new cost_averagesgeneric.F) +o new infrastructure for seaice model vs. obs misfits in seaice/ + * driver from the_main_loop.F is seaice_cost_driver.F + * first term is AREA vs. SMR observation misfit (ALLOW_SEAICE_COST_SMR_AREA) + * gradient check in Exp. 6a of natl_box_adjoint/ +o natl_box_adjoint input_seaice for Lab. Sea now available online via wget + (see README file) checkpoint57q_post o fix initialisation Pb in calc_gw (get NANs in exp5 with g77)