/[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.1927 by jmc, Mon Sep 30 20:06:42 2013 UTC revision 1.1939 by jmc, Thu Nov 14 02:09:48 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 verification:
8      - generate new output on baudelaire (gfortran, -ieee) for OpenAD experiments
9        tutorial_global_oce_biogeo and global_ocean.90x40x15.
10      - generate new output (growth & melt) for seaice_itd experiment after
11        updating the input pickup_seaice files (previously wrong).
12    o pkg/cost:
13      - define a "final cost function" for each tile, and use GLOBAL_SUM_TILE_RL
14        (instead of _GLOBAL_SUM_RL) to get the final cost from all procs & threads:
15        o this fixes global-sum value if multi-threads (since GLOBAL_SUM_TILE_RL
16          cannot be applied to var in common block).
17        o allows to get results independent of tile-per-proc setting (if using
18          slower GLOBAL_SUM_SEND_RECV option).
19      - update accordingly: seaice_cost_final.F, shelfice_cost_final.F,
20        thsice_cost_final.F and ecco_cost_final.F (this one affects lab_sea
21        forward gradients: update output).
22      - update */code_oad/externalDummies.F by adding dummy GLOBAL_SUM_TILE_RL
23        S/R and, for most exp., also comment out GLOBAL_SUM_R8.
24    o pkg/mom_common:
25      - move to pkg/mom_common and model/src (previously in tutorial_deep_convection
26        code) 2nd version of isotropic 3-D Smagorinsky code interface: strain and
27        viscosity are locally declared in dynmics.F and pass as argument to CALC_GW;
28        ensure that all field value that are used are set.
29    o tutorial_deep_convection (smag3d):
30      - add missing scaling in mom_calc_smag_3d.F;
31      - set smag3D_coeff in input.smag3d such that results do not change.
32    o pkg/dic:
33      - change dic_cost.F to compute cost on each tile first and then apply
34        GLOBAL_SUM_TILE_RL: this affects forward gradient of AD experiments
35        tutorial_dic_adjoffline & tutorial_global_oce_biogeo; update output.
36      - remove kLev argument and use GLOBAL_SUM_TILE_RL in tracer_meanarea.
37    o eesupp/src & pkg/mdsio:
38      - remove gather/scatter_vector.F (from eesupp) and mdsio_read/writevector.F
39        (from pkg/mdsio) since they are no longer used for tape IO.
40      - move simple C subroutine "setdir.c" from pkg/compon_communic to eesupp/src
41        (+ keep a copy in pkg/atm_ocn_coupler).
42    o verification/isomip:
43      - split domain in 8 squared tiles (instead of just 2) for FWD, AD & OAD tests.
44    o tools/build_options:
45      - optfile linux_amd64_ifort11, fast (no ieee) case:
46        to get a working restart for all experiments, add "-fp-model source"
47        to FOPTIM (also remove "-opt-streaming-stores auto" <- this is the default).
48    
49    checkpoint64p (2013/10/20)
50    o pkg/autodiff:
51      - adread_adwrite.F: when type and length do not match ALLOW_AUTODIFF_WHTAPEIO
52        criteria, return to simple (default) tape IO format.
53    o pkg/mdsio (+ eesupp/src):
54      - rewrite/simplify tape-IO S/R (new S/R MDS_READ/WRITE_TAPE replace
55        previous MDSREAD/WRITEVECTOR) with 2 array argument from each type (R4/R8);
56      - fix globalFile and singleCpuIO options using simpler global mapping.
57      - new pairs of scatter/gather vector S/R (one for each type, generated from
58        template) corresponding to simpler global mapping.
59      - adread_write.F: switch to new S/R (but leave old calls commented) and write
60        to globalFile when parameter globalFiles is set to True.
61      - switch on useSingleCpuIO in AD experiments: global_ocean.90x40x15 & isomip.
62    o pkg/autodiff:
63      - adread_adwrite.F: add a hack for RS arrays (when RS=real*4);
64        with ALLOW_AUTODIFF_WHTAPEIO defined, since corresponding (real*4) is
65        missing, just add a STOP if array type do not match.
66    o pkg/exf:
67      - to allow to use seaice-fraction from pkg/exf in other pkgs than pkg/seaice:
68         rename CPP option EXF_ALLOW_SEAICE_RELAX to EXF_SEAICE_FRACTION
69         and rename array obsSIce to exf_iceFraction.
70  o tutorial_deep_convection:  o tutorial_deep_convection:
71    - add 1rst version of isotropic 3-D Smagorinsky code (from Louis-Philippe),    - add 1rst version of isotropic 3-D Smagorinsky code (from Louis-Philippe),
72      for now all in this exp. code dir.      for now all in this exp. code dir.

Legend:
Removed from v.1.1927  
changed lines
  Added in v.1.1939

  ViewVC Help
Powered by ViewVC 1.1.22