/[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.1958 by heimbach, Wed Jan 15 16:22:44 2014 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 pkg/seaice:
8      - rename recently introduced parameters from (wrong name) AB to
9        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:  o pkg/ctrl, pkg/grdchk, pkg/ecco:
25   - Changes to make GENARR more modular (i.e. invisible if not used)    - Changes to make GENARR more modular (i.e. invisible if not used)
26  o model/src/temp_integrate.F and salt_integrate.F  o model/src/temp_integrate.F and salt_integrate.F
27   - re-include store directives that were removed on Dec 27th.    - re-include store directives that were removed on Dec 27th.
28  o model/src/external_forcing_surf.F  o model/src/external_forcing_surf.F
29   - add storage directives for EmPmR and PmEpR to avoid recomputation of seaice_model    - add storage directives for EmPmR and PmEpR to avoid recomputation of
30     in the adjoint that is problematic when seaice_model is turned off in the adjoint.      seaice_model in the adjoint that is problematic when seaice_model is
31     The resolved issue dated back to july when EXTERNAL_FORCING_SURF call was moved.      turned off in the adjoint. The resolved issue dated back to July when
32     Update global_ocean.cs32x15/results/output_adm.seaice_dynmix.txt accordingly.      EXTERNAL_FORCING_SURF call was moved.
33        Update global_ocean.cs32x15/*/output_adm.seaice_dynmix.txt accordingly.
34  o pkg/exf/exf_check.F  o pkg/exf/exf_check.F
35   - fix a small bug again (originally found by Wentao Liu, now found again)    - fix a small bug again (originally found by Wentao Liu, now found again)
36   - streamline error output    - streamline error output
37  o pkg/streamice and aim_v23:  o pkg/streamice and aim_v23:
38    replace a few "_EXCH_XY_RL (" with "_EXCH_XY_RL(", so that    - replace a few "_EXCH_XY_RL (" with "_EXCH_XY_RL(", so that
39    Apple's /usr/bin/cpp knows what to do:      Apple's /usr/bin/cpp knows what to do:
40    Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)      Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
41    Target: x86_64-apple-darwin13.0.0      Target: x86_64-apple-darwin13.0.0
42    
43  checkpoint64s (2014/01/05)  checkpoint64s (2014/01/05)
44  o tools/adjoint_options:  o tools/adjoint_options:
# Line 152  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.1958  
changed lines
  Added in v.1.1963

  ViewVC Help
Powered by ViewVC 1.1.22