/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Diff of /MITgcm/doc/tag-index

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.355 by jmc, Fri Sep 24 17:10:22 2004 UTC revision 1.364 by edhill, Fri Oct 8 17:03:43 2004 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    o add ability of MNC to write local and "partial" (eg. 2D slices where
7      the full 3D field is never actually stored) arrays to NetCDF files
8      with the correct (that is, the complete multi-dimensional) set of
9      array indicies
10      - used in mom_vecinv() to write the diagFreq output
11      - tested (demonstrated) in verification/aim.5l_cs
12    o further mnc-ification
13      - add verification/lab_sea to the list with mnc setups
14      - fix undefined mnc v-names in cd_code
15      - add kpp to mnc output (both snapshot and timeave)
16    o non-hydrostatic code
17      - added horizontal viscosity parameter viscAhW for w, that replaces viscAh
18        in calc_gw.F
19      - defaults to viscAh
20      - this is useful, when I want to use viscAh=0 (e.g., only biharmonic
21        friction or Leith) in non-hydrostatic mode, as long as there is
22        no biharmonic friction and/or Leigth or equivalent for vertical velocity.
23    o pkg/cost
24      extend simple cost functions to treat time mean quantities
25      (T,U,V) via cost_accumulate_state from cost_tile
26    o multidimAdvection on CS-grid: implement the full 3 pass ; overlap needs to
27        be 2 times larger than the minimum size the advection scheme requires.
28        now get a perfect conservation of salt in advect_cs test-exp (updated)
29    o GGL90 (Gaspar's TKE mixed layer)
30      - add horizontal diffusion of TKE, requires exchanges in
31        do_fields_blocking_exchanges, horizontal diffusivity is zero by
32        default. In OPA there is no horizontal diffusion of TKE but the
33        mixing coefficients are computed from a horizontal average of TKE of
34        6 points or so. I think that diffusion has a little more physical
35        justification.
36      - clean up ggl90_calc in the hope of reducing memory usage (this hope
37        was in vain)
38      - mask tke-variable in ggl90_init
39  o fix mask Pb in multidimAdvection on CS-grid (still a small Pb with ipass)  o fix mask Pb in multidimAdvection on CS-grid (still a small Pb with ipass)
40  o fix biharmonic diffusion on CS-grid.  o fix biharmonic diffusion on CS-grid.
41  o more obcs stuff  o more obcs stuff
# Line 10  o more obcs stuff Line 43  o more obcs stuff
43      for reading boundary values. This routine is called from      for reading boundary values. This routine is called from
44      obcs_prescribe_read      obcs_prescribe_read
45    - updated obcs_check    - updated obcs_check
46      - changed sponge layer relaxation parameter units for days to seconds
47      - turned off sponge layer by default
48      - changed argument list of OBCS_CALC to myTime+deltaTclock
49      - fixed about 35 bugs in obcs_external_fields_load
50    
51  checkpoint55c_post  checkpoint55c_post
52  o obcs stuff  o obcs stuff

Legend:
Removed from v.1.355  
changed lines
  Added in v.1.364

  ViewVC Help
Powered by ViewVC 1.1.22