/[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.1335 by jmc, Tue Nov 16 17:53:33 2010 UTC revision 1.1339 by mlosch, Wed Nov 24 15:37:24 2010 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      - seaice_ocean_stress: split a loop for better vectorization of the
9        adjoint code
10      - seaice_growth.F: fix bug in conservation of freshwater connected to
11        capping of heff, put contribution into d_HEFFbyNEG
12      - replace irritating parameters SEAICE_latentWater/Ice and SEAICE_sensHeat
13        by something more sensible (parameters that are what their name implies)
14      - change some defaults, so that by default exf-parameters are used for
15        things like rhoAir, cpAir,latent/sensible heat parameters, in order
16        to reproduce the old results, many data.seaice now contain funny values
17        for cpAir and latent heat of sublimation
18    o packages_readparms.F: move exf_readparms up in line so that
19        exf-parameters are visible for other packages (e.g. seaice)
20    o debugMode & debugLevel=2:
21      - differentiate between debugMode & debugLevel=2:
22        debugMode: controls printing of debug messages (sequence of S/R calls).
23        debugLevel: controls printing of algorithm intermediate results and stats.
24      - remove "if debugLevel=2 => debugMode" but keep "debugMode =>  debugLevel=2";
25        => allows to print debug-stats without all sequence of call messages.
26      - switch control of debug print from debugLevel to debugMode in many S/R.
27    o pkg/obcs (obcs-sponge):
28        fix bug that was introduced on Oct 25 (in dynamics.F v1.151): put back the
29        call to OBCS_PRESCRIBE_EXCHANGES (need to exch gU,gV when using obcs-sponge)
30  o pkg/generic_advdiff:  o pkg/generic_advdiff:
31    - record overlap minimum size for each advection scheme;    - record overlap minimum size for each advection scheme;
32    - refine criteria on overlap minimum size;    - refine criteria on overlap minimum size;

Legend:
Removed from v.1.1335  
changed lines
  Added in v.1.1339

  ViewVC Help
Powered by ViewVC 1.1.22