/[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.1033 by jmc, Thu Oct 23 15:31:34 2008 UTC revision 1.1088 by jmc, Sat Apr 18 21:23:13 2009 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o adjustment.cs-32x32x1: changed to oceanic test with 1 continent
8      + use 48 tiles (16x8): this will allow to test "blank tiles".
9    o start to test MPI + multi-threaded (change testreport to skip tests
10      where number of tiles do not match).
11    o genmake2: add option "-omp" to turn on Open-MP ;
12      passed to testreport (if using -mth) ; merge few (*+mth) optfiles.
13    o pkg/exch2 (+ utils/exch2): ignore blank tiles (instead of removing them)
14      and keep the original tile numbering. Note: compatible with old
15      W2_EXCH2_TOPOLOGY.h & w2_e2setup.F topology files.
16    
17    checkpoint61l
18    o Overlaps had been forgotten in calculating ijk keys : fixed
19    o fix cyrus makedepend for gcc 4.4
20    o experiment fizhi-cs-aqualev20:
21      switching to new version of S/R GETPWHERE (#define TRY_NEW_GETPWHERE)
22      and generate new output. Note: new output is much closer to the old
23      one (v1.8) generated with pgf77 -O2 on Mar 14 2007 than it is from
24      the previous one (v1.9) generated with pgf77 -O0 on Jun 13 2007.
25    o pkg/fizhi:
26     - change to avoid indices going deliberately over array-bounds
27     - remove unnecessary MPI stuff
28     - perpetual spring equinox with "#define FIZHI_USE_FIXED_DAY"
29     - new version of S/R GETPWHERE available with #define TRY_NEW_GETPWHERE:
30       does not go over array-bounds and therefore returns reliable output.
31     - in fizhi_driver.F & fizhi_turb.F, fix "get_alarm" calls:
32       this S/R has 4 output arguments, which are used inside "get_alarm";
33       when it is called with the same variable "ndum" in place of several
34       output arguments, this produces weird side effect inside "get_alarm"
35      (e.g., datein=dates(n) is overwritten by timein=times(n) since both
36       datein & timein, resp. 2nd and 3rd arg., are pointed to the same "ndum"
37       address) and produces error.
38    o lab_sea experiment: change from 2x1 tiles to 2x2 tiles and regenerate output
39    o pkg/seaice: fix bug in new version of S/R SEAICE_LSR.F:
40       update lab_sea.lsr & lab_sea.salt_plume results
41    o pkg/seaice:
42      Major overhaul of the LSOR solver: change discretization from original
43      finite differences to finite volume. The old routine is still in the
44      file seaice_lsr.F and can be turned on with the CPP-flag
45      SEAICE_OLD_AND_BAD_DISCRETIZATION
46      Along with this change, the discretization of the strain rates is changed.
47      The same flag turns on the old discretization in seaice_calc_strainrates.F
48      All verification experiments with seaice are affected (except for
49      seaice_exf_offline); global_ocean.cs32x15/input.icedyn recovers the old
50      results by setting the above flag.
51      Further changes involve changes in defaults:
52      - ALLOW_FLOODING is defined and turned on by default
53      - SEAICEadvSnow = .true. is now the default
54      - SEAICEadvSalt = .true. is now the default
55      - SEAICEadvAge  = .true. is now the default
56      - SEAICE_clipVelocities  = .false. is now the default
57                                         (as per J. Zhang's recommendation)
58      - B-grid, and thus not tested: SEAICE_TEST_ICE_STRESS_1/EXPLICIT_SSH_SLOPE
59        is defined, SEAICE_TEST_ICE_STRESS_1 is renamed into SEAICE_BICE_STRESS
60      - seaice_growth: replace computation of UG by a simple copy from wspeed
61    
62    checkpoint61k
63    o pkg/seaice: a few bug fixes mostly concerning the metric terms:
64      seaice_lsr: fixed a few metric terms,
65                  affects lab_sea.lsr, lab_sea.salt_plume, seaice_obcs
66                  add more debugging diagnostics
67      seaice_evp: removed superfluous many metric terms of FV discretization
68                  of stress divergence
69                  affects lab_sea, lab_sea.hb87
70      seaice_ocean_stress: removed superfluous many metric terms of FV discretization
71                  of stress divergence for non-evp solver
72                  (this part is not tested anywhere)
73      seaice_calc_strainrates: fixed a bug in no-slip boundary conditions,
74                  they were effectively only half slip
75                  affects lab_sea.hb87
76      updated all relevant verification experiments (except lab_sea//output_adm.txt
77        which was left over, but fails at level 7 & 6)
78    
79    checkpoint61j
80    o pkg/seaice: turn a few hard wired parameters into run time parameters
81    o pkg/seaice/exf/monitor: turn netcdf coordinate variable T into model
82      time in seconds as promised by the usints in seaice_monitor and exf_monitor
83    o pkg/mnc: fix the coordinate variables for multi-tile curvi-linear grids
84      that are not cubed-sphere grids
85    o pkg/seaice: fix a bug for the rare case of SEAICE_VECTORIZE_LSR
86    o pkg/ctrl:
87      fix bug in ctrl_depth_ini.F (EXCH_XYZ was applied to 2-D field xx_r_low)
88    o non-hydrostatic (calc_gw.F):
89      fix viscA4 on CS-grid + fix diagnostics: Wm_Diss & Wm_Advec
90      update output of exp. global_ocean.cs32x15.viscA4
91    o remove backward compatibility for thetaMin,phiMin
92      (replaced by xgOrigin,ygOrigin on Jan 27, 2009)
93    o pkg/exf: fix a serious bug in exf_set_uv.F: do a rotation of the
94      interpolated wind field not only for curvilineargrid=.true., but also
95      for a rotated grid (rotateGrid=.true.)
96    o pkg/exf: add capability to bypass interpolation for runoff
97      by setting yet another CPP-flag
98    o eesupp/src, B-grid exchange:
99      add simple (6 tiles, non MPI) CS exch + standard interface S/R.
100    o autodiff
101      new CPP option ALLOW_TAMC_SINGLEPREC_COMLEV
102      allows to switch to single-prec common blocks;
103      corresponding switch occurs in tamc.h, integer isbyte
104      TAF store directivs "byte" and "kind" seem equivalent;
105      Most tamc.h have been updated correspondingly.
106    
107    checkpoint61i
108    o autodiff:
109      fix autodiff_sore/_restore indices for obcs
110      (spotted by I. Hoteit, M. Mazloff)
111    o pkg/autodiff, pkg/ctrl:
112      Add flag to reduce all tapelev I/O to single-prec.
113      In data.ctrl set
114        doSinglePrecTapelev = .TRUE.
115    o model/src/ini_curvilinear_grid.F, new grid-file format without EXCH2:
116      check in hack for SX8 compiler (for dxV, dyU); remove it afterwards.
117    o pkg/shelfice: fix bug with SHELFICEconserve flag, prepare for
118      real fresh water flux (not yet)
119    o pkg/mdsio & rw:
120     - add argument & option to S/R MDS_WRITEVEC_LOC (avoid Open/Close & write-meta)
121     - add simple interface S/R to MDS_WRITEVEC_LOC in pkg/rw: WRITE_GLVEC_RX.
122    o pkg/flt:
123     - replace FLT_INIT by 3-steps standard initialization S/R: readparms,
124       init_fixed & ini_varia.
125     - clean-up & simplify linear interpolation S/R:
126       move flt_bilinear.F -> flt_interp_linear.F ; add arg. myThid.
127     - fix some indices (mainly vertical index) ; add IMPLICIT NONE.
128     - more efficient I/O, using new options of MDS_WRITEVEC_LOC S/R.
129     - add vert. coordinate & horiz. indices to output files.
130     - change vertical position in initial condition, from index to depth [m].
131     - store horizontal (decimal) indices i,j in common block (instead of coord. x,y)
132       (easier to get to a curvilinear grid) ; delX,delY no longer used.
133    o pkg/ggl90: a few modifications:
134     - fix bottom boundary condition, and interpolation of KappaE
135       near top and bottom
136     - use same set of viscosity/diffusivity for TKE/momnetum/tracer
137     - add smoothing option as in Blanke and Delecluse (1993) (--> ALLOW_GGL90_SMOOTH)
138     - add a few options for mixing-length upper limit (--> mxlMaxFlag)  
139    o rename thetaMin,phiMin -> xgOrigin,ygOrigin
140      (maintain temporary backward compatibility, until next checkpoint)
141    
142    checkpoint61h
143    o pkg/diagnostics with "periodic averaging diagnostics":
144      fix S/R DIAGNOSTICS_COUNT ; hack diagnostics_out.F to get NetCDF output.
145    o pkg/my82: add missing "_d 0" ; update output of exp. vermix.my82
146    o pkg/obcs: fix loop ranges for balancing code
147    o pkg/flt:
148     - improve criteria for finding which tile owns a float.
149     - fix FLT_EXCH for case without MPI ; apply cyclic BC + fix also the MPI case.
150    o Add well-mixed CO2 box in aim_v23 (which includes changes in pkg
151      aim_compon_interf, ocn_compon_interf, gchem, and dic to get coupling
152      with ocean biogeo)
153    o pkg/flt:
154     - do some cleaning and fix the restart ;
155     - add output.txt in flt_example/results to get this pkg tested.
156    o genmake2: add an EXTENDED_SRC option and flag.
157       for now, cannot be turned on on command line (only through genmake_local)
158    o pkg/mdsio: read/write vector:
159     - singleCpuIO: fix RL/RS in MDSWRITEVECTOR by calling new S/R MDS_BUFFERtoRL/RS
160     - singleCpuIO=F: fix arrType & filePrec & _BYTESWAPIO in both MDSREADVECTOR
161       & MDSWRITEVECTOR by calling new S/R MDS_RD/WR_VEC_RL/RS.
162     - affects gradient of test-exp "bottom_ctrl_5x5" (not due to _BYTESWAPIO)
163      (drop to 4 digits matching for grad). But this test does not look very
164      reliable (was already failling on eddy, fc5, at 6.digits). Update output.
165    
166    checkpoint61g
167    o pkg/flt:
168      - move FLT_CPPOPTIONS.h to FLT_OPTIONS.h (standard name)
169       + make OPTIONS file more standard.
170      - rename S/R MDSREADVECTOR_FLT to FLT_MDSREADVECTOR (to mach src file name)
171      - fix _BYTESWAPIO CPP-Flag
172      - standard reading of file-parameter "data.flt"
173      - fix argument list of S/R FLT_RESTART
174      still need to fix _BYTESWAPIO in pkg/mdsio/mdsio_writevector.F
175    o pkg/obcs: fix a CPP-flag, bug reported by Jeff Blundell
176    o gather_2d.F/scatter_2d.F: suppress vectorisation on NEC SX in respond to
177      a still unfixed compiler/optimization bug
178    
179    checkpoint61f
180    o pkg/seaice, LSR solver: fix bug in GLOBAL_MAX calls ;
181      update results of global_ocean.cs32x15.icedyn test.
182    o move getcon.F from model/src to pkg/fizhi.
183    o pkg/exf: add parameter for extrapolation of temp up to the surface
184       and option to prevent negative evap (in bulk_largeyeager04 only).
185    o Prather Advection scheme: fix tracer conservation for divergent flow
186      (e.g., when using NonLin Free-Surface).
187    o kpp: retire KPPmld diagnostics --> use MXLDEPTH instead
188    o gmredi (Visbeck-variable-K):
189     - add more parameters to Visbeck-variable-K.
190     - use a 5 points average for dSigmaR in Visbeck-K calculation
191       (more "homogenous": same stencil and same weights as in dSigmaH)
192     - update output of ideal_2D_oce experiment.
193    o fix CPP-flag REAL4_IS_SLOW, when _RS expands into real*4
194      (#undef REAL4_IS_SLOW)
195     - pkg/mnc/mnc_cw_cvars.F: write _RS-grid variable as netcdf-real*4
196       coordinate variable
197     - pkg/monitor/monitor.F: call mon_printstats_rs for _RS variables
198       (surface forcing fields), removes some of the functionality
199     - model/src/write_grid.F: write _RS variables as RS-netcdf variables
200     - model/src/diags_oceanic_surf_flux.F: fix a few diagnostics, but
201       probably not all: copy _RS surface flux fields to RL field before
202       calling DIAGNOSTICS_FILL
203     - model/inc/CPP_EEMACROS.h: make the _EXCH_*_RS macros expand into
204       real*4 (CALL EXCH_*_RS) versions.
205     - tested in 2 experiments: inverted_barometer & solid-body.cs-32x32x1
206       (generate new output).
207    
208  checkpoint61e  checkpoint61e
209  o gmredi (Visbeck-variable-K):  o gmredi (Visbeck-variable-K):
210    - fix the "OLD_VISBECK_CALC" option + move the #undef to GMREDI_OPTIONS.h    - fix the "OLD_VISBECK_CALC" option + move the #undef to GMREDI_OPTIONS.h
# Line 2258  o add two new packages Line 2459  o add two new packages
2459    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme
2460    - these scheme operate in a similar manner as KPP (without ghat, of    - these scheme operate in a similar manner as KPP (without ghat, of
2461      course), however there is only one diffusivity that is used for both      course), however there is only one diffusivity that is used for both
2462      temperature and salinity (and passive tracers)ç      temperature and salinity (and passive tracers)
2463  o add offline package  o add offline package
2464  o add "verification/dic_example" which contains a dic-gchem-ptracer setup  o add "verification/dic_example" which contains a dic-gchem-ptracer setup
2465    provided by Stephanie Dutkiewicz    provided by Stephanie Dutkiewicz

Legend:
Removed from v.1.1033  
changed lines
  Added in v.1.1088

  ViewVC Help
Powered by ViewVC 1.1.22