/[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.1348 by jmc, Tue Dec 14 19:13:22 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: add diagnostics for snow precipitation
8    o eesupp/src:
9      new S/R with new option (NML_EXTENDED_F77) to change array specification
10      from F95 standard to commonly accepted extended F77 form.
11      This would allow to use F95 syntax in namelist (needed with gfortran 4.4.5)
12      and to revert back to the original syntax (with -DNML_EXTENDED_F77)
13      for less tolerant f77 compiler (e.g., pgf77, g77).
14    o globalFiles:
15      commented out in parameter file "data" since it's not safe with MPI
16      (e.g., wrong on aces); keep it if useSingleCpuIO=T (but not doing much
17      in this case); no longer commented out in restart test (tst_2+2).
18    o add adTapeDir to specify a special directory where adjoint tapes are
19      written/read (adread_adwrite.F). adTapeDir is specified in data/PARM05
20      and cannot be used together with mdsioLocalDir.
21    o nesting pkgs:
22      - packages_init_variables : put call to OBCS_INIT_VARIABLES in last position
23      - update Gianmaria's Nesting pkgs (from Contrib/nesting_sannino)
24      - add parameter files + utils dir + output from short run on beagle.
25    o pkg/seaice:
26        fix seaice_growth.F store directives; update results of exp. lab_sea.ad
27    o pkg/seaice: explicitly store tsurfloc in seaice_solve4temp.F to avoid
28      unnecessary copying in adjoint code, requires new parameter NMAX_ITER
29    
30    checkpoint62o (2010/11/25)
31    o pkg/exf:
32      - change CPP option EXF_VERBOSE to run-time logical param exf_verbose.
33    o pkg/seaice:
34      - seaice_ocean_stress: split a loop for better vectorization of the
35        adjoint code
36      - seaice_growth.F: fix bug in conservation of freshwater connected to
37        capping of heff, put contribution into d_HEFFbyNEG
38      - replace irritating parameters SEAICE_latentWater/Ice and SEAICE_sensHeat
39        by something more sensible (parameters that are what their name implies)
40      - change some defaults, so that by default exf-parameters are used for
41        things like rhoAir, cpAir,latent/sensible heat parameters, in order
42        to reproduce the old results, many data.seaice now contain funny values
43        for cpAir and latent heat of sublimation
44    o packages_readparms.F: move exf_readparms up in line so that
45        exf-parameters are visible for other packages (e.g. seaice)
46    o debugMode & debugLevel=2:
47      - differentiate between debugMode & debugLevel=2:
48        debugMode: controls printing of debug messages (sequence of S/R calls).
49        debugLevel: controls printing of algorithm intermediate results and stats.
50      - remove "if debugLevel=2 => debugMode" but keep "debugMode =>  debugLevel=2";
51        => allows to print debug-stats without all sequence of call messages.
52      - switch control of debug print from debugLevel to debugMode in many S/R.
53    o pkg/obcs (obcs-sponge):
54        fix bug that was introduced on Oct 25 (in dynamics.F v1.151): put back the
55        call to OBCS_PRESCRIBE_EXCHANGES (need to exch gU,gV when using obcs-sponge)
56  o pkg/generic_advdiff:  o pkg/generic_advdiff:
57    - record overlap minimum size for each advection scheme;    - record overlap minimum size for each advection scheme;
58    - refine criteria on overlap minimum size;    - refine criteria on overlap minimum size;

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

  ViewVC Help
Powered by ViewVC 1.1.22