/[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.1495 by jmc, Fri Aug 26 20:27:15 2011 UTC revision 1.1510 by jmc, Wed Oct 5 18:35:02 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/seaice:
8      - allow to specify initial seaice velocity from files (uIceFile,vIceFile)
9    o pkg/exch2:
10      - alternative code (without tile x tile matrix) for cumulated (global) sum;
11        used as default; keep using matrix version in adjustment.cs-32x32x1.
12    o tools/build_options:
13      - after merging some MPI and/or multi-threads specific optfiles so that
14        the modified default optfile support both built (using genmake2 -mpi
15        for the MPI built, using genmake2 -omp for OpenMP built),
16        move now obsolete optfiles to tools/build_options/unsupported/
17       (add copy of email sent to support list in doc/optfiles_changes.txt)
18    
19    checkpoint63c (2011/09/28)
20    o pkg/ebm:
21      - fix ebm_zonalmean.F for several procs in Ydir (nPy > 1); update output of
22        test exp. global_ocean_ebm (affects machine truncation, 12 digits for cg2d)
23    o pkg/seaice (SItracer pickup)
24    * Simple code for pickup of SItracer fields (#define ALLOW_SITRACER)
25      To be done:
26      - thorough testing of missing fields in S/R seaice_read_pickup
27      - thorough matching between generic tracers and specific fields used
28        (e.g. volume-weighted age, area-weighted age, salinity, ...)
29    o pkg/grdchk:
30      - all procs calculate and print finite-difference gradient (for testreport)
31      - change description output used by testreport;
32      - AD testing: also compare and report Finite-difference gradient;
33        => update all output_adm*.txt
34    o test exp. global_ocean_ebm:
35      - switch back useRealFreshWaterFlux (no problem anymore with run-off);
36        and turn on exactConserve; update (fwd) output.
37    o pkg/seaice (LSR):
38      - print to STDOUT number of solver iterations at SEAICE_monFreq interval.
39      - modify solver to deal cleanly with u/v switch at face edges (CS-grid):
40        * identical results with non-CS topology (but save up to half of EXCH calls)
41        * no much changes in cs-32 verification tests since no ice at face edges
42         (differences due to convergence criteria, since nb of iterations changed)
43        * expect some differences on lat-lon-cap grid.
44        update FWD results of global_ocean.cs32x15 test exp. (icedyn & seaice)
45    o pkg/exch2:
46      - add new CPP option to disable Cumul-Sum matrix (to save storage when using
47        many tiles); until alternative coding is added, just add a stop.
48    o pkg/kpp:
49      - move ptracer/salt correction to KPP diffusivity from calc_3d_diffusivity.F
50        to S/R KPP_CALC_DIFF_PTR (+ add tracer-index to argument list).
51    o optfiles:
52      - merged few MPI specific (*+mpi*) and multi-threads specific (*+mth) optfiles
53        into corresponding standard one, which now support different build:
54        (when using "genmake2 -mpi" for MPI built, "genmake2 -omp" for OpenMP built)
55      - add "darwin_amd64_gfortran" optfile (initially from Constantinos, tested by Gael)
56    o pkg/obcs (seaice):
57      - add missing EXCH for uIce,vIce after applying OBCS;
58      - remove S/R EXF_SWAPFFIELDS_X/Y , disable S/R EXF_SET_OBCS_X/Y by adding
59        argument = number of levels to S/R EXF_SWAPFFIELDS_XZ/YZ and S/R
60        EXF_SET_OBCS_XZ/YZ ; update obcs_exf_load.F;
61      - fix EXF_SET_OBCS_XZ/YZ for multi-threaded (assuming loaded arrays are shared)
62      - verification exp. seaice_obcs: split domain in 2 tiles ; add SIZE.h_mpi
63        and eedata.mth for MPI and mutlti-threaded testing.
64    o pkg/flt:
65      - make FLT EXCH working with multi-threads (and MPI + multi-threads);
66      - use buffer for floats IO (trajectories & profiles); size set in FLT_SIZE.h;
67      - fix pickup and trajectories + profiles output with multi-threads;
68      - add parameter to select group of fields to write along trajectory and
69        profile (default unchanged);
70      - only call PORT_RAND* function when flt_noise <> 0;
71      - add multi-threaded test for verification exp. flt_example.
72    o eesupp/src:
73      - fix S/R ALL_PROC_DIE for MPI+multi-threads.
74      - USE_OMP_THREADING: check that number of threads (from eedata) matches
75        actual number (from env.var. setting).
76    o pkg/ebm:
77      - fix multi-threading in ebm_area_t.F ; clean-up EBM.h header file.
78      - add multi-threaded test for verification exp. global_ocean_ebm
79    
80    checkpoint63b (2011/08/29)
81    o pkg/ebm:
82      - fix sign of runoff;
83      - update directly forcing fields (Qnet,EmPmR) to use standard
84        external_forcing_surf.F (remove ebm_forcing_surf.F);
85      - avoid loading forcing fields a 2nd time (1rst time from ini_forcing.F);
86      - set either tauThetaClimRelax (in data) or tauThetaZonRelax (in data.ebm)
87        and apply relaxation towards corresponding SST field (2-D map or ZonAver).
88      - update global_ocean_ebm parameters file data and update output (fwd+ad).
89  o verification/matrix_example:  o verification/matrix_example:
90    - split domain in 8 tiles (2x4); add SIZE.h_mpi and eedata.mth for    - split domain in 8 tiles (2x4); add SIZE.h_mpi and eedata.mth for
91      MPI and mutlti-threaded testing.      MPI and mutlti-threaded testing.

Legend:
Removed from v.1.1495  
changed lines
  Added in v.1.1510

  ViewVC Help
Powered by ViewVC 1.1.22