/[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.1712 by gforget, Fri Aug 10 14:52:02 2012 UTC revision 1.1727 by jmc, Wed Aug 29 13:49:44 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/autodiff, exf, ptracers & seaice (AD & TL output):
8      - comment out the very nasty "writeBinaryPrec = writeStatePrec" line, since:
9        a) can damage previously written records in any other multi-record files.
10        b) if needed, can easily do it cleanly, by calling S/R WRITE_REC_3D_RL/S.
11    o tools/genmake2:
12      - define variable MAKE within Makefile and use it in place of 'make';
13      - update AD_CONFIG.h (if needed) before building any of the executable
14        (forward, adjoint or tangent-lin); this involves a 2nd invocation of make;
15        and add the usual #ifndef/#define AD_CONFIG_H in AD_CONFIG.h;
16      - always print usual warning comment 'this file is automatically generated'
17        from script convert_cpp_cmd2defines (+ remove this warning from genmake2).
18    o pkg/cheapaml:
19      - updated to correspond to the code used in accepted paper (Nico Wienders).
20    o pkg/exf:
21        added run time switch useAtmWind to replace ALLOW_ATM_WIND cpp switch.
22        ALLOW_ATM_WIND now just sets the useAtmWind default (see exf_readparms.F)
23        and force defines ALLOW_BULKFORMULAE (EXF_OPTIONS.h).
24    o pkg/exf, autodiff, ctrl, ecco and seaice:
25        remove ALLOW_ATM_WIND brackets, or replace them with useAtmWind ones.
26    o pkg/ctrl, ecco:
27        allow to compile both ALLOW_U/VSTRESS_CONTROL and ALLOW_U/VWIND_CONTROL.
28        Depending on useAtmWind, one is inactive, and the other is active (see
29        exf_getffields.F/exf_getsurfacefluxes.F).
30    o tools/genmake2:
31      - improve error msg when failing in 2nd test of check_for_broken_Ff
32      - fix option '-makefile' short-name (-mf according to genmake2 -help)
33      - source local config file "genmake_local" just after processing the genmake2
34        command arguments (previously done before processing arg).
35    o pkg/grdchk:
36      - add a call to TURNOFF_MODEL_IO for Tangent-Linear run (in this case, call
37        to this routine from cost_final has been dropped in g_cost_final)
38      - improve printed information (more explicit msg, no longer using "print *,"
39         fix fcpertminus printed value).
40    o model/src:
41      - move call to COST_INIT_VARIA out of packages_init_variables.F directly
42        into initialise_varia.F (just after calling PACKAGES_INIT_VARIABLES):
43        this prevents getting cost-funct reset in adinitialise_varia recomputations.
44    o pkg/dic:
45      - move initialisation of "freefe" array from from dic_biotic_forcing.F to
46        fe_chem.F: this prevents TAF from dropping this initialisation in TLM code.
47    o pkg/grdchk:
48      - grdchk_main.F : added CALL GLOBAL_SUM_INT( ierr , myThid )
49      - grdchk_getadxx.F etc. : omit I/O if ierr.EQ.0
50    o pkg/autodiff/ctrl/grdchk :
51      - attempt to sort out what works and what does not,
52        with regard to I/O, and to warn/stop accordingly.
53    o pkg/grdchk:
54      - attempt to fix grdchk in the case of useSingleCpuIO.
55      - "if ( myProcId .EQ. grdchkwhichproc .AND. ierr .EQ. 0 )"
56       statements were moved from grdchk_main.F and into
57       grdchk_getadxx.F grdchk_getxx.F grdchk_setxx.F.
58      - a global sum is applied to record numbers icvrec/layer
59       out of grdchk_loc so that they be passed to I/O routines.
60    o pkg/smooth:
61      - fix recomputation that appeared with nlfs : use smooth_recip_hFacC,
62        smooth_hFacW, smooth_hFacS (copied at init_fixed) in 3d case.
63    o verification/testreport:
64      - add option '-tlm' for Tangent-Linear test (-adm,-oad,-tlm are all exclusive);
65      - can also use compressed (gzip) reference output file;
66      - change format (in pkg/grdchk) of TLM output (+ add forward gradient)
67        to be easier to collect by testreport.
68      - update existing TLM output (half out-of-date by more than 3 yrs).
69      - report NETCDF & LAPACK settings (from genmake2) in output dir.
70      - report run-time in each individual summary (previously only for AD test);
71        for TLM test, add also TAF version.
72      - add daily TLM test on (old) aces cluster + weekly test on baudelaire.
73    
74    checkpoint63r (2012/08/15)
75    o tools/genmake2:
76      - fix Makefile for target ftlall (+ update files to clean after make ftlall)
77    o pkg/ecco/ecco_cost_final.F :
78      - fix fc print statements (to stdout and costfunction0000) so
79        that the printed value is always after the global sum.
80    o pkg/seaice/seaice_dynsolver.F :
81      - fix ice strength assymptote at SEAICE_area_max<1
82        (no change for the standard case of SEAICE_area_max=1)
83    o some cleaning:
84      - pkg source files: ensure that all *.F files from each pkg included the
85        corresponding ${PKG}_OPTIONS.h file (except stand-alone src file which
86        only includes CPP_EEOPTIONS.h); fix S/R CTRL_SMOOTH ; update AD experiment
87        code_ad/*.F src files; add new option-file in pkg/admtlm + corresponding
88        includes;
89      - model/src: add PACKAGES_CONFIG.h wherever ALLOW_AUTODIFF[_TAMC] is used.
90      - ALLOW_DIFFKR_CONTROL: add a stop in S/R CTRL_CHECK in case ALLOW_3D_DIFFKR
91        is undef; also define /DYNVARS_DIFFKR/ common block in DYNVARS.h when
92        ALLOW_DIFFKR_CONTROL is defined, to allow to compile and reach this stop.
93      - update option-file CPP_OPTIONS.h of all AD experiments:
94        * no longer include PACKAGES_CONFIG.h ;
95        * includes ECCO_CPPOPTIONS.h if PACKAGES_CONFIG.h has been included ;
96        * def/undef ALLOW_3D_DIFFKR independently of ALLOW_DIFFKR_CONTROL (before
97          including ECCO_CPPOPTIONS.h).
98    o pkg/cost, pkg/ctrl, pkg/ecco option-file:
99      - clean-up and split content of old pkg/ecco/ECCO_CPPOPTIONS.h file into
100        separated pkg option-file (done according to old doc from ECCO_CPPOPTIONS.h,
101        not necessary accurate).
102      - add a template for option-file ECCO_CPPOPTIONS.h, mostly empty, in
103        pkg/autodiff, i.e., the 1rst pkg to compile for adjoint built, with lines to
104        deliberately break compilation (a remainder that it needs to be customized)
105      - in pkg/ecco, includes ECCO_OPTIONS.h instead of COST_OPTIONS.h
106      - rename COST_CPPOPTIONS.h to COST_OPTIONS.h
107      - rename CTRL_CPPOPTIONS.h to CTRL_OPTIONS.h
108    o tools/genamke2:
109      - check for lapack.
110  o pkg/cost and pkg/ecco : attempt to sort out some of the limiting intricacies.  o pkg/cost and pkg/ecco : attempt to sort out some of the limiting intricacies.
111    - pkg/cost.cost_final.F : allow for use of pkg/ecco and pkg/cost cost functions jointly.    - pkg/cost.cost_final.F : allow for use of pkg/ecco and pkg/cost cost functions
112     The exclusive ifdefs were removed, to add costs terms (when defined) from both packages.      jointly. The exclusive ifdefs were removed, to add costs terms (when defined)
113        from both packages.
114    - the fc global sum in pkg/ecco/ecco_cost_final.F was removed accordingly.    - the fc global sum in pkg/ecco/ecco_cost_final.F was removed accordingly.
115    - for objf_atl we use either the pkg/ecco or the pkg/cost term depending on CPPs.    - for objf_atl we use either the pkg/ecco or the pkg/cost term depending on CPPs.
116    - pkg/ecco and model/src : add CPP brackets around pkg/cost and pkg/ctrl includes of    - pkg/ecco and model/src : add CPP brackets around pkg/cost and pkg/ctrl includes
117     "CTRL_SIZE.h" "ctrl.h" "ctrl_dummy.h" "optim.h" / "cost.h" accordingly.      of "CTRL_SIZE.h" "ctrl.h" "ctrl_dummy.h" "optim.h" / "cost.h" accordingly.
118  o pkg/cost : add comments to explain special and/or untested setups.  o pkg/cost : add comments to explain special and/or untested setups.
119  o pkg/exf:  o pkg/exf:
120    - use EXF_OPTIONS.h to set pkg/exf options except if done in ECCO_CPPOPTIONS.h    - use EXF_OPTIONS.h to set pkg/exf options except if done in ECCO_CPPOPTIONS.h

Legend:
Removed from v.1.1712  
changed lines
  Added in v.1.1727

  ViewVC Help
Powered by ViewVC 1.1.22