--- MITgcm/doc/tag-index 2004/09/27 14:54:35 1.358 +++ MITgcm/doc/tag-index 2004/10/08 17:03:43 1.364 @@ -1,8 +1,28 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.358 2004/09/27 14:54:35 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.364 2004/10/08 17:03:43 edhill Exp $ Notes on tags used in MITgcmUV ============================== +o add ability of MNC to write local and "partial" (eg. 2D slices where + the full 3D field is never actually stored) arrays to NetCDF files + with the correct (that is, the complete multi-dimensional) set of + array indicies + - used in mom_vecinv() to write the diagFreq output + - tested (demonstrated) in verification/aim.5l_cs +o further mnc-ification + - add verification/lab_sea to the list with mnc setups + - fix undefined mnc v-names in cd_code + - add kpp to mnc output (both snapshot and timeave) +o non-hydrostatic code + - added horizontal viscosity parameter viscAhW for w, that replaces viscAh + in calc_gw.F + - defaults to viscAh + - this is useful, when I want to use viscAh=0 (e.g., only biharmonic + friction or Leith) in non-hydrostatic mode, as long as there is + no biharmonic friction and/or Leigth or equivalent for vertical velocity. +o pkg/cost + extend simple cost functions to treat time mean quantities + (T,U,V) via cost_accumulate_state from cost_tile o multidimAdvection on CS-grid: implement the full 3 pass ; overlap needs to be 2 times larger than the minimum size the advection scheme requires. now get a perfect conservation of salt in advect_cs test-exp (updated) @@ -25,6 +45,8 @@ - updated obcs_check - changed sponge layer relaxation parameter units for days to seconds - turned off sponge layer by default + - changed argument list of OBCS_CALC to myTime+deltaTclock + - fixed about 35 bugs in obcs_external_fields_load checkpoint55c_post o obcs stuff