/[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.1915 by jmc, Thu Aug 22 01:20:58 2013 UTC revision 1.1931 by jmc, Thu Oct 17 23:30:44 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 pkg/autodiff:
8      - adread_adwrite.F: when type and length do not match ALLOW_AUTODIFF_WHTAPEIO
9        criteria, return to simple (default) tape IO format.
10    o pkg/mdsio (+ eesupp/src):
11      - rewrite/simplify tape-IO S/R (new S/R MDS_READ/WRITE_TAPE replace
12        previous MDSREAD/WRITEVECTOR) with 2 array argument from each type (R4/R8);
13      - fix globalFile and singleCpuIO options using simpler global mapping.
14      - new pairs of scatter/gather vector S/R (one for each type, generated from
15        template) corresponding to simpler global mapping.
16      - adread_write.F: switch to new S/R (but leave old calls commented) and write
17        to globalFile when parameter globalFiles is set to True.
18      - switch on useSingleCpuIO in AD experiments: global_ocean.90x40x15 & isomip.
19    o pkg/autodiff:
20      - adread_adwrite.F: add a hack for RS arrays (when RS=real*4);
21        with ALLOW_AUTODIFF_WHTAPEIO defined, since corresponding (real*4) is
22        missing, just add a STOP if array type do not match.
23    o pkg/exf:
24      - to allow to use seaice-fraction from pkg/exf in other pkgs than pkg/seaice:
25         rename CPP option EXF_ALLOW_SEAICE_RELAX to EXF_SEAICE_FRACTION
26         and rename array obsSIce to exf_iceFraction.
27    o tutorial_deep_convection:
28      - add 1rst version of isotropic 3-D Smagorinsky code (from Louis-Philippe),
29        for now all in this exp. code dir.
30      - add secondary test using Smag-3D viscosity (keep very low backgroud visc for
31        testing) and flux-limter advection scheme for Temp. (no explicit diffusion).
32    o eesupp/src:
33      - added SINGLE_DISK_IO option because reading of parameter files on
34        very large number of processors did not work with existing set-up
35    
36    checkpoint64o (2013/09/25)
37    o pkg/atm_phys & atm_compon_interf:
38      - allows for coupling of gray-atmosphere (atm_phys) with ocean.
39    o tools/build_options:
40      - switch from "-fPIC" to "-mcmodel=medium" in optfiles: linux_amd64_gfortran
41        & linux_amd64_ifort11 and in linux_amd64_g77 & linux_amd64_open64 also
42        remove CPP setting (was identical to genmake2 default).
43    o pkg/gmredi & model/src: Some updating and work done on the residual model.
44      - created new file model/src/calc_eddy_stress.F to calculate the eddy stress.
45      - fixed up the calculation of the eddy stress and how it is added to the
46        external forcing via taueddy_external_forcing.F
47      - at the moment, it is very experimental and only works with the variable eddy
48        diffusivity calculated in gmredi_k3d.F
49    o pkg/seaice/seaice_check.F: add a check to catch the case of specifying
50        lw/swfluxfile instead of lw/swdownfile in data.exf together with pkg/seaice
51    o testreport (& tools/do_tst_2+2):
52      - for MPI test, set default COMMAND to 'mpirun -v -np TR_NPROC ./{executable}'
53    o tools/build_options: linux_amd64_gfortran & linux_amd64_ifort11:
54      - remove CPP='cpp -traditional -P' (this is genmake2 default)
55      - add switch (for big setups) to use 'medium' memory-model (but leave it
56        commented out for now). Note: needed with FC 19 to compile big setups.
57    o pkg/atm_compon_interf:
58      - regroup per field origin (model & pkgs) the coupling storage routines
59         (which accumalate in time each coupling field)
60      - move bi,bj loops inside atm_store_my_data.F and store also wind-stress;
61        update accordingly + simplify aim_do_physics.F
62    
63    checkpoint64n (2013/08/26)
64    o pkg/bbl:
65      - update formulation to reduce dispersion of tracer properties in bbl
66      - replaced horizontal and vertical transport parameters with velocities
67      - changes results for verification/global_with_exf.yearly
68    o verification/halfpipe_streamice:
69      - change to matrix construction; update both Fwd & AD output.
70    o verification/tutorial_tracer_adjsens:
71      - OpenAD test: switch to vector-invariant momentum since fluxform with
72        rStar causes problems with OpenAD; update output.
73  o tools:  o tools:
74    - genmake2: define a common prefix for all temp-file names ; allow to move    - genmake2: define a common prefix for all temp-file names ; move them
75      them to local /tmp disc (but commented out for now);      to local /tmp disk (but would be easy to move them back);
76    - xmakedepend: add the same switch for temp-files (but commented out).    - xmakedepend: apply the same switch for temp-files.
77  o pkg/offline:  o pkg/offline:
78    - changes for usewith rStar (NLFS): assume that we continue to provide    - changes for use with rStar (NLFS): assume that we continue to provide
79      UVELMASS/hFacW_ini & VVELMASS/hFacS_ini (hFacWi,S_ini as written in grid      UVELMASS/hFacW_ini & VVELMASS/hFacS_ini (hFacWi,S_ini as written in grid
80      output files) and apply r* scaling at each time-step (function of the time      output files) and apply r* scaling at each time-step (function of the time
81      varying Eta field); use normal pickup files (needed for restart with NLFS).      varying Eta field); use normal pickup files (needed for restart with NLFS).

Legend:
Removed from v.1.1915  
changed lines
  Added in v.1.1931

  ViewVC Help
Powered by ViewVC 1.1.22