/[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.1058 by jmc, Sat Jan 31 22:26:31 2009 UTC revision 1.1094 by jmc, Wed May 6 03:02:12 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 pkg/mdsio: in preparation for topology-generator within pkg/exch2:
8      - Change declaration of SingleCpuIO buffer, reduced to only 1 dim.:
9        xyBuffer_size, which is set to W2_ioBufferSize from W2_EXCH2_PARAMS.h
10        when using exch2. Add S/R to map global io-buffer to global model array.
11      - uses exch2_global_Nx,y instead of exch2_domain_nxt,nyt.
12    
13    checkpoint61m
14    o write_utils : change WRITE_1D_R8 to WRITE_1D_RL
15      and add 3 other S/R for other types (R4,R8,RS).
16      Change calls to WRITE_0D/1D_R[4,8,S,L] to match the type of argument.
17    o eesupp/inc/CPP_EEMACROS.h (EXCH & GLOBAL_SUM/MAX macros):
18     - ensure suffix (_R4,_R8,_RS,_RL) correspondance between macro and S/R ;
19     - reduce number of macro definitions (keep only those which are used);
20       can always call directly the corrresponding S/R if needed.
21     - everywhere in the code: change macros (EXCH & GLOBAL_SUM/MAX) suffix
22       _R4/_R8 to _RS/_RL when applied to _RS/_RL variable.
23     Fixed wrong type of arg in:
24       atm2d/put_ocnvars.F cheapaml/cheapaml.F ocn_compon_interf/ocn_apply_import.F
25       ctrl/ctrl_map_ini_ecco.F seaice/seaice_do_diags.F seaice/seaice_model.F
26     To fix: global_sum of var in common block is wrong (multi-threaded) in:
27       dic/dic_atmos.F ebm/ebm_area_t.F ebm/ebm_zonalmean.F sbo/sbo_calc.F
28     To fix: aim_v23/aim_do_co2.F (BARRIER & GLOBAL_SUM within bi,bj loops)
29    o adjustment.cs-32x32x1: test "blank tiles" when compiling with mpi; 2nd
30      "nlfs" mpi test is going to stop when checking for unconnected tile egdes.
31    o eesupp/src: new S/R to stop everyone when 1 (or more) Proc. find an error
32    o pkg/exch2: new S/R EXCH2_CHECK_DEPTHS to check that unconnected tile
33      edges are closed (zero depth); might happen with "blank tiles";
34      for now, disabled if using OBCS.
35    o tools/gemake2: delete modifs from March 27-29 2009 (with option "-mpi":
36      link *_mpi files from "MODS" dir) to return to a strait-forward behavior.
37    o move read_write.F to write_utils.F ; new parameter (maxLengthPrt1D)
38      to reduce length of 1.D array print in STDOUT.
39    o adjustment.cs-32x32x1: changed to oceanic test with 1 continent
40      + use 48 tiles (16x8): this will allow to test "blank tiles".
41    o start to test MPI + multi-threaded (change testreport to skip tests
42      where number of tiles do not match).
43    o genmake2: add option "-omp" to turn on Open-MP ;
44      passed to testreport (if using -mth) ; merge few (*+mth) optfiles.
45    o pkg/exch2 (+ utils/exch2): ignore blank tiles (instead of removing them)
46      and keep the original tile numbering. Note: compatible with old
47      W2_EXCH2_TOPOLOGY.h & w2_e2setup.F topology files.
48    
49    checkpoint61l
50    o Overlaps had been forgotten in calculating ijk keys : fixed
51    o fix cyrus makedepend for gcc 4.4
52    o experiment fizhi-cs-aqualev20:
53      switching to new version of S/R GETPWHERE (#define TRY_NEW_GETPWHERE)
54      and generate new output. Note: new output is much closer to the old
55      one (v1.8) generated with pgf77 -O2 on Mar 14 2007 than it is from
56      the previous one (v1.9) generated with pgf77 -O0 on Jun 13 2007.
57    o pkg/fizhi:
58     - change to avoid indices going deliberately over array-bounds
59     - remove unnecessary MPI stuff
60     - perpetual spring equinox with "#define FIZHI_USE_FIXED_DAY"
61     - new version of S/R GETPWHERE available with #define TRY_NEW_GETPWHERE:
62       does not go over array-bounds and therefore returns reliable output.
63     - in fizhi_driver.F & fizhi_turb.F, fix "get_alarm" calls:
64       this S/R has 4 output arguments, which are used inside "get_alarm";
65       when it is called with the same variable "ndum" in place of several
66       output arguments, this produces weird side effect inside "get_alarm"
67      (e.g., datein=dates(n) is overwritten by timein=times(n) since both
68       datein & timein, resp. 2nd and 3rd arg., are pointed to the same "ndum"
69       address) and produces error.
70    o tools/gemake2: (March 27-29 2009)
71      with option "-mpi": link *_mpi files from "MODS" dir (this is what
72      testreport does).
73    o lab_sea experiment: change from 2x1 tiles to 2x2 tiles and regenerate output
74    o pkg/seaice: fix bug in new version of S/R SEAICE_LSR.F:
75       update lab_sea.lsr & lab_sea.salt_plume results
76    o pkg/seaice:
77      Major overhaul of the LSOR solver: change discretization from original
78      finite differences to finite volume. The old routine is still in the
79      file seaice_lsr.F and can be turned on with the CPP-flag
80      SEAICE_OLD_AND_BAD_DISCRETIZATION
81      Along with this change, the discretization of the strain rates is changed.
82      The same flag turns on the old discretization in seaice_calc_strainrates.F
83      All verification experiments with seaice are affected (except for
84      seaice_exf_offline); global_ocean.cs32x15/input.icedyn recovers the old
85      results by setting the above flag.
86      Further changes involve changes in defaults:
87      - ALLOW_FLOODING is defined and turned on by default
88      - SEAICEadvSnow = .true. is now the default
89      - SEAICEadvSalt = .true. is now the default
90      - SEAICEadvAge  = .true. is now the default
91      - SEAICE_clipVelocities  = .false. is now the default
92                                         (as per J. Zhang's recommendation)
93      - B-grid, and thus not tested: SEAICE_TEST_ICE_STRESS_1/EXPLICIT_SSH_SLOPE
94        is defined, SEAICE_TEST_ICE_STRESS_1 is renamed into SEAICE_BICE_STRESS
95      - seaice_growth: replace computation of UG by a simple copy from wspeed
96    
97    checkpoint61k
98    o pkg/seaice: a few bug fixes mostly concerning the metric terms:
99      seaice_lsr: fixed a few metric terms,
100                  affects lab_sea.lsr, lab_sea.salt_plume, seaice_obcs
101                  add more debugging diagnostics
102      seaice_evp: removed superfluous many metric terms of FV discretization
103                  of stress divergence
104                  affects lab_sea, lab_sea.hb87
105      seaice_ocean_stress: removed superfluous many metric terms of FV discretization
106                  of stress divergence for non-evp solver
107                  (this part is not tested anywhere)
108      seaice_calc_strainrates: fixed a bug in no-slip boundary conditions,
109                  they were effectively only half slip
110                  affects lab_sea.hb87
111      updated all relevant verification experiments (except lab_sea//output_adm.txt
112        which was left over, but fails at level 7 & 6)
113    
114    checkpoint61j
115    o pkg/seaice: turn a few hard wired parameters into run time parameters
116    o pkg/seaice/exf/monitor: turn netcdf coordinate variable T into model
117      time in seconds as promised by the usints in seaice_monitor and exf_monitor
118    o pkg/mnc: fix the coordinate variables for multi-tile curvi-linear grids
119      that are not cubed-sphere grids
120    o pkg/seaice: fix a bug for the rare case of SEAICE_VECTORIZE_LSR
121    o pkg/ctrl:
122      fix bug in ctrl_depth_ini.F (EXCH_XYZ was applied to 2-D field xx_r_low)
123    o non-hydrostatic (calc_gw.F):
124      fix viscA4 on CS-grid + fix diagnostics: Wm_Diss & Wm_Advec
125      update output of exp. global_ocean.cs32x15.viscA4
126    o remove backward compatibility for thetaMin,phiMin
127      (replaced by xgOrigin,ygOrigin on Jan 27, 2009)
128    o pkg/exf: fix a serious bug in exf_set_uv.F: do a rotation of the
129      interpolated wind field not only for curvilineargrid=.true., but also
130      for a rotated grid (rotateGrid=.true.)
131    o pkg/exf: add capability to bypass interpolation for runoff
132      by setting yet another CPP-flag
133    o eesupp/src, B-grid exchange:
134      add simple (6 tiles, non MPI) CS exch + standard interface S/R.
135    o autodiff
136      new CPP option ALLOW_TAMC_SINGLEPREC_COMLEV
137      allows to switch to single-prec common blocks;
138      corresponding switch occurs in tamc.h, integer isbyte
139      TAF store directivs "byte" and "kind" seem equivalent;
140      Most tamc.h have been updated correspondingly.
141    
142    checkpoint61i
143    o autodiff:
144      fix autodiff_sore/_restore indices for obcs
145      (spotted by I. Hoteit, M. Mazloff)
146    o pkg/autodiff, pkg/ctrl:
147      Add flag to reduce all tapelev I/O to single-prec.
148      In data.ctrl set
149        doSinglePrecTapelev = .TRUE.
150    o model/src/ini_curvilinear_grid.F, new grid-file format without EXCH2:
151      check in hack for SX8 compiler (for dxV, dyU); remove it afterwards.
152    o pkg/shelfice: fix bug with SHELFICEconserve flag, prepare for
153      real fresh water flux (not yet)
154    o pkg/mdsio & rw:
155     - add argument & option to S/R MDS_WRITEVEC_LOC (avoid Open/Close & write-meta)
156     - add simple interface S/R to MDS_WRITEVEC_LOC in pkg/rw: WRITE_GLVEC_RX.
157  o pkg/flt:  o pkg/flt:
158   - replace FLT_INIT by 3-steps standard initialization S/R: readparms,   - replace FLT_INIT by 3-steps standard initialization S/R: readparms,
159     init_fixed & ini_varia.     init_fixed & ini_varia.
160     - clean-up & simplify linear interpolation S/R:
161       move flt_bilinear.F -> flt_interp_linear.F ; add arg. myThid.
162     - fix some indices (mainly vertical index) ; add IMPLICIT NONE.
163     - more efficient I/O, using new options of MDS_WRITEVEC_LOC S/R.
164     - add vert. coordinate & horiz. indices to output files.
165     - change vertical position in initial condition, from index to depth [m].
166     - store horizontal (decimal) indices i,j in common block (instead of coord. x,y)
167       (easier to get to a curvilinear grid) ; delX,delY no longer used.
168  o pkg/ggl90: a few modifications:  o pkg/ggl90: a few modifications:
169   - fix bottom boundary condition, and interpolation of KappaE   - fix bottom boundary condition, and interpolation of KappaE
170     near top and bottom     near top and bottom
# Line 2336  o add two new packages Line 2494  o add two new packages
2494    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme    - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme
2495    - these scheme operate in a similar manner as KPP (without ghat, of    - these scheme operate in a similar manner as KPP (without ghat, of
2496      course), however there is only one diffusivity that is used for both      course), however there is only one diffusivity that is used for both
2497      temperature and salinity (and passive tracers)ç      temperature and salinity (and passive tracers)
2498  o add offline package  o add offline package
2499  o add "verification/dic_example" which contains a dic-gchem-ptracer setup  o add "verification/dic_example" which contains a dic-gchem-ptracer setup
2500    provided by Stephanie Dutkiewicz    provided by Stephanie Dutkiewicz

Legend:
Removed from v.1.1058  
changed lines
  Added in v.1.1094

  ViewVC Help
Powered by ViewVC 1.1.22