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

Legend:
Removed from v.1.1913  
changed lines
  Added in v.1.1930

  ViewVC Help
Powered by ViewVC 1.1.22