--- MITgcm/doc/tag-index 2006/05/25 18:25:13 1.660 +++ MITgcm/doc/tag-index 2006/06/14 18:14:14 1.678 @@ -1,9 +1,64 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.660 2006/05/25 18:25:13 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.678 2006/06/14 18:14:14 jmc Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +checkpoint58i_post +o pkg/seaice: add parameter that allows to scale/turn off effect of seaice + on wind stress (SEAICEstressFactor defaults to 1.) +o Total number of Timers is finite (<=40): comment out 2 non-essential one + in the_main_loop.F to avoid Pb (e.g., when running fizhi test) +o vector_invariant: fix highOrderVorticity(=4.th.Order) advection + on CS-grid: no longer loosing mass. +o exf & curvilinear-grid: no longer modify longitude xC & xG. +o pkg/ggl90: fix sloppy output and fix a bug +o pkg/seaice: added SEAICEuseEVPpickup parameter + - Set to false in order to start EVP solver with + non-EVP pickup files when using SEAICEuseEVP + - fix sign error in diffusion in seaice_calc_rhs + +checkpoint58h_post +* Modifications for bottom topography control + o replace hFacC by _hFacC at various places + o replace ALLOW_HFACC_CONTROL by ALLOW_DEPTH_CONTROL + o add non-self-adjoint cg2d_nsa + o update autodiff support routines + o re-initialise hfac after ctrl_depth_ini + o works for 5x5 box, doesnt work for global_ocean.90x40x15 +* Adding verification for 5x5 box (4-layer) bottom topography control + +checkpoint58g_post +o pkg/diagnostics: implement "periodic averaging diagnostics" (e.g., + used for mean seasonal cycle, mean diurnal cycle); add an example + in verification/global_ocean.cs32x15/input.thsice/data.diagnostics +o pkg/ggl90: + - add parameter (minimum surface kinetic energy) + - fix bug (avoiding division by zero) +o couple pkg/thsice to pkg/seaice: + - modify advection in seaice to accomodate new scalar fields to be advected + - only muliDimAdection scheme work with seaice/thsice + - mapping of thsice-variables to seaice-variables, back and forth + - does not break the verification experiments, but does not give the + desired results either +o pkg/seaice + - make (default) second order advection a bit less confusing? + +checkpoint58f_post +o couple pkg/thsice and pkg/exf (as a preparation for coupling pkg/thsice + to pkg/seaice): + - new routines thsice_map_exf and thsice_get_exf provide the interface + - add an additional formal parameter to thsice_solve4temp +o pkg/exf: + - add new fields wspeed, snowprecip (to be able to couple to thsice) + - correct Stefan-Boltzmann constant + - new parameter for longwave surface emittance + - separate some stuff from exf_bulkformulae into new routines + exf_radiation, exf_wind + - add new parameters and constants: longwave emissivity for ocean, ice + and snow, evaporation parameters over ice + - decouple wind/stress computation from ALLOW_BULKFORMULA: always compute + either wind from stress or stress from wind o pkg/thSIce: - split thsice_step_fwd.F in 2 S/R: thsice_step_temp.F & thsice_step_fwd.F - put i,j loops inside S/R: THSICE_ALBEDO, THSICE_SOLVE4TEMP, THSICE_EXTEND @@ -18,7 +73,7 @@ o fix bug in aim+thsice albedo: snow & ice thickness arguments were switched; generate new output for test-experiment: aim.5l_cs.thSI o results_ad : rename "output.txt_adm" to "output_adm.txt" and change - testreport accordingly + testreport accordingly checkpoint58e_post o SEAICE_CGRID adjoint done