/[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.1950 by dimitri, Thu Dec 19 01:06:09 2013 UTC revision 1.1963 by mlosch, Tue Feb 4 18:30:56 2014 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7  o useSingleCpuInput separates single-CPU input from single-CPU output  o pkg/seaice:
8  o pkg/seaice/seaice_lsr.F: fix an initialisation bug for the    - rename recently introduced parameters from (wrong name) AB to
9    SEAICE_VECTORIZE_LSR_ZEBRA option that lead to NaNs on a NEC-SX8      BDF (backward difference time discretisation)
10      - retire runtime parameters SEAICEuseAB2, SEAICE_abEps
11    
12    checkpoint64t (2014/02/01)
13    o pkg/thsice
14      - corrected store directive fixes thsice adjoint gradient checks
15    o genmake2 & testreport:
16      - add genmake2 option "-oad" to generate a Makefile for OpenAD built and
17        in this case, use tools/adjoint_options/adjoint_oad as default AD optfile.
18        Update testreport accordingly. No need to set "export OPENAD=true"
19        in adjoint_options/adjoint_oad anymore (will be removed later).
20    o pkg/shelfice:
21      - put T & S shelfice forcing into model surfaceForcing_T,_S (for now,
22        only if SHELFICEboundaryLayer=F); Change model/src/external_forcing.F
23        so that surface forcing applies to k=kSurf if using pkg/shelfice.
24    o pkg/ctrl, pkg/grdchk, pkg/ecco:
25      - Changes to make GENARR more modular (i.e. invisible if not used)
26    o model/src/temp_integrate.F and salt_integrate.F
27      - re-include store directives that were removed on Dec 27th.
28    o model/src/external_forcing_surf.F
29      - add storage directives for EmPmR and PmEpR to avoid recomputation of
30        seaice_model in the adjoint that is problematic when seaice_model is
31        turned off in the adjoint. The resolved issue dated back to July when
32        EXTERNAL_FORCING_SURF call was moved.
33        Update global_ocean.cs32x15/*/output_adm.seaice_dynmix.txt accordingly.
34    o pkg/exf/exf_check.F
35      - fix a small bug again (originally found by Wentao Liu, now found again)
36      - streamline error output
37    o pkg/streamice and aim_v23:
38      - replace a few "_EXCH_XY_RL (" with "_EXCH_XY_RL(", so that
39        Apple's /usr/bin/cpp knows what to do:
40        Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
41        Target: x86_64-apple-darwin13.0.0
42    
43    checkpoint64s (2014/01/05)
44    o tools/adjoint_options:
45      - switch to fastopt.net TAF server (instead of default fastopt.de) for
46        AD optfiles adjoint_diva & adjoint_f95 (similar to adjoint_default).
47    o model/src:
48      - remove some unnecessary TAF storage directives in forward_step.F and
49        in dynamics.F (note: not always removed by TAF, e.g., double storage
50        of kappaRU,kappaRV in former version of dynamics.F).
51    o model/src & pkg/ptracers:
52      - call directly GAD_IMPLICIT_R & IMPLDIFF + DWNSLP_APPLY from temp_integrate.F
53        salt_integrate.F and ptracers_integrate.F (instead of from thermodynamics.F)
54        and remove ptracers_dwnslp_apply.F & ptracers_implicit.F
55      - call MATRIX_STORE_TENDENCY_EXP for each tracer (in ptracers_integrate.F)
56      - add fZon & fMer as output argument of S/R GAD_CALC_RHS.
57      - update TAF AD-output of experiments global_ocean.90x40x15 (13 for AD-grad).
58    o useSingleCpuInput separates single-CPU input from single-CPU output;
59        for now only implemented for in exf_interp_read.F
60    o verification/advect_xy:
61      - fix missing EXCH call in local version of ini_salt.F and update output.
62    o momentum diagnostics:
63      - fix which deltaT is used in Total-Tendency diagnostics.
64      - fix typo in diagnostics for momentum tendency from AB.
65    o pkg/seaice/seaice_lsr.F: fix an initialisation bug for the
66        SEAICE_VECTORIZE_LSR_ZEBRA option that lead to NaNs on a NEC-SX8
67    
68  checkpoint64r (2013/12/08)  checkpoint64r (2013/12/08)
69  o verification/*/results:  o verification/*/results:
# Line 112  o verification: Line 169  o verification:
169  o pkg/cost:  o pkg/cost:
170    - define a "final cost function" for each tile, and use GLOBAL_SUM_TILE_RL    - define a "final cost function" for each tile, and use GLOBAL_SUM_TILE_RL
171      (instead of _GLOBAL_SUM_RL) to get the final cost from all procs & threads:      (instead of _GLOBAL_SUM_RL) to get the final cost from all procs & threads:
172      o this fixes global-sum value if multi-threads (since GLOBAL_SUM_TILE_RL      o this fixes global-sum value if multi-threads (since GLOBAL_SUM_RL
173        cannot be applied to var in common block).        cannot be applied to var in common block).
174      o allows to get results independent of tile-per-proc setting (if using      o allows to get results independent of tile-per-proc setting (if using
175        slower GLOBAL_SUM_SEND_RECV option).        slower GLOBAL_SUM_SEND_RECV option).

Legend:
Removed from v.1.1950  
changed lines
  Added in v.1.1963

  ViewVC Help
Powered by ViewVC 1.1.22