/[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.1936 by jmc, Tue Nov 5 14:39:53 2013 UTC revision 1.1937 by jmc, Wed Nov 6 22:18:19 2013 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:
8      - define a "final cost function" for each tile, and use GLOBAL_SUM_TILE_RL
9        (instead of _GLOBAL_SUM_RL) to get the final cost from all procs & threads:
10        o this fixes global-sum value if multi-threads (since GLOBAL_SUM_TILE_RL
11          cannot be applied to var in common block).
12        o allows to get results independent of tile-per-proc setting (if using
13          slower GLOBAL_SUM_SEND_RECV option).
14      - update accordingly: seaice_cost_final.F, shelfice_cost_final.F,
15        thsice_cost_final.F and ecco_cost_final.F (this one affects lab_sea
16        forward gradients: update output).
17      - update */code_oad/externalDummies.F by adding dummy GLOBAL_SUM_TILE_RL
18        S/R and, for most exp., also comment out GLOBAL_SUM_R8.
19  o pkg/mom_common:  o pkg/mom_common:
20    - move to pkg/mom_common and model/src (previously in tutorial_deep_convection    - move to pkg/mom_common and model/src (previously in tutorial_deep_convection
21      code) 2nd version of isotropic 3-D Smagorinsky code interface: strain and      code) 2nd version of isotropic 3-D Smagorinsky code interface: strain and

Legend:
Removed from v.1.1936  
changed lines
  Added in v.1.1937

  ViewVC Help
Powered by ViewVC 1.1.22