/[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.1494 by jmc, Thu Aug 25 22:47:03 2011 UTC revision 1.1502 by jmc, Wed Sep 21 16:29:49 2011 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/exch2:
8      - add new CPP option to disable Cumul-Sum matrix (to save storage when using
9        many tiles); until alternative coding is added, just add a stop.
10    o pkg/kpp:
11      - move ptracer/salt correction to KPP diffusivity from calc_3d_diffusivity.F
12        to S/R KPP_CALC_DIFF_PTR (+ add tracer-index to argument list).
13    o optfiles:
14      - merged few MPI specific (*+mpi*) and multi-threads specific (*+mth) optfiles
15        into corresponding standard one, which now support different build:
16        (when using "genmake2 -mpi" for MPI built, "genmake2 -omp" for OpenMP built)
17      - add "darwin_amd64_gfortran" optfile (initially from Constantinos, tested by Gael)
18    o pkg/obcs (seaice):
19      - add missing EXCH for uIce,vIce after applying OBCS;
20      - remove S/R EXF_SWAPFFIELDS_X/Y , disable S/R EXF_SET_OBCS_X/Y by adding
21        argument = number of levels to S/R EXF_SWAPFFIELDS_XZ/YZ and S/R
22        EXF_SET_OBCS_XZ/YZ ; update obcs_exf_load.F;
23      - fix EXF_SET_OBCS_XZ/YZ for multi-threaded (assuming loaded arrays are shared)
24      - verification exp. seaice_obcs: split domain in 2 tiles ; add SIZE.h_mpi
25        and eedata.mth for MPI and mutlti-threaded testing.
26    o pkg/flt:
27      - make FLT EXCH working with multi-threads (and MPI + multi-threads);
28      - use buffer for floats IO (trajectories & profiles); size set in FLT_SIZE.h;
29      - fix pickup and trajectories + profiles output with multi-threads;
30      - add parameter to select group of fields to write along trajectory and
31        profile (default unchanged);
32      - only call PORT_RAND* function when flt_noise <> 0;
33      - add multi-threaded test for verification exp. flt_example.
34    o eesupp/src:
35      - fix S/R ALL_PROC_DIE for MPI+multi-threads.
36      - USE_OMP_THREADING: check that number of threads (from eedata) matches
37        actual number (from env.var. setting).
38    o pkg/ebm:
39      - fix multi-threading in ebm_area_t.F ; clean-up EBM.h header file.
40      - add multi-threaded test for verification exp. global_ocean_ebm
41    
42    checkpoint63b (2011/08/29)
43    o pkg/ebm:
44      - fix sign of runoff;
45      - update directly forcing fields (Qnet,EmPmR) to use standard
46        external_forcing_surf.F (remove ebm_forcing_surf.F);
47      - avoid loading forcing fields a 2nd time (1rst time from ini_forcing.F);
48      - set either tauThetaClimRelax (in data) or tauThetaZonRelax (in data.ebm)
49        and apply relaxation towards corresponding SST field (2-D map or ZonAver).
50      - update global_ocean_ebm parameters file data and update output (fwd+ad).
51    o verification/matrix_example:
52      - split domain in 8 tiles (2x4); add SIZE.h_mpi and eedata.mth for
53        MPI and mutlti-threaded testing.
54    o pkg/matrix:
55      - change name of S/R MATRIX_INIT to S/R MATRIX_INIT_VARIA ;
56      - fix for multi-tiles (add bi,bj indices to exp/impMatrixCounter);
57      - fix for multi-threaded (remove DATA statement);
58      - use standard DIFFERENT_MULTIPLE function;
59      - add MATRIX_OPTIONS.h
60  o verification/matrix_example:  o verification/matrix_example:
61     To allow to split the domain in several tiles, change the domain size     To allow to split the domain in several tiles, change the domain size
62      from 31x31 to 32x32 by adding 1 row (on Southern side) + 1 column (on      from 31x31 to 32x32 by adding 1 row (on Southern side) + 1 column (on

Legend:
Removed from v.1.1494  
changed lines
  Added in v.1.1502

  ViewVC Help
Powered by ViewVC 1.1.22