/[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.766 by jmc, Tue Jan 16 19:45:13 2007 UTC revision 1.793 by heimbach, Thu Apr 19 14:58:37 2007 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint59
8    o pkg/exf:
9      - fix wind-stress location: defined on A-grid (if ALLOW_ATM_WIND &
10        ALLOW_BULKFORMULAE or USE_EXF_INTERPOLATION), otherwise, defined on C-grid
11      - move exf header files from lower_case.h to UPPER_CASE.h ;
12        add missing cvs Header & Name
13      - add adjoint routines and flow dirs for newly used exch_uv_agrid routines
14      - add namelist param. selectStressGridPosition, exf_monFreq
15      - retire many _CLIM routines, and remove data.exf_clim
16        + params moved to data.exf
17        + climsst, climsss now handled by exf_set_gen, i.e.
18          climss?period=0 refers to constant field,
19          climss?period=-12 to monthly forcing
20      - split up namelists in data.exf
21    o pkg/seaice:
22      - remove seaice_exch and seaice_exch_uv
23      - remove superfluous exchange of theta
24      - add myThid to seaice_budget_ocean/ice
25      - add new interface for atmospheric wind forcing (C-grid only)
26        + new routine
27        + two new field (taux, tauy for stress over ice)
28        + removed one global field (DAIRN) for C-grid case only
29    o pkg/thsise
30      - 2nd set of modifs for thsice adjoint in conjunction with exf
31    o enable runtime flag useEXF (useCAL is set to .T. if useEXF=.T.)
32    
33    checkpoint58y_post
34    o Added capability for latitudinal dependence of Bryan and Lewis, 1979
35      vertical diffusivity, similar to that in MOM4; turned on using
36      #define ALLOW_BL79_LAT_VARY in CPP_OPTIONS.h and specified using
37      diffKrBL79*, diffKrBLEQ*, and BL79LatVary in runtime data file.
38    o Added capability for 3D specification of background vertical diffusion
39      coefficient.  This is done by (i) #define ALLOW_3D_DIFFKR
40      in CPP_OPTIONS.h and (ii) specifying file diffKrFile in runtime
41      "data" file that contains the 3D vertical diffusivity coefficients.
42    o ice dynamics (pkg/seaice) with thsice thermodynamics:
43      - add code within pkg thsice to advect & diffuse sea-ice fields
44      similar to (and will replace) what has been added in  seaice_advdiff.F,
45      but: - conserving Mass, Heat & Salt.
46           - better when using non-linear advection scheme (not yet fully tested)
47           - can also be used in atmospheric set-up (for now, only the diffusion).
48    
49    checkpoint58x_post
50    o IO option for global-file compact format:
51      - add options when generating topology (utils/exch2/matlab-topology-generator)
52      - add I/O capability (pkg/mdsio).
53      - adapt utils/matlab/rdmds.m to read this format.
54      for now long-line format not yet supported by pkg/mdsio (& exch2).
55    o shelfice: add a few diagnostics
56    
57    checkpoint58w_post
58    o p-coord. non-hydrostatic using reference profile for w <-> omega conversion:
59      rVel2wUnit & wUnit2rVel are computed from reference profile Tref,Sref
60      (and replace horiVertRatio in NH code).
61      Update output of exp.: tutorial_global_oce_in_p (useNHMTerms !)
62                         and tutorial_plume_on_slope (sensitive to truncation)
63    o seaice: if ALLOW_ATM_WIND is undefined use wind stress
64      directly to drive seaice model (C-grid only)
65    o exf: when input wind-stress (#undef ALLOW_ATM_WIND):
66     - reintroduce computation of wind from stress,
67     - compute tau (in exf_bulkformulae.F) from windstress averaged to
68       mass points to avoid tau = 0
69     - fix serious bug: (1/3) in Fortran is not the same as (1./3.)
70    o rdmnc.m: make it work with "global" files created with gluemnc
71    o rdmnc.m : some improvements in dealing with singleton dimension
72      (tested on all testreport mnc output files).
73    o genmake2: disable pkg/profiles if netcdf test fails.
74    o cpl_aim+ocn exp.: use consistent rhoConstFresh in Atm & Ocn; update output.
75    o move call to cal_readparms up to make calendar parameters/variable available
76      to all packages
77    
78    checkpoint58v_post
79    o change EOS (from POLY3 to JMD95P) in global_ocean.90x45x15 to get
80      useDynP_inEos_Zc tested.
81    o pkg/exf: changes to properly interpolate/mask/scale initial fields
82    o utils/matlab/cs_grid/read_cs: routines to speed up reading of CS510 fields
83      and portions thereof.  See read_cs.txt for description and examples.
84    o utils/matlab/cs_grid/bk_line: to compute transport through passages,
85      add a script (grt_circ_bkl.m) to generate broken-line between 2 points,
86      following the great-circle arc between those 2 points.
87    o trap un-initialized variable with pathscale compiler on weddell.mit.edu
88      (thanks to Constantinos): fix few problems and get (almost) all exp to pass.
89  o 2nd-Order Moment Advection Scheme (Prather, 1986): first check-in  o 2nd-Order Moment Advection Scheme (Prather, 1986): first check-in
90   - enable by setting #define GAD_ALLOW_SOM_ADVECT (in GAD_OPTIONS.h)   - enable by setting #define GAD_ALLOW_SOM_ADVECT (in GAD_OPTIONS.h)
91   - used without limiter (AdvScheme=80) or with Prather limiter (AdvScheme=81)   - used without limiter (AdvScheme=80) or with Prather limiter (AdvScheme=81)

Legend:
Removed from v.1.766  
changed lines
  Added in v.1.793

  ViewVC Help
Powered by ViewVC 1.1.22