/[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.1924 by jmc, Tue Sep 24 00:32:03 2013 UTC revision 1.1934 by jmc, Fri Oct 25 18:44:25 2013 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o eesupp/src & pkg/mdsio:
8      - remove gather/scatter_vector.F (from eesupp) and mdsio_read/writevector.F
9        (from pkg/mdsio) since they are no longer used for tape IO.
10      - move simple C subroutine "setdir.c" from pkg/compon_communic to eesupp/src
11        (+ keep a copy in pkg/atm_ocn_coupler).
12    o verification/isomip:
13      - split domain in 8 squared tiles (instead of just 2) for FWD, AD & OAD tests.
14    o tools/build_options:
15      - optfile linux_amd64_ifort11, fast (no ieee) case:
16        to get a working restart for all experiments, add "-fp-model source"
17        to FOPTIM (also remove "-opt-streaming-stores auto" <- this is the default).
18    
19    checkpoint64p (2013/10/20)
20    o pkg/autodiff:
21      - adread_adwrite.F: when type and length do not match ALLOW_AUTODIFF_WHTAPEIO
22        criteria, return to simple (default) tape IO format.
23    o pkg/mdsio (+ eesupp/src):
24      - rewrite/simplify tape-IO S/R (new S/R MDS_READ/WRITE_TAPE replace
25        previous MDSREAD/WRITEVECTOR) with 2 array argument from each type (R4/R8);
26      - fix globalFile and singleCpuIO options using simpler global mapping.
27      - new pairs of scatter/gather vector S/R (one for each type, generated from
28        template) corresponding to simpler global mapping.
29      - adread_write.F: switch to new S/R (but leave old calls commented) and write
30        to globalFile when parameter globalFiles is set to True.
31      - switch on useSingleCpuIO in AD experiments: global_ocean.90x40x15 & isomip.
32    o pkg/autodiff:
33      - adread_adwrite.F: add a hack for RS arrays (when RS=real*4);
34        with ALLOW_AUTODIFF_WHTAPEIO defined, since corresponding (real*4) is
35        missing, just add a STOP if array type do not match.
36    o pkg/exf:
37      - to allow to use seaice-fraction from pkg/exf in other pkgs than pkg/seaice:
38         rename CPP option EXF_ALLOW_SEAICE_RELAX to EXF_SEAICE_FRACTION
39         and rename array obsSIce to exf_iceFraction.
40    o tutorial_deep_convection:
41      - add 1rst version of isotropic 3-D Smagorinsky code (from Louis-Philippe),
42        for now all in this exp. code dir.
43      - add secondary test using Smag-3D viscosity (keep very low backgroud visc for
44        testing) and flux-limter advection scheme for Temp. (no explicit diffusion).
45    o eesupp/src:
46      - added SINGLE_DISK_IO option because reading of parameter files on
47        very large number of processors did not work with existing set-up
48    
49    checkpoint64o (2013/09/25)
50    o pkg/atm_phys & atm_compon_interf:
51      - allows for coupling of gray-atmosphere (atm_phys) with ocean.
52  o tools/build_options:  o tools/build_options:
53    - switch from "-fPIC" to "-mcmodel=medium" in optfiles: linux_amd64_gfortran    - switch from "-fPIC" to "-mcmodel=medium" in optfiles: linux_amd64_gfortran
54      & linux_amd64_ifort11 and in linux_amd64_g77 & linux_amd64_open64 also      & linux_amd64_ifort11 and in linux_amd64_g77 & linux_amd64_open64 also

Legend:
Removed from v.1.1924  
changed lines
  Added in v.1.1934

  ViewVC Help
Powered by ViewVC 1.1.22