/[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.1607 by dimitri, Sun Mar 4 23:32:55 2012 UTC revision 1.1608 by jmc, Mon Mar 5 02:14:27 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 array initialisation in adjoint mode:
8      1) pkg/mom_common/mom_calc_ke.F:
9        add full array initialisation of KE inside mom_calc_ke.F (ALLOW_AUTODIFF_TAMC):
10        The S/R which calls MOM_CALC_KE initialises KE but in some recomputation
11        part this initialisation is gone, resulting in Floating Point Exception
12        (caught by open64 compiler with debug option).
13      2) model/src/convective_weights.F
14        set output convectCount over the full array range (instead of doing
15        an update): this fix a similar issue when called within recomputation (adjoint)
16        which could by-pass the initialisation (normally done in the caller S/R).
17    o pkg/seaice:
18    - final version of turbulent flux params, as agreed at MIT ice meet:    - final version of turbulent flux params, as agreed at MIT ice meet:
19         SEAICE_mcPheePiston (default is ~ 0.000875)         SEAICE_mcPheePiston (default is ~ 0.000875)
20         SEAICE_mcPheeTaper (default is 0.)         SEAICE_mcPheeTaper (default is 0.)
# Line 12  o pkg/seaice : Line 22  o pkg/seaice :
22         SEAICE_mcPheeStepFunc (default is false)         SEAICE_mcPheeStepFunc (default is false)
23    - changes results at trunction error level    - changes results at trunction error level
24    - ifdef SEAICE_EXTERNAL_FLUXES, disallow SEAICE_waterAlbedo    - ifdef SEAICE_EXTERNAL_FLUXES, disallow SEAICE_waterAlbedo
25  o added pkg/frazil - see frazil_description.tex for details  o added pkg/frazil:
26      - see frazil_description.tex for details
27    - verification experiment is global_with_exf/input.yearly; changes output.yearly.txt    - verification experiment is global_with_exf/input.yearly; changes output.yearly.txt
28  o pkg/shelfice/shelfice_thermodynamics.F  o pkg/shelfice/shelfice_thermodynamics.F
29    - fix exponents for velocity dependent exchange coefficients: change    - fix exponents for velocity dependent exchange coefficients: change
30      from 2/3(=0) to 0.66666666666666667      from 2/3(=0) to 0.66666666666666667
31    - move computation of velocity dependent exchange coefficients into    - move computation of velocity dependent exchange coefficients into
32      separate loop, so that it applies to both thermodynamics      separate loop, so that it applies to both thermodynamics
33    - move some divisions by constants out of loops    - move some divisions by constants out of loops
34    

Legend:
Removed from v.1.1607  
changed lines
  Added in v.1.1608

  ViewVC Help
Powered by ViewVC 1.1.22