/[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.1095 by jmc, Mon May 11 12:36:41 2009 UTC revision 1.1112 by dfer, Fri May 29 18:46:03 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/seaice:
8      - clean up computation of Hibler+Bryan (1987) stress coupling for the case
9        of LSR (this change is expected to change the results slightly because now
10        it uses slightly difference moduli from the second last LSR solution, but
11        that is more consistent with the stress computations; this part of the code
12        is not tested in the verification experiments)
13      - fix diagnostics for flux of ice in case of B-grid
14      - turn strain rates eij and press into global fields within global
15        common block in SEAICE.h for more straighforward diagnostics
16      - fix diagnostics for principal stress components, press, zeta, eta
17        to give something meaning full
18    o change tiling of global_ocean.cs32x15 (12 tiles, 32x16) and generate
19      new output (all 4 tests) using default rotationPeriod.
20    o pkg KPP:
21      - add flag (LimitHblStable) to avoid limiting BL depth under stable conditions
22      - fix vertical indices in RI_IWMIX (match between KPP grid from 0 to Nr+1
23        and normal grid from 1 to Nr)
24    o Fix computations of L4rdt in mom_calc_visc.F
25    o eesupp:
26      new S/R ALL_PROC_DIE (like EEDIE, without irrelevant threads err msg):
27      should be called before a "stop" if we know that all process are going
28      to stop; if one Proc does call this S/R, will hang in MPI_FINALISE.
29    
30    checkpoint61o
31    o pkg/exch2: change check_depths to issue just a warning (instead of error+stop)
32    o model/src/ini_curvilinear_grid.F:
33       compute angleSin/CosC when they are not read from a file
34    o pkg/seaice:
35       add pseudo time stepping for LSOR
36    o pkg/exch2:
37       temporary fix for exch2_s3d_rx; update results of exp. hs94.cs-32x32x5.impIGW
38    o pkg/seaice:
39       Adding separate sea ice albedo, drag coefficients, and HO in Southern
40       Ocean from those in Arctic Ocean.  See *_south in SEAICE_PARAMS.h
41    o SingleCpuIO:
42       fix bug put before chkp61n (May 11), when more than 2 MPI cpu are used.
43    o pkg/seaice:
44       put exchanged variable in (local) common block for MPI+Multi-Threads
45       to work (necessary with exch1, and for now with exch2 too).
46    o verification: to get more experiments tested with mpi, mth and mpi+mth,
47      change tiling of:
48       aim.5l_Equatorial_Channel, aim.5l_LatLon, dome, exp4, global_ocean.90x40x15,
49       hs94.cs-32x32x5, MLAdjust, offline_exf_seaice & tutorial_plume_on_slope
50      update output of exp:
51       exp4, global_ocean.90x40x15(+.dwslp), MLAdjust(all 5),
52       tutorial_plume_on_slope and hs94.cs-32x32x5 (use default rotationPeriod)
53      + ideal_2D_ocean: use default rotation period + test Global_Sum_SINGLECPU
54                       (note: output.txt generated on faulks using only 1 tile)
55    o eesupp & mdsio (SingleCpuIO):
56     - remove MISSING_TILE_IO (from MDSIO_OPTIONS.h), replaced by run-time
57       parameter "W2_useE2ioLayOut" (read from file "data.exch2").
58       Note: was not effective for globalFile & useSingleCpuIO=F; now fixed.
59     - move MDSIO_SCPU.h (pkg/mdsio) to EEBUFF_SCPU.h (eesupp/inc).
60     - fix GLOBAL_SUM_SINGLECPU when using Exch2; re-use same buffers and same
61       gather/scatter S/R as with SingleCpuIO (=> 1 less 2D global RL array).
62    o pkg/exch2:
63     - new code to set-up W2-Exch2 topology (replace matlab-topology-generator):
64       read parameter file "data.exch2" if it exists; otherwise try default regular
65       cube without blank-tile; new header file "W2_EXCH2_SIZE.h";
66     - update matlab-topology-generator (exch2_setup_cs6_print.m) to be compatible
67       with new code (not to be used, just as a backup solution).
68     - add examples (e.g., for lat-lon-cap_120) of parameter file "data.exch2"
69       in utils/exch2/input.
70    
71    checkpoint61n
72  o eesupp & mdsio (SingleCpuIO):  o eesupp & mdsio (SingleCpuIO):
73    - move mapping to global io-buffer inside gather_2d/scater_2d: this save    - move mapping to global io-buffer inside gather_2d/scater_2d: this save
74      memory (1 less 2D global RL array); skip 1 buffer copy; and only send/      memory (1 less 2D global RL array); skip 1 buffer copy; and only send/

Legend:
Removed from v.1.1095  
changed lines
  Added in v.1.1112

  ViewVC Help
Powered by ViewVC 1.1.22