/[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.1700 by heimbach, Tue Jul 31 18:11:51 2012 UTC revision 1.1712 by gforget, Fri Aug 10 14:52:02 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/cost and pkg/ecco : attempt to sort out some of the limiting intricacies.
8      - pkg/cost.cost_final.F : allow for use of pkg/ecco and pkg/cost cost functions jointly.
9       The exclusive ifdefs were removed, to add costs terms (when defined) from both packages.
10      - the fc global sum in pkg/ecco/ecco_cost_final.F was removed accordingly.
11      - for objf_atl we use either the pkg/ecco or the pkg/cost term depending on CPPs.
12      - pkg/ecco and model/src : add CPP brackets around pkg/cost and pkg/ctrl includes of
13       "CTRL_SIZE.h" "ctrl.h" "ctrl_dummy.h" "optim.h" / "cost.h" accordingly.
14    o pkg/cost : add comments to explain special and/or untested setups.
15    o pkg/exf:
16      - use EXF_OPTIONS.h to set pkg/exf options except if done in ECCO_CPPOPTIONS.h
17        (previously, ALLOW_AUTODIFF_TAMC was controling this switch).
18    o verification/*/code_ad:
19      mimimal cleaning of AD experiments ECCO_CPPOPTIONS.h option-file:
20      - reccord when this file is included (define ECCO_CPPOPTIONS_H)
21      - remove the most obvious obsolete features (e.g., #define ALLOW_COST not
22        allowed since Oct 2003 in any option-file except in PACKAGES_CONFIG.h)
23    o pkg/seaice :
24      - added possibility to change ice strength/PRESS0 relationship to
25        HEFF, according to the following run time parameters
26        SEAICEpresPow0 :: HEFF exponent for ice strength below SEAICEpresH0 (integer, >0)
27        SEAICEpresPow1 :: HEFF exponent for ice strength above SEAICEpresH0 (integer, >0)
28        SEAICEpresH0   :: HEFF threshold for ice strength            (m)
29    o pkg/ggl90 :
30      - added run time flag mxlSurfFlag to include the code that ensure
31        mixing between first and second level (previously included as a comment)
32    o verification/1D_ocean_ice_column/input_ad/data.autodiff :
33      - add test of newly added dumpAdByRec=T option where
34        we write all records to one file per variable.
35    o verification/global_ocean.cs32x15/code_ad/CPP_OPTIONS.h :
36      - switch to #define ALLOW_BALANCE_RELAX and ALLOW_BALANCE_FLUXES
37        to check that this code is ok with taf and compiles in adjoint.
38    o pkg/autodiff :
39      - added run time param dumpAdByRec : ad dump format switch.
40        If true then write all records to one file per variable.
41        Else write one file per record (remains the default).
42      - revise seaice_ad_dump.F and exf_adjoint_snapshots_ad.F accordingly.
43    o pkg/seaice:
44     - Added SEAICEuseTILT run time switch : if set to
45       false then omit the tilt term in seaice dynamics.
46     - Fix free drift calculation.
47    o pkg/shelfice:
48      When initializing SHELFICEDragQuadratic, set default to be
49      consistent with shiCdrag in case SHELFICEuseGammaFrict is used,
50      but retain option to set it independently
51      (inconsistenty spotted by Veronique Dansereau)
52    o eesupp/inc:
53      - in EEPARAMS.h, add real-type constant for some frequently used simple number
54         (0,1,2,1/2), with name explicitly referring to RS/RL type.
55    o model/src:
56      - move balancing of relaxation terms to new S/R balance_relax.F.
57    o pkg/autodiff:
58      re-write active I/O high-level (control) S/R:
59      - rename  S/R ACTIVE_READ/WRITE_RL to ACTIVE_READ/WRITE_3D_RL
60      - add 1 more argument (useCurrentDir) to replace the "_LOC" 2nd set of S/R.
61      - use standard pkg/mdsio I/O routines (MDS_READ/WRITE_SEC_XZ/YZ  and
62        MDS_READ/WRITE_FIELD); change loops to multi-threads.
63      - update and merge active_file_control_slice.flow into active_file_control.flow
64      - update the calls in lower level S/R (active_file.F, active_file_g.F and
65        active_file_ad.F) keeping the argument list and function unchanged.
66      - also update lower-level "_LOC" version (call same S/R with "useCurrentDir
67        =.TRUE.") and remove high-level (control) _loc version (not called anymore).
68      - new low-level active I/O routines, one for each type (RL/RS), for active var
69        of various (XY,XZ,YZ) shape and level number (arguments: arrShape, myNr);
70        fix ctrl_init_wet.F & ecco_cost_weights.F by calling the new S/R with the
71        right type.
72    o autodiff and RS=real*4:
73      - call the right type (_RS instead of _RL) of S/R in few output S/R (pkg/exf
74        ad-monitor and snapshots); disable arrType='RS' in mdsio_gl*.F ;
75      - change argument type of 3-D mask argument to _RS to match type in the call
76        (in seaice_cost*.F, ctrl_*_gen.F and *ctrl_bound.F); to be continued.
77    o pkg/thsice:
78      - re-anable balanceEmPmR when useSEAICE=T with useThSIce=T.
79      - option to correct ocean fresh-water flux for imbalance of Atmos+Land
80        fresh-water flux: uniform correction or proportional to local precip.
81  o pkg/ctrl:  o pkg/ctrl:
82    - new header file CTRL_SIZE.h for parameters maxCtrlArr2D, maxCtrlArr3D    - new header file CTRL_SIZE.h for parameters maxCtrlArr2D, maxCtrlArr3D
83    - redefine CPP option ALLOW_BOTTOMDRAG_CONTROL to    - redefine CPP option ALLOW_BOTTOMDRAG_CONTROL to
84                          ALLOW_BOTTOMDRAG_CONTROL_NONGENERIC                          ALLOW_BOTTOMDRAG_CONTROL_NONGENERIC
85    - verification/hs94.1x64x5/ tests ALLOW_GENARR{2D,3D}_CONTROL    - verification/hs94.1x64x5/ tests ALLOW_GENARR{2D,3D}_CONTROL
86    
87  checkpoint63q (2012/07/30)  checkpoint63q (2012/07/30)
88  o pkg/autodiff:  o pkg/autodiff:
89    note about monitor and snap-shot of ad-variables:    note about monitor and snap-shot of ad-variables:

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

  ViewVC Help
Powered by ViewVC 1.1.22