/[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.1098 by jmc, Sat May 16 13:45:27 2009 UTC revision 1.1122 by mlosch, Thu Jun 11 09:04: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 pkg/seaice: make the (placeholder-)tracer IceAge a little more meaningful
8      by avoiding ridging of age due to convergent ice flow
9    
10    checkpoint61p
11    o eesupp (global_max & global_sum):
12     - add one more element to buffer (start at index 0) for GL_MAX/SUM output;
13     - remove starting & endding barrier (no longer needed)
14    o pkg/mdsio, writelocal:
15       works also in multi-threaded when LOCBIN_IO_THREAD_SAFE is undefined
16       (remove the STOP): uses shared buffer IO to store data from all threads
17       and then let master-thread write nThreads tiles.
18    o pkg/mdsio (read/write field):
19     - tiled IO done in 1 piece (all levels at a time);
20     - new header file "MDSIO_BUFF_3D.h" with 3-D buffers.
21     - multi-threaded: allow to read/write local (non-shared) array
22       (was already working with singleCpuIO ; now works also without);
23       => no longer needs barrier call after reading a file (added inside
24       mds_read/write field).
25     - move barrier calls outside gather/scatter_2d to mds_read/write_field
26    o pkg/obcs/exf
27      - exf_getffieldrec.F: add a few ". _d 0" and
28                            add code to catch the case fldperiod = 0.  
29      - obcs_precribe_read.F: change if statements so that they match
30                              the variable type (_RL)
31      - add a separate exf_iprec_obcs to exf_set_obcs (by default equal to
32        exf_iprec) as part of namelist EXF_NML_01
33    o pkg/mdsio:
34      - read/write tiled (local) files: read/write 1-level tile chunk at a time
35        (instead of segment of length sNx); expected to speed up tiled IO.
36    o pkg/exch2:
37      - take buffer copy from/to array out of S/R exch2_send/recv into new
38        S/R exch2_put/get ; Exch of local variable now works with MPI+MTH
39        (tested by removing commom block statement in SOLVE_FOR_PRESSURE.h).
40      - ad version of send/recv no longer needed (but needs exch2_ad_put/ad_get)
41      - simplify argument list of S/R exch2_get_uv_bounds and exch2_get_scal_bounds
42        (which replaces exch2_get_recv_bounds & exch2_get_send_bounds) by
43        including Topology header file (and common blocks).
44      - implement EXCH_IGNORE_CORNERS in scalar exchange (rx1);
45        remove 2nd exch call in exch2_s3d_rx (no longer needed).
46      - document S/R arg. list (+ update some comments)
47    o pkg/seaice:
48      - added SEAICE_CLIM_AIR code, which permits modulation of surface air
49        temperature and humidity over sea ice based on climatological values.
50      - clean up computation of Hibler+Bryan (1987) stress coupling for the case
51        of LSR (this change is expected to change the results slightly because now
52        it uses slightly difference moduli from the second last LSR solution, but
53        that is more consistent with the stress computations; this part of the code
54        is not tested in the verification experiments)
55      - fix diagnostics for flux of ice in case of B-grid
56      - turn strain rates eij and press into global fields within global
57        common block in SEAICE.h for more straighforward diagnostics
58      - fix diagnostics for principal stress components, press, zeta, eta
59        to give something meaning full
60    o change tiling of global_ocean.cs32x15 (12 tiles, 32x16) and generate
61      new output (all 4 tests) using default rotationPeriod.
62    o pkg KPP:
63      - add flag (LimitHblStable) to avoid limiting BL depth under stable conditions
64      - fix vertical indices in RI_IWMIX (match between KPP grid from 0 to Nr+1
65        and normal grid from 1 to Nr)
66    o Fix computations of L4rdt in mom_calc_visc.F
67    o eesupp:
68      new S/R ALL_PROC_DIE (like EEDIE, without irrelevant threads err msg):
69      should be called before a "stop" if we know that all process are going
70      to stop; if one Proc does call this S/R, will hang in MPI_FINALISE.
71    
72    checkpoint61o
73    o pkg/exch2: change check_depths to issue just a warning (instead of error+stop)
74    o model/src/ini_curvilinear_grid.F:
75       compute angleSin/CosC when they are not read from a file
76    o pkg/seaice:
77       add pseudo time stepping for LSOR
78    o pkg/exch2:
79       temporary fix for exch2_s3d_rx; update results of exp. hs94.cs-32x32x5.impIGW
80    o pkg/seaice:
81       Adding separate sea ice albedo, drag coefficients, and HO in Southern
82       Ocean from those in Arctic Ocean.  See *_south in SEAICE_PARAMS.h
83    o SingleCpuIO:
84       fix bug put before chkp61n (May 11), when more than 2 MPI cpu are used.
85    o pkg/seaice:
86       put exchanged variable in (local) common block for MPI+Multi-Threads
87       to work (necessary with exch1, and for now with exch2 too).
88    o verification: to get more experiments tested with mpi, mth and mpi+mth,
89      change tiling of:
90       aim.5l_Equatorial_Channel, aim.5l_LatLon, dome, exp4, global_ocean.90x40x15,
91       hs94.cs-32x32x5, MLAdjust, offline_exf_seaice & tutorial_plume_on_slope
92      update output of exp:
93       exp4, global_ocean.90x40x15(+.dwslp), MLAdjust(all 5),
94       tutorial_plume_on_slope and hs94.cs-32x32x5 (use default rotationPeriod)
95      + ideal_2D_ocean: use default rotation period + test Global_Sum_SINGLECPU
96                       (note: output.txt generated on faulks using only 1 tile)
97  o eesupp & mdsio (SingleCpuIO):  o eesupp & mdsio (SingleCpuIO):
98   - remove MISSING_TILE_IO (from MDSIO_OPTIONS.h), replaced by run-time   - remove MISSING_TILE_IO (from MDSIO_OPTIONS.h), replaced by run-time
99     parameter "W2_useE2ioLayOut" (read from file "data.exch2").     parameter "W2_useE2ioLayOut" (read from file "data.exch2").

Legend:
Removed from v.1.1098  
changed lines
  Added in v.1.1122

  ViewVC Help
Powered by ViewVC 1.1.22