/[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.1605 by dimitri, Sat Mar 3 16:04:38 2012 UTC revision 1.1610 by jmc, Mon Mar 5 16:23:23 2012 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 :  o pkg/seaice :
8      - add missing initialisation of COR_ICE array in dynsolver.F
9      - merging SEAICE_MULTICATEGORY define and undef cases. Now the same code is
10        compiled either way, and is tested in all exps (multidim was only tested
11        in lab_sea ad before).
12      - cosmetic change to prepare for future addition of ITD. no change to results.
13        no defaults change.
14      - added run time param SEAICE_multDim (7 for SEAICE_MULTICATEGORY, 1 otherwise).
15      - by lack of adequate verification experiments, I further used custom versions
16        of global_ocean.cs32x15 to test multicat or not, with pickup or not. All
17        should be correct.
18      - avoid recomputations in ad.
19    o array initialisation in adjoint mode:
20      1) pkg/mom_common/mom_calc_ke.F:
21        add full array initialisation of KE inside mom_calc_ke.F (ALLOW_AUTODIFF_TAMC):
22        The S/R which calls MOM_CALC_KE initialises KE but in some recomputation
23        part this initialisation is gone, resulting in Floating Point Exception
24        (caught by open64 compiler with debug option).
25      2) model/src/convective_weights.F
26        set output convectCount over the full array range (instead of doing
27        an update): this fix a similar issue when called within recomputation (adjoint)
28        which could by-pass the initialisation (normally done in the caller S/R).
29    o pkg/seaice:
30    - final version of turbulent flux params, as agreed at MIT ice meet:    - final version of turbulent flux params, as agreed at MIT ice meet:
31         SEAICE_mcPheePiston (default is ~ 0.000875)         SEAICE_mcPheePiston (default is ~ 0.000875)
32         SEAICE_mcPheeTaper (default is 0.)         SEAICE_mcPheeTaper (default is 0.)
# Line 12  o pkg/seaice : Line 34  o pkg/seaice :
34         SEAICE_mcPheeStepFunc (default is false)         SEAICE_mcPheeStepFunc (default is false)
35    - changes results at trunction error level    - changes results at trunction error level
36    - ifdef SEAICE_EXTERNAL_FLUXES, disallow SEAICE_waterAlbedo    - ifdef SEAICE_EXTERNAL_FLUXES, disallow SEAICE_waterAlbedo
37  o added pkg/frazil - see frazil_description.tex for details  o added pkg/frazil:
38      - see frazil_description.tex for details
39      - verification experiment is global_with_exf/input.yearly; changes output.yearly.txt
40  o pkg/shelfice/shelfice_thermodynamics.F  o pkg/shelfice/shelfice_thermodynamics.F
41    - fix exponents for velocity dependent exchange coefficients: change    - fix exponents for velocity dependent exchange coefficients: change
42      from 2/3(=0) to 0.66666666666666667      from 2/3(=0) to 0.66666666666666667
43    - move computation of velocity dependent exchange coefficients into    - move computation of velocity dependent exchange coefficients into
44      separate loop, so that it applies to both thermodynamics      separate loop, so that it applies to both thermodynamics
45    - move some divisions by constants out of loops    - move some divisions by constants out of loops
46    

Legend:
Removed from v.1.1605  
changed lines
  Added in v.1.1610

  ViewVC Help
Powered by ViewVC 1.1.22