/[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.1084 by jmc, Thu Apr 2 21:47:23 2009 UTC revision 1.1111 by mlosch, Fri May 29 14:52:48 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 Fix computations of L4rdt in mom_calc_visc.F
21    o eesupp:
22      new S/R ALL_PROC_DIE (like EEDIE, without irrelevant threads err msg):
23      should be called before a "stop" if we know that all process are going
24      to stop; if one Proc does call this S/R, will hang in MPI_FINALISE.
25    
26    checkpoint61o
27    o pkg/exch2: change check_depths to issue just a warning (instead of error+stop)
28    o model/src/ini_curvilinear_grid.F:
29       compute angleSin/CosC when they are not read from a file
30    o pkg/seaice:
31       add pseudo time stepping for LSOR
32    o pkg/exch2:
33       temporary fix for exch2_s3d_rx; update results of exp. hs94.cs-32x32x5.impIGW
34    o pkg/seaice:
35       Adding separate sea ice albedo, drag coefficients, and HO in Southern
36       Ocean from those in Arctic Ocean.  See *_south in SEAICE_PARAMS.h
37    o SingleCpuIO:
38       fix bug put before chkp61n (May 11), when more than 2 MPI cpu are used.
39    o pkg/seaice:
40       put exchanged variable in (local) common block for MPI+Multi-Threads
41       to work (necessary with exch1, and for now with exch2 too).
42    o verification: to get more experiments tested with mpi, mth and mpi+mth,
43      change tiling of:
44       aim.5l_Equatorial_Channel, aim.5l_LatLon, dome, exp4, global_ocean.90x40x15,
45       hs94.cs-32x32x5, MLAdjust, offline_exf_seaice & tutorial_plume_on_slope
46      update output of exp:
47       exp4, global_ocean.90x40x15(+.dwslp), MLAdjust(all 5),
48       tutorial_plume_on_slope and hs94.cs-32x32x5 (use default rotationPeriod)
49      + ideal_2D_ocean: use default rotation period + test Global_Sum_SINGLECPU
50                       (note: output.txt generated on faulks using only 1 tile)
51    o eesupp & mdsio (SingleCpuIO):
52     - remove MISSING_TILE_IO (from MDSIO_OPTIONS.h), replaced by run-time
53       parameter "W2_useE2ioLayOut" (read from file "data.exch2").
54       Note: was not effective for globalFile & useSingleCpuIO=F; now fixed.
55     - move MDSIO_SCPU.h (pkg/mdsio) to EEBUFF_SCPU.h (eesupp/inc).
56     - fix GLOBAL_SUM_SINGLECPU when using Exch2; re-use same buffers and same
57       gather/scatter S/R as with SingleCpuIO (=> 1 less 2D global RL array).
58    o pkg/exch2:
59     - new code to set-up W2-Exch2 topology (replace matlab-topology-generator):
60       read parameter file "data.exch2" if it exists; otherwise try default regular
61       cube without blank-tile; new header file "W2_EXCH2_SIZE.h";
62     - update matlab-topology-generator (exch2_setup_cs6_print.m) to be compatible
63       with new code (not to be used, just as a backup solution).
64     - add examples (e.g., for lat-lon-cap_120) of parameter file "data.exch2"
65       in utils/exch2/input.
66    
67    checkpoint61n
68    o eesupp & mdsio (SingleCpuIO):
69      - move mapping to global io-buffer inside gather_2d/scater_2d: this save
70        memory (1 less 2D global RL array); skip 1 buffer copy; and only send/
71        receive real*4 array (instead of real*8) to read/write 32.bit files.
72        (new template for gather_2d/scater_2d, new set of S/R MDS_PASS_R4,8toRL,S
73         and remove new mapping S/R)
74    o pkg/mdsio: in preparation for topology-generator within pkg/exch2:
75      - Change declaration of SingleCpuIO buffer, reduced to only 1 dim.:
76        xyBuffer_size, which is set to W2_ioBufferSize from W2_EXCH2_PARAMS.h
77        when using exch2. Add S/R to map global io-buffer to global model array.
78      - uses exch2_global_Nx,y instead of exch2_domain_nxt,nyt.
79    
80    checkpoint61m
81    o write_utils : change WRITE_1D_R8 to WRITE_1D_RL
82      and add 3 other S/R for other types (R4,R8,RS).
83      Change calls to WRITE_0D/1D_R[4,8,S,L] to match the type of argument.
84    o eesupp/inc/CPP_EEMACROS.h (EXCH & GLOBAL_SUM/MAX macros):
85     - ensure suffix (_R4,_R8,_RS,_RL) correspondance between macro and S/R ;
86     - reduce number of macro definitions (keep only those which are used);
87       can always call directly the corrresponding S/R if needed.
88     - everywhere in the code: change macros (EXCH & GLOBAL_SUM/MAX) suffix
89       _R4/_R8 to _RS/_RL when applied to _RS/_RL variable.
90     Fixed wrong type of arg in:
91       atm2d/put_ocnvars.F cheapaml/cheapaml.F ocn_compon_interf/ocn_apply_import.F
92       ctrl/ctrl_map_ini_ecco.F seaice/seaice_do_diags.F seaice/seaice_model.F
93     To fix: global_sum of var in common block is wrong (multi-threaded) in:
94       dic/dic_atmos.F ebm/ebm_area_t.F ebm/ebm_zonalmean.F sbo/sbo_calc.F
95     To fix: aim_v23/aim_do_co2.F (BARRIER & GLOBAL_SUM within bi,bj loops)
96    o adjustment.cs-32x32x1: test "blank tiles" when compiling with mpi; 2nd
97      "nlfs" mpi test is going to stop when checking for unconnected tile egdes.
98    o eesupp/src: new S/R to stop everyone when 1 (or more) Proc. find an error
99    o pkg/exch2: new S/R EXCH2_CHECK_DEPTHS to check that unconnected tile
100      edges are closed (zero depth); might happen with "blank tiles";
101      for now, disabled if using OBCS.
102    o tools/gemake2: delete modifs from March 27-29 2009 (with option "-mpi":
103      link *_mpi files from "MODS" dir) to return to a strait-forward behavior.
104    o move read_write.F to write_utils.F ; new parameter (maxLengthPrt1D)
105      to reduce length of 1.D array print in STDOUT.
106    o adjustment.cs-32x32x1: changed to oceanic test with 1 continent
107      + use 48 tiles (16x8): this will allow to test "blank tiles".
108    o start to test MPI + multi-threaded (change testreport to skip tests
109      where number of tiles do not match).
110    o genmake2: add option "-omp" to turn on Open-MP ;
111      passed to testreport (if using -mth) ; merge few (*+mth) optfiles.
112    o pkg/exch2 (+ utils/exch2): ignore blank tiles (instead of removing them)
113      and keep the original tile numbering. Note: compatible with old
114      W2_EXCH2_TOPOLOGY.h & w2_e2setup.F topology files.
115    
116    checkpoint61l
117    o Overlaps had been forgotten in calculating ijk keys : fixed
118    o fix cyrus makedepend for gcc 4.4
119  o experiment fizhi-cs-aqualev20:  o experiment fizhi-cs-aqualev20:
120    switching to new version of S/R GETPWHERE (#define TRY_NEW_GETPWHERE)    switching to new version of S/R GETPWHERE (#define TRY_NEW_GETPWHERE)
121    and generate new output. Note: new output is much closer to the old    and generate new output. Note: new output is much closer to the old
122    one (v1.8) generated with pgf77 -O2 on Mar 14 2007 than it is from    one (v1.8) generated with pgf77 -O2 on Mar 14 2007 than it is from
123    the previous one (v1.9) generated with pgf77 -O0 on Jun 13 2007.    the previous one (v1.9) generated with pgf77 -O0 on Jun 13 2007.
124  o pkg/fizhi:  o pkg/fizhi:
125   - change to avoid indices going deliberately over array-bounds   - change to avoid indices going deliberately over array-bounds
# Line 22  o pkg/fizhi: Line 134  o pkg/fizhi:
134    (e.g., datein=dates(n) is overwritten by timein=times(n) since both    (e.g., datein=dates(n) is overwritten by timein=times(n) since both
135     datein & timein, resp. 2nd and 3rd arg., are pointed to the same "ndum"     datein & timein, resp. 2nd and 3rd arg., are pointed to the same "ndum"
136     address) and produces error.     address) and produces error.
137    o tools/gemake2: (March 27-29 2009)
138      with option "-mpi": link *_mpi files from "MODS" dir (this is what
139      testreport does).
140  o lab_sea experiment: change from 2x1 tiles to 2x2 tiles and regenerate output  o lab_sea experiment: change from 2x1 tiles to 2x2 tiles and regenerate output
141  o pkg/seaice: fix bug in new version of S/R SEAICE_LSR.F:  o pkg/seaice: fix bug in new version of S/R SEAICE_LSR.F:
142     update lab_sea.lsr & lab_sea.salt_plume results     update lab_sea.lsr & lab_sea.salt_plume results
# Line 37  o pkg/seaice: Line 152  o pkg/seaice:
152    results by setting the above flag.    results by setting the above flag.
153    Further changes involve changes in defaults:    Further changes involve changes in defaults:
154    - ALLOW_FLOODING is defined and turned on by default    - ALLOW_FLOODING is defined and turned on by default
155    - SEAICE_advSnow = .true. is now the default    - SEAICEadvSnow = .true. is now the default
156    - SEAICE_advSalt = .true. is now the default    - SEAICEadvSalt = .true. is now the default
157    - SEAICE_advAge  = .true. is now the default    - SEAICEadvAge  = .true. is now the default
158    - SEAICE_clipVelocities  = .false. is now the default    - SEAICE_clipVelocities  = .false. is now the default
159                                       (as per J. Zhang's recommendation)                                       (as per J. Zhang's recommendation)
160    - B-grid, and thus not tested: SEAICE_TEST_ICE_STRESS_1/EXPLICIT_SSH_SLOPE    - B-grid, and thus not tested: SEAICE_TEST_ICE_STRESS_1/EXPLICIT_SSH_SLOPE

Legend:
Removed from v.1.1084  
changed lines
  Added in v.1.1111

  ViewVC Help
Powered by ViewVC 1.1.22