/[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.398 by mlosch, Wed Dec 1 23:11:21 2004 UTC revision 1.435 by jmc, Wed Jan 19 02:21:28 2005 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    o fix in ini_eos.F (one "_d 0" was missing): now g77 & ifc give much closer
7      results; update global_ocean_pressure & global_ocean.cs32x15 output.txt
8    o add saltFlux(+File) forcing capability with periodicExternalForcing
9    o allow to use pkg diagnostics for GM-Redi & ThSIce output
10    o diagnostics_fill: fill in up to sNx+1 or sNy+1 (if U,V or Z pt) for mnc.
11    o improvements for the MNC output from DIAGNOSTICS:
12      - correct handling of the unlimitied dimension
13      - all dims now have associated coordinate variables
14      - variables located at U, V, and Corner ("Z") points are now written
15        with the correct horzontal dimensions (eg. 'Xp1', 'Yp1') so that
16        *all* data points are output
17    o added seaice_summary.F and removed obsolete ALLOW_SEAICE's from pkg/seaice
18    o added pkg/seaice/seaice_monitor.F
19    o mdsio_readfield.F can now read files visible only to master MPI process.
20    o pkg/seaice: some test code for ice-modified ocean stress
21    o exf_getffields interpolation defaults to bilinear for all scalar forcing
22      fields (remains bicubic for wind velocity and stress).  This avoids, e.g.,
23      spurious negative numbers for precipitation and humidity.  Will cause
24      some small numerical differences for integrations using pkg/exf/exf_interp.F.
25    o pkg/ctrl/
26      * Add ctrlvec diagnostics in pack/unpack for nondimensional I/O
27        May be enabled via doPackDiag
28      *  introduce z-scaling of
29         + gradient (doZscalePack) and
30         + control (doZscaleUnpack)
31    o pkg/mdsio/
32      * enable useSingleCpuIO for state estimation (ctrl_pack/unpack) mdsio_gl.F
33      * N.B.: leave tiled I/O for tapelev (i.e. mds...vector)
34    
35    checkpoint57b_post
36    o simplify options in diagnostics_fill arguments (remove weird combinations)
37    o fix MNC coordinate variables so that they now contain per-face index
38      values (instead of xC,xG,yC,yG values) when run with EXCH2 since, in
39      general, EXCH2 grids are only aligned to a "local" coordinate system
40    o test diagnostics pkg in dic_example (no output) and ideal_2D_oce (with ouput)
41    o Implement instantaneous output within pkg diagnostics:
42      setting a negative frequency in data.diagnostics produces
43     "snap-shot" output (as opposed to time-average if freq > 0)
44    o move out off EQUIVALENCE all diagnostics that fizhi does not use ;
45      NOTE: change ptracer diagnostics name: use 2 characters to work with
46            more than 9 tracers. Add also diagnostics of advect & diffus flux.
47    o more CF compliance: convert all MNC 'iter' variables to 'T' so that it
48      becomes the coordinate variable for the 'T' dimension
49    o add CF-style coordinate variables to MNC
50      - just a first cut:  numbers are meaningless on the cubesphere and
51        missing along the T axis but otherwise it works!
52    o add surface flux diagnostics: TAUX, TAUY, TFLUX, TRELAX, TICE, SFLUX, SRELAX
53    o pkg/thSIce: read initial state from 6 files ; allow monitor to use MNC.
54    o add diagnostics of advective & diffusive flux for T & S (pTracers coming soon)
55      this is based directly on what the model compute, so that the content of
56      each diagnostics might be affected by switching options (e.g., implicitDiffusion)
57    o small changes for diagnostics (gad_biharm_?.F, arguments of S/R impldiff.F)
58    o clean up build options files for SunOS, in particular
59      - remove -traditional from xmakedepend
60      - change -xarch=v9 to -xarch=native for f77
61      - restore use of make (not gmake)
62      - add CC=gcc if using g77
63    o changes per discussion of AM, JMC, & EH3 today:
64      - move redundant "grid" variables out of "state" -- in preparation of
65        creating proper CF-style coordinate variables and in recognition
66        that any/all grid variables can be easily copied (eg. w/NCO) from
67        the grid files into any of the other NetCDF files
68      - *always* output grid variables with MDSIO (this will eventually be
69        changed)
70      - output MNC grid file if useMNC is true
71    o every instance of _END_MASTER() has been found and replaced with
72      _END_MASTER( myThid ) in order to satisfy certain picky Sun
73      preprocessors
74    o re-arrange diagnostics pkg initialisation:
75     - allow each package to extend the available diagnostics list
76     - add some checking and fix small problems (multi-threaded, ...)
77     - new S/R diagnostics_fill (replace fill_diagnostics):
78       look through the short list of active diag. (instead of the long list)
79       create function DIAGNOSTICS_IS_ON to tell if a diagnostics is active
80    
81    checkpoint57a_post
82    o this set of changes restores TAMC compatibility
83      tested for global_ocean.90x40x15 adjoint on trough
84      (what a pain)
85    
86    checkpoint57a_pre
87    o some modifs in tools/build_options for sunos
88    o call ctrl_pack for ctrl at end for optimcycle=0
89    
90    checkpoint57
91    o add horizontal bi-harmonic viscosity for vertical velocity
92      - new parameter viscA4W (defaults to viscA4)
93      - affects only non-hydrostatic code
94      - to be done: no-slip lateral boundary conditions
95    o switch back to "sflux = sflux - runoff" in exf_getforcing.F
96    o implement Implicit Vertical advection for pTracers
97    o depth convergence accelerator: replace deltaTtracer by dTtracerLev(k)
98      (implemented also for implicit vertical diffusion & advection)
99    o OBCS: extend application of tracer open boundary conditions
100      to a strip beyond the boundary of width Olx/Oly
101    o add call monitor to TAF set of required calls (flow directives)
102      and include in natl_box_adjoint
103    o untangle a few ifdefs related to cost, ctrl, autodiff
104      untangel a few ALLOW_ECCO_OPTIMIZATION
105    o Apply Cooper & Haines representative estimates also at sub-surface (k=Nr)
106      (theta2, salt2 in ecco_cost_weights)
107    
108    checkpoint56c_post
109    o OBCS as control variables
110      - update ctrl_ad_diff.list, obcs_ad_diff.list
111      - remove balance of obcs controls from default
112      - fix index bug nobcs in ctrl_init
113      - fix dummy fields filen in ctrl_pack
114      - add dummy weights for obcs
115    o lsopt: comment out fort.94 output
116    o optim:
117      - remove unnecessary header files
118      - adjusted namelists
119      - add xerbla.F to Makefile
120    o exf:
121      - multiple modifications of exf_check_range
122      - unit change in exf_init_runoff from [m/year] to [m/s]
123    o mdsio:
124      - i/o-vector change debugLevel from debLevA to debLevB
125    
126  checkpoint56b_post  checkpoint56b_post
127  o collect all ptracers output in an new routine (PTRACERS_OUTPUT) that  o collect all ptracers output in an new routine (PTRACERS_OUTPUT) that
128    is called from DO_THE_MODEL_IO    is called from DO_THE_MODEL_IO

Legend:
Removed from v.1.398  
changed lines
  Added in v.1.435

  ViewVC Help
Powered by ViewVC 1.1.22