--- MITgcm/doc/tag-index 2012/08/14 18:01:13 1.1715 +++ MITgcm/doc/tag-index 2012/08/15 14:44:48 1.1716 @@ -1,29 +1,32 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.1715 2012/08/14 18:01:13 gforget Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.1716 2012/08/15 14:44:48 jmc Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +checkpoint63r (2012/08/15) +o tools/genmake2: + - fix Makefile for target ftlall (+ update files to clean after make ftlall) o pkg/ecco/ecco_cost_final.F : - - fix fc print statements (to stdout and costfunction0000) so + - fix fc print statements (to stdout and costfunction0000) so that the printed value is always after the global sum. o pkg/seaice/seaice_dynsolver.F : - fix ice strength assymptote at SEAICE_area_max<1 (no change for the standard case of SEAICE_area_max=1) o some cleaning: - - pkg source files: ensure that all *.F files from each pkg included the + - pkg source files: ensure that all *.F files from each pkg included the corresponding ${PKG}_OPTIONS.h file (except stand-alone src file which - only includes CPP_EEOPTIONS.h); fix S/R CTRL_SMOOTH ; update AD experiment + only includes CPP_EEOPTIONS.h); fix S/R CTRL_SMOOTH ; update AD experiment code_ad/*.F src files; add new option-file in pkg/admtlm + corresponding - includes; + includes; - model/src: add PACKAGES_CONFIG.h wherever ALLOW_AUTODIFF[_TAMC] is used. - - ALLOW_DIFFKR_CONTROL: add a stop in S/R CTRL_CHECK in case ALLOW_3D_DIFFKR - is undef; also define /DYNVARS_DIFFKR/ common block in DYNVARS.h when + - ALLOW_DIFFKR_CONTROL: add a stop in S/R CTRL_CHECK in case ALLOW_3D_DIFFKR + is undef; also define /DYNVARS_DIFFKR/ common block in DYNVARS.h when ALLOW_DIFFKR_CONTROL is defined, to allow to compile and reach this stop. - update option-file CPP_OPTIONS.h of all AD experiments: - * no longer include PACKAGES_CONFIG.h ; - * includes ECCO_CPPOPTIONS.h if PACKAGES_CONFIG.h has been included ; - * def/undef ALLOW_3D_DIFFKR independently of ALLOW_DIFFKR_CONTROL (before + * no longer include PACKAGES_CONFIG.h ; + * includes ECCO_CPPOPTIONS.h if PACKAGES_CONFIG.h has been included ; + * def/undef ALLOW_3D_DIFFKR independently of ALLOW_DIFFKR_CONTROL (before including ECCO_CPPOPTIONS.h). o pkg/cost, pkg/ctrl, pkg/ecco option-file: - clean-up and split content of old pkg/ecco/ECCO_CPPOPTIONS.h file into