--- MITgcm/doc/tag-index 2007/06/19 12:39:54 1.839 +++ MITgcm/doc/tag-index 2007/07/22 23:51:15 1.852 @@ -1,9 +1,46 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.839 2007/06/19 12:39:54 mlosch Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.852 2007/07/22 23:51:15 dimitri Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +o starting implementation of Duffy et al. (GRL 1999) salt plume scheme + (#ifdef ALLOW_SALT_PLUME) +o gather_2d/scatter_2d: removed halo regions +o gmredi: add option (GM_taper_scheme='fm07') for Ferrari & McWilliams 2007 + scheme and the corresponding test case (under front_relax dir). For now, + only available with Skew-flux form and not yet tested in realistic set-up. + adjoint: store directives updated, but gradient checks deteriorated, + so maybe GM/Redi adjoint is now broken. +o seaice adjoint + * add AREA, HEFF, HSNOW as control variable + (should not change lab_sea results) + * CTRL_OPTIONS.h needs new flag: CTRL_SET_OLD_MAXCVARS_40 +o pkg/seaice: + * added computation of saltFlux in seaice_growth; + For time being, sea ice salinity is assumed constant + contribution of snow flooding to freshening of sea ice is neglected. + SEAICE_salinity is set in SEAICE_PARM01 of data.seaice and it + defaults to 0.0 in order to maintain backward compatibility. + Typical values for SEAICE_salinity are 4 to 10 g/kg. + * replaced dRf(1) with dRf(kSurface)*hFacC(kSurface) in seaice_growth.F + * added SEAICE_availHeatFrac, which specifies fraction of surface level + heat content used to melt or grow ice + * commented out cap of HICE: it helps keep ice thinner + * reintroduced cap of HEFF via MAX_HEFF and SEAICE_CAP_HEFF option + * applied OBCS T/S mask to HEFFM sea ice mask + +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), @@ -12,6 +49,9 @@ 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 @@ -25,7 +65,6 @@ 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