/[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.1726 by jmc, Tue Aug 28 21:13:08 2012 UTC revision 1.1737 by jmc, Sat Sep 15 23:01:51 2012 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/exch2:
8      - improve W2_USE_E2_SAFEMODE (faster) and W2_E2_DEBUG_ON:
9        always check buffer-size (but outside the loop); move checking for valid
10        index from W2_USE_E2_SAFEMODE to W2_E2_DEBUG_ON; in W2_E2_DEBUG_ON,
11        print each tile and point connection only if |W2_printMsg|>= 2 and 3.
12    o pkg/ctrl (pack & unpack):
13      - in ctrl_pack.F & ctrl_unpack.F, use the same local file-name variable
14        (locally defined) for different variables (+ remove the variable-specific
15        file name in CTRL_GENARR.h). For now, only implemented for GENARR2/3D_CONTROL
16        (to be extended to other local file names in ctrl.h).
17    o pkg/flt:
18      - add a FLT_Iter0 option (similar to PTRACERS_Iter0).
19    o pkg/mdsio:
20      - fix missing STOP in mdsio_readvec_loc.F (case ioUnit=0) when file is missing
21    o tools/genmake2:
22      - add similar dependences for target EXE_AD & EXE_FTL as we have for EXECUTABLE
23        (added by Alistair in version 1.51 for building without make depend);
24      - remove Header files list (H_SRC_FILES) from the dependence of targets
25         ad_input_code.f & ftl_input_code.f (not clear why it was added in the first
26        place in version 1.23): this save going through staf when unrelated header
27        file has been modified.
28       Note: for an intermediate target (e.g., ad_input_code.f or adtaf) without
29        "make depend" step, still need to do "make links" before "make adtaf".
30    o eesupp/src (+ few pkg src files) & genmake2:
31      - finish to remove ALWAYS_USE_MPI in source code that TAF does not see;
32      - no longer set ALWAYS_USE_MPI in Makefile (was done by genmake2).
33      - improve genmake2 checking for ALLOW_${PKG} in CPP_OPTIONS.h files (distinguish
34         upper/lower case ; account for space between "#" and undef/define)
35    o pkg/flt (with exch2):
36      - cleaning: fix so that it compiles; move remaining MPI calls out of flt_exch2.F;
37      - simplify threads synchronisation; fix (many issues) multi-threaded with MPI.
38    
39    checkpoint63s (2012/09/05)
40    o pkg/ecco:
41      - remove #ifdef ALLOW_SMOOTH_CORREL3D brackets.
42      - add more relevant #ifdef ALLOW_SMOOTH ones.
43      - sort out useAtmWind, useSMOOTH, ctrlSmoothCorrel2D.
44    o pkg/ctrl:
45      - CTRL_OPTIONS.h : document CPPs related to smoothing; ALLOW_SMOOTH_CORREL2D/3D,
46        ALLOW_CTRL_SMOOTH, ALLOW_SMOOTH_CTRL2D, ALLOW_SMOOTH_CTRL3D.
47      - ctrl.h : document run time params doInitXX, doMainPack, doMainUnpack, doPackDiag,
48        doSinglePrecTapelev (audodiff param!), ctrlSmoothCorrel2D (new) and
49        ctrlSmoothCorrel3D (new).
50        The added ctrlSmoothCorrel2D/3D replace the old ALLOW_SMOOTH_CORREL2D/3D CPP.
51      - ctrl_readparms.F : initialise ctrlSmoothCorrel2D/3D and read from namelist.
52      - ctrl_init.F ctrl_pack.F ctrl_unpack.F : switch off ustress/vstress
53        controls when useAtmWind, and vice versa.
54      - ctrl_map_ini_ecco.F : UVEL0, VVEL0, edtaux, edtauy cannot be smoothed as tracers.
55      - ctrl_get_gen.F : replace #ifdef ALLOW_SMOOTH_CORREL2D with
56          #ifdef ALLOW_SMOOTH, IF ctrlSmoothCorrel2D, IF useSMOOTH.
57      - ctrl_map_ini_gen.F : replace #ifdef ALLOW_SMOOTH_CORREL3D with
58          #ifdef ALLOW_SMOOTH, IF ctrlSmoothCorrel3D, IF useSMOOTH.
59      - ctrl_set_pack_xy[z].F, ctrl_set_unpack_xy[z].F:
60        replace ALLOW_SMOOTH_CORREL2D/3D brackets with ctrlSmoothCorrel2D/3D.
61    o pkg/smooth:
62      - remove un-necessary includes.
63      - remove ALLOW_SMOOTH*D and ALLOW_SMOOTH_CORREL*D brakets.
64        Those CPP options were never defined, and not necessary.
65    o model/src:
66      - fix CPP brackets in ini_mixing.F (GM_background_K belongs to gmredi).
67      - standard treatment of useSMOOTH.
68    o pkg/autodiff:
69      - add LOGICAL useGGL90inAdMode, useGGL90inFwdMode, useSALT_PLUMEinAdMode,
70        useSALT_PLUMEInFwdMode allowing to switch off ggl90 and salt_plume adjoint.
71    o pkg/exch2:
72      - add "if usingMPI" where it was missing (in exch2_rx?_cube*.template)
73        + start to remove ALWAYS_USE_MPI in source code that TAF does not see.
74      - make new S/R W2_MAP_PROCS out of w2_eeboot.F to setup exch2 CommonFlag
75        and tiles to process mapping.
76      - re-arrange 3 header files (W2_EXCH2_PARAMS.h, _BUFFER.h & _TOPOLOGY.h)
77        moving /EXCH2_FILLVAL_RX/ & /W2_EXCH2_COMMFLAG/ to W2_EXCH2_TOPOLOGY.h;
78        rename "exch2_tProc" to "W2_tileProc" and move seting of e2FillValue_RX
79        from w2_eeboot.F to w2_readparms.F.
80    o eesupp/src:
81      - set exchNeedsMemsync & exchUsesBarrier according to "usingMPI" (instead of
82        ALWAYS_USE_MPI) + moved from ini_communication_patterns.F to eeset_parms.F;
83        also move setting of exchCollectStatistics from exch_init.F to eeset_parms.F
84      - in eedie.F and all_proc_die.F, always call MPI_FINALIZE when ALLOW_USE_MPI
85        is defined (remove condition on usingMPI) to match cases where MPI_INIT
86        has been called.
87      - fix bug I put in previous modif of exch_sm_3d_rx.template (not much used);
88      - change default (non-MPI) value of myPid (from 1 to 0) to match MPI settings
89        (so that on 1 proc, get same myPid independently of usingMPI)
90      - add a stop if multi-procs but usingMPI=F ; stop also if usingMPI=T and
91        useCubedSphereExchange with EXCH-1 (safer).
92      - add "if usingMPI" where it was missing (+ start to remove ALWAYS_USE_MPI).
93    o pkg/ggl90:
94      - fix bug in filling corner mask array "mskCor" (FILL_CS_CORNER_TR_RL call)
95        used in ALLOW_GGL90_SMOOTH code.
96    o pkg/flt:
97      - fix typo in FLT_WITHOUT_Y_PERIODICITY (the effect was to ignore stopping
98        floats at the Southern end of the domain).
99    o eesupp/inc:
100      - add a list of CPP-options which can be set by Makefile (DEF_IN_MAKEFILE.h);
101        but not used (and not to be used) anywhere, just for documentation.
102    o pkg/autodiff, exf, ptracers & seaice (AD & TL output):
103      - comment out the very nasty "writeBinaryPrec = writeStatePrec" line, since:
104        a) can damage previously written records in any other multi-record files.
105        b) if needed, can easily do it cleanly, by calling S/R WRITE_REC_3D_RL/S.
106  o tools/genmake2:  o tools/genmake2:
107    - define variable MAKE within Makefile and use it in place of 'make';    - define variable MAKE within Makefile and use it in place of 'make';
108    - update AD_CONFIG.h (if needed) before building any of the executable    - update AD_CONFIG.h (if needed) before building any of the executable
# Line 11  o tools/genmake2: Line 110  o tools/genmake2:
110      and add the usual #ifndef/#define AD_CONFIG_H in AD_CONFIG.h;      and add the usual #ifndef/#define AD_CONFIG_H in AD_CONFIG.h;
111    - always print usual warning comment 'this file is automatically generated'    - always print usual warning comment 'this file is automatically generated'
112      from script convert_cpp_cmd2defines (+ remove this warning from genmake2).      from script convert_cpp_cmd2defines (+ remove this warning from genmake2).
113    o pkg/cheapaml:
114      - updated to correspond to the code used in accepted paper (Nico Wienders).
115  o pkg/exf:  o pkg/exf:
116      added run time switch useAtmWind to replace ALLOW_ATM_WIND cpp switch.      added run time switch useAtmWind to replace ALLOW_ATM_WIND cpp switch.
117      ALLOW_ATM_WIND now just sets the useAtmWind default (see exf_readparms.F)      ALLOW_ATM_WIND now just sets the useAtmWind default (see exf_readparms.F)

Legend:
Removed from v.1.1726  
changed lines
  Added in v.1.1737

  ViewVC Help
Powered by ViewVC 1.1.22