/[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.1911 by jmc, Tue Aug 13 15:15:38 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:
74      - genmake2: define a common prefix for all temp-file names ; move them
75        to local /tmp disk (but would be easy to move them back);
76      - xmakedepend: apply the same switch for temp-files.
77    o pkg/offline:
78      - 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
80        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).
82    o adjoint with OpenAD:
83      - move OpenAD-specific files from verification/OpenAD/code_oad_all to a new
84        package openad.  This package has to be compiled for all runs with OpenAD
85        instead of specifying code_oad_all as a modification directory.
86      - link the fortran templates from tools/OAD_support to the build directory
87        for preprocessing to avoid conflicts between different setups compiled
88        simultaneously and simplify cleanup.
89    o pkg/exf:
90      - in exf_getforcing.F: comment out most of the EXCH calls (fields used by
91        main model or other pkgs are exchanged in EXF_MAPFIELDS).
92    o model/src:
93      - do_stagger_fields_exchanges.F: skip EXCH calls when using pkg/offline
94        (similar to do_fields_blocking_exchanges.F).
95    o tools/genmake2:
96      - remove TAF output src code just before calling staf (when not doing a fresh
97        built, will stop if things go wrong with staf).
98      - fix target "adobj" (left from TAF version-2 transition)
99    o pkg/diagnostics:
100      - add a parameter to track the status of pkg/diagnostics activation;
101        this replace/extend the use of logical param "settingDiags" (to check
102        when adding diag to the list) to also check any DIAGNOSTICS_[]FILL* call.
103        New S/R to print error message and stop when pkgStatus is not right.
104      - to try: add a warning when "data.diagnostics" exist but useDiagnostics=F.
105    
106  checkpoint64m (2013/08/13)  checkpoint64m (2013/08/13)
107  o model/inc:  o model/inc:
108    - move FCORI_MACROS.h from PARAMS(_MACROS).h to GRID_MACROS.h (left from    - move FCORI_MACROS.h from PARAMS(_MACROS).h to GRID_MACROS.h (left from

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

  ViewVC Help
Powered by ViewVC 1.1.22