/[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.347 by heimbach, Mon Sep 20 23:22:57 2004 UTC revision 1.363 by edhill, Thu Oct 7 19:31:14 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 further mnc-ification
7      - add verification/lab_sea to the list with mnc setups
8      - fix undefined mnc v-names in cd_code
9      - add kpp to mnc output (both snapshot and timeave)
10    o non-hydrostatic code
11      - added horizontal viscosity parameter viscAhW for w, that replaces viscAh
12        in calc_gw.F
13      - defaults to viscAh
14      - this is useful, when I want to use viscAh=0 (e.g., only biharmonic
15        friction or Leith) in non-hydrostatic mode, as long as there is
16        no biharmonic friction and/or Leigth or equivalent for vertical velocity.
17    o pkg/cost
18      extend simple cost functions to treat time mean quantities
19      (T,U,V) via cost_accumulate_state from cost_tile
20    o multidimAdvection on CS-grid: implement the full 3 pass ; overlap needs to
21        be 2 times larger than the minimum size the advection scheme requires.
22        now get a perfect conservation of salt in advect_cs test-exp (updated)
23    o GGL90 (Gaspar's TKE mixed layer)
24      - add horizontal diffusion of TKE, requires exchanges in
25        do_fields_blocking_exchanges, horizontal diffusivity is zero by
26        default. In OPA there is no horizontal diffusion of TKE but the
27        mixing coefficients are computed from a horizontal average of TKE of
28        6 points or so. I think that diffusion has a little more physical
29        justification.
30      - clean up ggl90_calc in the hope of reducing memory usage (this hope
31        was in vain)
32      - mask tke-variable in ggl90_init
33    o fix mask Pb in multidimAdvection on CS-grid (still a small Pb with ipass)
34    o fix biharmonic diffusion on CS-grid.
35    o more obcs stuff
36      - added obcs_external_fields_load as an alternative to the EXF-pkg option
37        for reading boundary values. This routine is called from
38        obcs_prescribe_read
39      - updated obcs_check
40      - changed sponge layer relaxation parameter units for days to seconds
41      - turned off sponge layer by default
42      - changed argument list of OBCS_CALC to myTime+deltaTclock
43      - fixed about 35 bugs in obcs_external_fields_load
44    
45    checkpoint55c_post
46    o obcs stuff
47      - new runtime flags useOBCSprescribe, useOBCSbalance
48      - re-arranged obcs_calc
49      - moved exf_getobcs to obcs_prescibe_read
50        obcs_prescibe_read is called after ORLANSKI stuff
51        and independent of it (executable can contain all).
52      - updated obcs_check
53      - added exchanges for U,V,gU,gV for useOBCSprescribe=.TRUE.
54        These may be necessary only if tangential velocities are
55        prescribed at OB, not sure, needs testing.
56    o make the MNC_CW_ADD_VATTR_* subroutines all take scalar arguments
57      which simplifies the calls and passes the ifc check-bounds test
58    
59    checkpoint55b_post
60    o add a 2D scalar, Z location, exchange_2 routine.
61    o EXCH_UV for CS-grid: add one u,v in the corner-halo region, allows
62      to compute vorticity on a wider stencil [e.g., vort3(0,1)&(1,0)]
63      affects advect_cs results (for the wrong reason): update output.txt
64    o use a more standard discretization for biharmonic viscosity ;
65     (original version still available with #define MOM_VI_ORIGINAL_VISCA4 )
66      affects results of dome set-up: update output.txt
67    o fix gad_advection.F (CubedSphere part), back to version 1.23
68    o fix bug in mom_vi_del2uv.F (CubedSphere part).
69    
70  checkpoint55a_post  checkpoint55a_post
71  o merged code to  o merged code to
72    * prescribe/read time-dependent open boundaries    * prescribe/read time-dependent open boundaries

Legend:
Removed from v.1.347  
changed lines
  Added in v.1.363

  ViewVC Help
Powered by ViewVC 1.1.22