/[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.1070 by jmc, Mon Feb 23 01:27:48 2009 UTC revision 1.1086 by jmc, Sat Apr 11 13:53:17 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 remove backward compatibility for thetaMin,phiMin  o pkg/exch2 (+ utils/exch2): ignore blank tiles (instead of removing them)
8      and keep the original tile numbering. Note: compatible with old
9      W2_EXCH2_TOPOLOGY.h & w2_e2setup.F topology files.
10    
11    checkpoint61l
12    o Overlaps had been forgotten in calculating ijk keys : fixed
13    o fix cyrus makedepend for gcc 4.4
14    o experiment fizhi-cs-aqualev20:
15      switching to new version of S/R GETPWHERE (#define TRY_NEW_GETPWHERE)
16      and generate new output. Note: new output is much closer to the old
17      one (v1.8) generated with pgf77 -O2 on Mar 14 2007 than it is from
18      the previous one (v1.9) generated with pgf77 -O0 on Jun 13 2007.
19    o pkg/fizhi:
20     - change to avoid indices going deliberately over array-bounds
21     - remove unnecessary MPI stuff
22     - perpetual spring equinox with "#define FIZHI_USE_FIXED_DAY"
23     - new version of S/R GETPWHERE available with #define TRY_NEW_GETPWHERE:
24       does not go over array-bounds and therefore returns reliable output.
25     - in fizhi_driver.F & fizhi_turb.F, fix "get_alarm" calls:
26       this S/R has 4 output arguments, which are used inside "get_alarm";
27       when it is called with the same variable "ndum" in place of several
28       output arguments, this produces weird side effect inside "get_alarm"
29      (e.g., datein=dates(n) is overwritten by timein=times(n) since both
30       datein & timein, resp. 2nd and 3rd arg., are pointed to the same "ndum"
31       address) and produces error.
32    o lab_sea experiment: change from 2x1 tiles to 2x2 tiles and regenerate output
33    o pkg/seaice: fix bug in new version of S/R SEAICE_LSR.F:
34       update lab_sea.lsr & lab_sea.salt_plume results
35    o pkg/seaice:
36      Major overhaul of the LSOR solver: change discretization from original
37      finite differences to finite volume. The old routine is still in the
38      file seaice_lsr.F and can be turned on with the CPP-flag
39      SEAICE_OLD_AND_BAD_DISCRETIZATION
40      Along with this change, the discretization of the strain rates is changed.
41      The same flag turns on the old discretization in seaice_calc_strainrates.F
42      All verification experiments with seaice are affected (except for
43      seaice_exf_offline); global_ocean.cs32x15/input.icedyn recovers the old
44      results by setting the above flag.
45      Further changes involve changes in defaults:
46      - ALLOW_FLOODING is defined and turned on by default
47      - SEAICE_advSnow = .true. is now the default
48      - SEAICE_advSalt = .true. is now the default
49      - SEAICE_advAge  = .true. is now the default
50      - SEAICE_clipVelocities  = .false. is now the default
51                                         (as per J. Zhang's recommendation)
52      - B-grid, and thus not tested: SEAICE_TEST_ICE_STRESS_1/EXPLICIT_SSH_SLOPE
53        is defined, SEAICE_TEST_ICE_STRESS_1 is renamed into SEAICE_BICE_STRESS
54      - seaice_growth: replace computation of UG by a simple copy from wspeed
55    
56    checkpoint61k
57    o pkg/seaice: a few bug fixes mostly concerning the metric terms:
58      seaice_lsr: fixed a few metric terms,
59                  affects lab_sea.lsr, lab_sea.salt_plume, seaice_obcs
60                  add more debugging diagnostics
61      seaice_evp: removed superfluous many metric terms of FV discretization
62                  of stress divergence
63                  affects lab_sea, lab_sea.hb87
64      seaice_ocean_stress: removed superfluous many metric terms of FV discretization
65                  of stress divergence for non-evp solver
66                  (this part is not tested anywhere)
67      seaice_calc_strainrates: fixed a bug in no-slip boundary conditions,
68                  they were effectively only half slip
69                  affects lab_sea.hb87
70      updated all relevant verification experiments (except lab_sea//output_adm.txt
71        which was left over, but fails at level 7 & 6)
72    
73    checkpoint61j
74    o pkg/seaice: turn a few hard wired parameters into run time parameters
75    o pkg/seaice/exf/monitor: turn netcdf coordinate variable T into model
76      time in seconds as promised by the usints in seaice_monitor and exf_monitor
77    o pkg/mnc: fix the coordinate variables for multi-tile curvi-linear grids
78      that are not cubed-sphere grids
79    o pkg/seaice: fix a bug for the rare case of SEAICE_VECTORIZE_LSR
80    o pkg/ctrl:
81      fix bug in ctrl_depth_ini.F (EXCH_XYZ was applied to 2-D field xx_r_low)
82    o non-hydrostatic (calc_gw.F):
83      fix viscA4 on CS-grid + fix diagnostics: Wm_Diss & Wm_Advec
84      update output of exp. global_ocean.cs32x15.viscA4
85    o remove backward compatibility for thetaMin,phiMin
86    (replaced by xgOrigin,ygOrigin on Jan 27, 2009)    (replaced by xgOrigin,ygOrigin on Jan 27, 2009)
87  o pkg/exf: fix a serious bug in exf_set_uv.F: do a rotation of the  o pkg/exf: fix a serious bug in exf_set_uv.F: do a rotation of the
88    interpolated wind field not only for curvilineargrid=.true., but also    interpolated wind field not only for curvilineargrid=.true., but also

Legend:
Removed from v.1.1070  
changed lines
  Added in v.1.1086

  ViewVC Help
Powered by ViewVC 1.1.22