--- MITgcm/doc/tag-index 2007/09/18 21:29:09 1.878 +++ MITgcm/doc/tag-index 2007/10/03 19:42:16 1.887 @@ -1,9 +1,38 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.878 2007/09/18 21:29:09 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.887 2007/10/03 19:42:16 mlosch Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +o add new diagnostics to seaice: advective, diffusive fluxes (only for + multidim-advection, for scheme 2 they are not filled) and transports, + thermodynamic growth rates +o change units of EmPmR (inside the code) from m/s to kg/m2/s (mass flux) but + leave input file unchanged. Affects results @ truncation level (cg2d match) + and update output of experiments: lab_sea(6), global_ocean.90x40x15(10), + global_ocean.cs32x15(11x3,10), natl_box(11), tutorial_global_oce_latlon(11) + + adjoint results: global_ocean_ebm(11) and lab_sea (12). + Next: will retire convertEmP2rUnit (simply using mass2rUnit instead). + +checkpoint59h +o pkg/exf: + - improve vectorization by moving if-statement out of loops in + exf_mapfields, exf_radiation + - exf_bulkformulae.F: introduce 2D fields and vectorize code +o pkg/kpp: added the salt plume scheme (ALLOW_SALT_PLUME) to KPP package +o testreport: + - allow to test for Qnet & SeaIce monitor output; clean-up ALLOW_BULK_OFFLINE + monitor & update offline_exf_seaice exp. output. + - AD testing: pass/FAIL according to Grad. output accuracy (instead of Cost) +o pkg/seaice: + - bug fix in the evp solver: boundary conditions were affected be + masking of zMax/zMin (changes results) + - minor bug fix in boundary conditions in seaice_calc_strainrates + (changes results for no_slip) + - seaice_lsr.F: make interpolation of eta dependent on boundaries + - replace hardcoded lower limit for zeta (zMin) by runtime parameter + - add a test to lab_sea, that tests the Hibler and Bryan (1987) ocean + stress formulation and no-slip boundary conditions o pkg/ptracers: Temporary fix for PTRACERS_useGMRedi & PTRACERS_useKPP in gad_calc_rhs.F ; add few safety stops in initialisation phase. o pkg/seaice: a first HSALT time stepping equation has been checked in @@ -292,7 +321,9 @@ ATMOSPHERIC_LOADING is #define). o pkg/kpp: replaced _KPP_RL with _RL o bug fixes for vertical diffusivity computations when both KPP and - 3D diffusivity arrays are used. + 3D diffusivity arrays are used; pkg/kpp/kpp_calc_diff_s & _t.F + are no longer updating the vertical diffusivity array + (passed as argument) but are (re-) setting those arrays. o pkg/seaice: fix bug in evp solver, while doing that - change (improve?) discretization of stress computations for both cgrid-lsr and evp solver