--- MITgcm/doc/tag-index 2007/06/12 16:04:45 1.834 +++ MITgcm/doc/tag-index 2007/06/21 00:56:25 1.843 @@ -1,9 +1,44 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.834 2007/06/12 16:04:45 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.843 2007/06/21 00:56:25 jmc Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +checkpoint59d +o standard name: {PKG}_DIAGNOSTICS_STATE to fill diagnostics array + for {PKG} state variables, and called from DO_STATEVARS_DIAGS. + (keep {PKG}_DIAGNOSTICS_FILL for non-state variables diagnostics) +o pkg/gmredi (gmredi_readparms.F): add some missing "_d 0" + and change default value of parameter "GM_Small_Number"; + update output of exp: lab_sea (x2), cfc_example, global_ocean.90x40x15, + global_ocean.cs32x15 (x4), global_ocean_ebm, global_with_exf, + tutorial_global_oce_biogeo, tutorial_global_oce_latlon +o pkg/ecco: cost function when applying pkg/smooth to controls +o pkg/ctrl: add forcingPrecond run time parameter +o pkg/seaice: + - replace ZMIN=4.e8 with ZMIN=0. in dynsolver.F as in C-grid code + - fix bug in metric terms of u-equation in LSR solver (implicit part), + changes verification/lab_sea + - rearrange implicit part of u-equation in LSR solver to make it easier to + read, understand, and debug. This causes changes at the truncation level. + - fix (serious) bug in the boundary conditions (sign error in the implicit + part) of the LSR solver. Changes all LSR results. + - fixed problem with HSNOW initialization to avoid thick snow when AREA + is initilized with small values - does not change lab_sea results. + - added HsnowFile initialization capability +o pkg/smooth: addition to model/src and pkg/ctrl so allow + initialization of pkg/smooth and application to control vector +o pkg/seaice: fix another bug in the LSR no-slip boundary conditons +o dependencies: pkg/profiles requires pkg/cal +o pkg/profiles: + - added option ALLOW_PROFILES_GENERICGRID + -> pkg/profiles can thus be used with any grid (e.g. cs32x15) assuming + that interpolation information (grid points and coefficients) is provided + within the netcdf input files. + -> sample matlab scripts can be found in MITgcm_contrib/gael + that allow you to prepare netcdf input files. + - also modified: cleaner include statements, cleaner error print statements, + cleaner stops when error, and more tests of the netcdf input files consistency. o additional test (in global_ocean.cs32x15) using seaice+thsice pkgs. o pkg/seaice: - move seaice-diagnostics from seaice_do_diags to do_statevars_diags; this